diff --git a/README.md b/README.md index 61202d026..98599c016 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# CDKTF prebuilt bindings for newrelic/newrelic provider version 3.45.2 +# CDKTF prebuilt bindings for newrelic/newrelic provider version 3.46.0 -This repo builds and publishes the [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs) bindings for [CDK for Terraform](https://cdk.tf). +This repo builds and publishes the [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs) bindings for [CDK for Terraform](https://cdk.tf). ## Available Packages @@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform newrelic provider version These are the upstream dependencies: - [CDK for Terraform](https://cdk.tf) -- [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2) +- [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0) - [Terraform Engine](https://terraform.io) If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped. diff --git a/docs/accountManagement.csharp.md b/docs/accountManagement.csharp.md index 4716f99f1..de5320f2e 100644 --- a/docs/accountManagement.csharp.md +++ b/docs/accountManagement.csharp.md @@ -4,7 +4,7 @@ ### AccountManagement -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management newrelic_account_management}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management newrelic_account_management}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountManagement to impor The id of the existing AccountManagement that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new AccountManagementConfig { | Provisioners | object[] | *No description.* | | Name | string | Name of the account to be created. | | Region | string | A description of what this parsing rule represents. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#id AccountManagement#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#id AccountManagement#id}. | --- @@ -853,7 +853,7 @@ public string Name { get; set; } Name of the account to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#name AccountManagement#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#name AccountManagement#name} --- @@ -867,7 +867,7 @@ public string Region { get; set; } A description of what this parsing rule represents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#region AccountManagement#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#region AccountManagement#region} --- @@ -879,7 +879,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#id AccountManagement#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#id AccountManagement#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. diff --git a/docs/accountManagement.go.md b/docs/accountManagement.go.md index 1f81ce775..bb862d9e7 100644 --- a/docs/accountManagement.go.md +++ b/docs/accountManagement.go.md @@ -4,7 +4,7 @@ ### AccountManagement -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management newrelic_account_management}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management newrelic_account_management}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountManagement to impor The id of the existing AccountManagement that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/accountmanageme | Provisioners | *[]interface{} | *No description.* | | Name | *string | Name of the account to be created. | | Region | *string | A description of what this parsing rule represents. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#id AccountManagement#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#id AccountManagement#id}. | --- @@ -853,7 +853,7 @@ Name *string Name of the account to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#name AccountManagement#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#name AccountManagement#name} --- @@ -867,7 +867,7 @@ Region *string A description of what this parsing rule represents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#region AccountManagement#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#region AccountManagement#region} --- @@ -879,7 +879,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#id AccountManagement#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#id AccountManagement#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. diff --git a/docs/accountManagement.java.md b/docs/accountManagement.java.md index 7b1e7376e..637952495 100644 --- a/docs/accountManagement.java.md +++ b/docs/accountManagement.java.md @@ -4,7 +4,7 @@ ### AccountManagement -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management newrelic_account_management}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management newrelic_account_management}. #### Initializers @@ -42,7 +42,7 @@ AccountManagement.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | name | java.lang.String | Name of the account to be created. | | region | java.lang.String | A description of what this parsing rule represents. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#id AccountManagement#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#id AccountManagement#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Name of the account to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#name AccountManagement#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#name AccountManagement#name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A description of what this parsing rule represents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#region AccountManagement#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#region AccountManagement#region} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#id AccountManagement#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#id AccountManagement#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. @@ -567,7 +567,7 @@ The construct id used in the generated config for the AccountManagement to impor The id of the existing AccountManagement that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ AccountManagementConfig.builder() | provisioners | java.util.List | *No description.* | | name | java.lang.String | Name of the account to be created. | | region | java.lang.String | A description of what this parsing rule represents. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#id AccountManagement#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#id AccountManagement#id}. | --- @@ -950,7 +950,7 @@ public java.lang.String getName(); Name of the account to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#name AccountManagement#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#name AccountManagement#name} --- @@ -964,7 +964,7 @@ public java.lang.String getRegion(); A description of what this parsing rule represents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#region AccountManagement#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#region AccountManagement#region} --- @@ -976,7 +976,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#id AccountManagement#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#id AccountManagement#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. diff --git a/docs/accountManagement.python.md b/docs/accountManagement.python.md index 8b4e99666..afb6e4323 100644 --- a/docs/accountManagement.python.md +++ b/docs/accountManagement.python.md @@ -4,7 +4,7 @@ ### AccountManagement -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management newrelic_account_management}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management newrelic_account_management}. #### Initializers @@ -40,7 +40,7 @@ accountManagement.AccountManagement( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Name of the account to be created. | | region | str | A description of what this parsing rule represents. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#id AccountManagement#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#id AccountManagement#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Name of the account to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#name AccountManagement#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#name AccountManagement#name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A description of what this parsing rule represents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#region AccountManagement#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#region AccountManagement#region} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#id AccountManagement#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#id AccountManagement#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. @@ -611,7 +611,7 @@ The construct id used in the generated config for the AccountManagement to impor The id of the existing AccountManagement that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ accountManagement.AccountManagementConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Name of the account to be created. | | region | str | A description of what this parsing rule represents. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#id AccountManagement#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#id AccountManagement#id}. | --- @@ -990,7 +990,7 @@ name: str Name of the account to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#name AccountManagement#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#name AccountManagement#name} --- @@ -1004,7 +1004,7 @@ region: str A description of what this parsing rule represents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#region AccountManagement#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#region AccountManagement#region} --- @@ -1016,7 +1016,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#id AccountManagement#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#id AccountManagement#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. diff --git a/docs/accountManagement.typescript.md b/docs/accountManagement.typescript.md index abbf0f0c2..1375cd47b 100644 --- a/docs/accountManagement.typescript.md +++ b/docs/accountManagement.typescript.md @@ -4,7 +4,7 @@ ### AccountManagement -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management newrelic_account_management}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management newrelic_account_management}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountManagement to impor The id of the existing AccountManagement that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const accountManagementConfig: accountManagement.AccountManagementConfig = { ... | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | Name of the account to be created. | | region | string | A description of what this parsing rule represents. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#id AccountManagement#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#id AccountManagement#id}. | --- @@ -842,7 +842,7 @@ public readonly name: string; Name of the account to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#name AccountManagement#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#name AccountManagement#name} --- @@ -856,7 +856,7 @@ public readonly region: string; A description of what this parsing rule represents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#region AccountManagement#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#region AccountManagement#region} --- @@ -868,7 +868,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#id AccountManagement#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#id AccountManagement#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. diff --git a/docs/alertChannel.csharp.md b/docs/alertChannel.csharp.md index 371dff7e1..446abbce3 100644 --- a/docs/alertChannel.csharp.md +++ b/docs/alertChannel.csharp.md @@ -4,7 +4,7 @@ ### AlertChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel newrelic_alert_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel newrelic_alert_channel}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the AlertChannel to import. The id of the existing AlertChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#import import section} in the documentation of this resource for the id to use --- @@ -841,10 +841,10 @@ new AlertChannelConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | (Required) The name of the channel. | -| Type | string | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| Type | string | (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). | | AccountId | double | The New Relic account ID where you want to create alert channels. | | Config | AlertChannelConfigA | config block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#id AlertChannel#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#id AlertChannel#id}. | --- @@ -928,7 +928,7 @@ public string Name { get; set; } (Required) The name of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#name AlertChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#name AlertChannel#name} --- @@ -940,9 +940,9 @@ public string Type { get; set; } - *Type:* string -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#type AlertChannel#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#type AlertChannel#type} --- @@ -956,7 +956,7 @@ public double AccountId { get; set; } The New Relic account ID where you want to create alert channels. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#account_id AlertChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#account_id AlertChannel#account_id} --- @@ -970,7 +970,7 @@ public AlertChannelConfigA Config { get; set; } config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#config AlertChannel#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#config AlertChannel#config} --- @@ -982,7 +982,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#id AlertChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#id AlertChannel#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. @@ -1059,7 +1059,7 @@ public string ApiKey { get; set; } The API key for integrating with OpsGenie. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#api_key AlertChannel#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#api_key AlertChannel#api_key} --- @@ -1073,7 +1073,7 @@ public string AuthPassword { get; set; } Specifies an authentication password for use with a channel. Supported by the webhook channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_password AlertChannel#auth_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_password AlertChannel#auth_password} --- @@ -1089,7 +1089,7 @@ Specifies an authentication method for use with a channel. Supported by the webhook channel type. Only HTTP basic authentication is currently supported via the value BASIC. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_type AlertChannel#auth_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_type AlertChannel#auth_type} --- @@ -1103,7 +1103,7 @@ public string AuthUsername { get; set; } Specifies an authentication username for use with a channel. Supported by the webhook channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_username AlertChannel#auth_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_username AlertChannel#auth_username} --- @@ -1117,7 +1117,7 @@ public string BaseUrl { get; set; } The base URL of the webhook destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#base_url AlertChannel#base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#base_url AlertChannel#base_url} --- @@ -1131,7 +1131,7 @@ public string Channel { get; set; } The Slack channel to send notifications to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#channel AlertChannel#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#channel AlertChannel#channel} --- @@ -1145,7 +1145,7 @@ public System.Collections.Generic.IDictionary Headers { get; set A map of key/value pairs that represents extra HTTP headers to be sent along with the webhook payload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#headers AlertChannel#headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#headers AlertChannel#headers} --- @@ -1159,7 +1159,7 @@ public string HeadersString { get; set; } Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#headers_string AlertChannel#headers_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#headers_string AlertChannel#headers_string} --- @@ -1175,7 +1175,7 @@ true or false. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment} --- @@ -1189,7 +1189,7 @@ public string Key { get; set; } The key for integrating with VictorOps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#key AlertChannel#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#key AlertChannel#key} --- @@ -1203,7 +1203,7 @@ public System.Collections.Generic.IDictionary Payload { get; set A map of key/value pairs that represents the webhook payload. Must provide payload_type if setting this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload AlertChannel#payload} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload AlertChannel#payload} --- @@ -1217,7 +1217,7 @@ public string PayloadString { get; set; } Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with payload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload_string AlertChannel#payload_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload_string AlertChannel#payload_string} --- @@ -1231,7 +1231,7 @@ public string PayloadType { get; set; } Can either be application/json or application/x-www-form-urlencoded. The payload_type argument is required if payload is set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload_type AlertChannel#payload_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload_type AlertChannel#payload_type} --- @@ -1245,7 +1245,7 @@ public string Recipients { get; set; } A set of recipients for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#recipients AlertChannel#recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#recipients AlertChannel#recipients} --- @@ -1259,7 +1259,7 @@ public string Region { get; set; } The data center region to store your data. Valid values are US and EU. Default is US. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#region AlertChannel#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#region AlertChannel#region} --- @@ -1273,7 +1273,7 @@ public string RouteKey { get; set; } The route key for integrating with VictorOps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#route_key AlertChannel#route_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#route_key AlertChannel#route_key} --- @@ -1287,7 +1287,7 @@ public string ServiceKey { get; set; } Specifies the service key for integrating with Pagerduty. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#service_key AlertChannel#service_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#service_key AlertChannel#service_key} --- @@ -1301,7 +1301,7 @@ public string Tags { get; set; } A set of tags for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#tags AlertChannel#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#tags AlertChannel#tags} --- @@ -1315,7 +1315,7 @@ public string Teams { get; set; } A set of teams for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#teams AlertChannel#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#teams AlertChannel#teams} --- @@ -1329,7 +1329,7 @@ public string Url { get; set; } Your organization's Slack URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#url AlertChannel#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#url AlertChannel#url} --- @@ -1343,7 +1343,7 @@ public string UserId { get; set; } The user ID for use with the user channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#user_id AlertChannel#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#user_id AlertChannel#user_id} --- diff --git a/docs/alertChannel.go.md b/docs/alertChannel.go.md index c4072c18b..7c7de14bc 100644 --- a/docs/alertChannel.go.md +++ b/docs/alertChannel.go.md @@ -4,7 +4,7 @@ ### AlertChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel newrelic_alert_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel newrelic_alert_channel}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the AlertChannel to import. The id of the existing AlertChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#import import section} in the documentation of this resource for the id to use --- @@ -841,10 +841,10 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertchannel" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | (Required) The name of the channel. | -| Type | *string | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| Type | *string | (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). | | AccountId | *f64 | The New Relic account ID where you want to create alert channels. | | Config | AlertChannelConfigA | config block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#id AlertChannel#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#id AlertChannel#id}. | --- @@ -928,7 +928,7 @@ Name *string (Required) The name of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#name AlertChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#name AlertChannel#name} --- @@ -940,9 +940,9 @@ Type *string - *Type:* *string -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#type AlertChannel#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#type AlertChannel#type} --- @@ -956,7 +956,7 @@ AccountId *f64 The New Relic account ID where you want to create alert channels. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#account_id AlertChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#account_id AlertChannel#account_id} --- @@ -970,7 +970,7 @@ Config AlertChannelConfigA config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#config AlertChannel#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#config AlertChannel#config} --- @@ -982,7 +982,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#id AlertChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#id AlertChannel#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. @@ -1059,7 +1059,7 @@ ApiKey *string The API key for integrating with OpsGenie. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#api_key AlertChannel#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#api_key AlertChannel#api_key} --- @@ -1073,7 +1073,7 @@ AuthPassword *string Specifies an authentication password for use with a channel. Supported by the webhook channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_password AlertChannel#auth_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_password AlertChannel#auth_password} --- @@ -1089,7 +1089,7 @@ Specifies an authentication method for use with a channel. Supported by the webhook channel type. Only HTTP basic authentication is currently supported via the value BASIC. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_type AlertChannel#auth_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_type AlertChannel#auth_type} --- @@ -1103,7 +1103,7 @@ AuthUsername *string Specifies an authentication username for use with a channel. Supported by the webhook channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_username AlertChannel#auth_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_username AlertChannel#auth_username} --- @@ -1117,7 +1117,7 @@ BaseUrl *string The base URL of the webhook destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#base_url AlertChannel#base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#base_url AlertChannel#base_url} --- @@ -1131,7 +1131,7 @@ Channel *string The Slack channel to send notifications to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#channel AlertChannel#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#channel AlertChannel#channel} --- @@ -1145,7 +1145,7 @@ Headers *map[string]*string A map of key/value pairs that represents extra HTTP headers to be sent along with the webhook payload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#headers AlertChannel#headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#headers AlertChannel#headers} --- @@ -1159,7 +1159,7 @@ HeadersString *string Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#headers_string AlertChannel#headers_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#headers_string AlertChannel#headers_string} --- @@ -1175,7 +1175,7 @@ true or false. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment} --- @@ -1189,7 +1189,7 @@ Key *string The key for integrating with VictorOps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#key AlertChannel#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#key AlertChannel#key} --- @@ -1203,7 +1203,7 @@ Payload *map[string]*string A map of key/value pairs that represents the webhook payload. Must provide payload_type if setting this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload AlertChannel#payload} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload AlertChannel#payload} --- @@ -1217,7 +1217,7 @@ PayloadString *string Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with payload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload_string AlertChannel#payload_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload_string AlertChannel#payload_string} --- @@ -1231,7 +1231,7 @@ PayloadType *string Can either be application/json or application/x-www-form-urlencoded. The payload_type argument is required if payload is set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload_type AlertChannel#payload_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload_type AlertChannel#payload_type} --- @@ -1245,7 +1245,7 @@ Recipients *string A set of recipients for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#recipients AlertChannel#recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#recipients AlertChannel#recipients} --- @@ -1259,7 +1259,7 @@ Region *string The data center region to store your data. Valid values are US and EU. Default is US. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#region AlertChannel#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#region AlertChannel#region} --- @@ -1273,7 +1273,7 @@ RouteKey *string The route key for integrating with VictorOps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#route_key AlertChannel#route_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#route_key AlertChannel#route_key} --- @@ -1287,7 +1287,7 @@ ServiceKey *string Specifies the service key for integrating with Pagerduty. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#service_key AlertChannel#service_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#service_key AlertChannel#service_key} --- @@ -1301,7 +1301,7 @@ Tags *string A set of tags for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#tags AlertChannel#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#tags AlertChannel#tags} --- @@ -1315,7 +1315,7 @@ Teams *string A set of teams for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#teams AlertChannel#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#teams AlertChannel#teams} --- @@ -1329,7 +1329,7 @@ Url *string Your organization's Slack URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#url AlertChannel#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#url AlertChannel#url} --- @@ -1343,7 +1343,7 @@ UserId *string The user ID for use with the user channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#user_id AlertChannel#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#user_id AlertChannel#user_id} --- diff --git a/docs/alertChannel.java.md b/docs/alertChannel.java.md index 9e08bb5d0..31ccca923 100644 --- a/docs/alertChannel.java.md +++ b/docs/alertChannel.java.md @@ -4,7 +4,7 @@ ### AlertChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel newrelic_alert_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel newrelic_alert_channel}. #### Initializers @@ -43,10 +43,10 @@ AlertChannel.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | (Required) The name of the channel. | -| type | java.lang.String | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| type | java.lang.String | (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). | | accountId | java.lang.Number | The New Relic account ID where you want to create alert channels. | | config | AlertChannelConfigA | config block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#id AlertChannel#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#id AlertChannel#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope (Required) The name of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#name AlertChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#name AlertChannel#name} --- @@ -124,9 +124,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#type AlertChannel#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#type AlertChannel#type} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to create alert channels. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#account_id AlertChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#account_id AlertChannel#account_id} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#config AlertChannel#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#config AlertChannel#config} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#id AlertChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#id AlertChannel#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. @@ -618,7 +618,7 @@ The construct id used in the generated config for the AlertChannel to import. The id of the existing AlertChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#import import section} in the documentation of this resource for the id to use --- @@ -962,10 +962,10 @@ AlertChannelConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | (Required) The name of the channel. | -| type | java.lang.String | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| type | java.lang.String | (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). | | accountId | java.lang.Number | The New Relic account ID where you want to create alert channels. | | config | AlertChannelConfigA | config block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#id AlertChannel#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#id AlertChannel#id}. | --- @@ -1049,7 +1049,7 @@ public java.lang.String getName(); (Required) The name of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#name AlertChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#name AlertChannel#name} --- @@ -1061,9 +1061,9 @@ public java.lang.String getType(); - *Type:* java.lang.String -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#type AlertChannel#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#type AlertChannel#type} --- @@ -1077,7 +1077,7 @@ public java.lang.Number getAccountId(); The New Relic account ID where you want to create alert channels. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#account_id AlertChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#account_id AlertChannel#account_id} --- @@ -1091,7 +1091,7 @@ public AlertChannelConfigA getConfig(); config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#config AlertChannel#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#config AlertChannel#config} --- @@ -1103,7 +1103,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#id AlertChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#id AlertChannel#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. @@ -1180,7 +1180,7 @@ public java.lang.String getApiKey(); The API key for integrating with OpsGenie. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#api_key AlertChannel#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#api_key AlertChannel#api_key} --- @@ -1194,7 +1194,7 @@ public java.lang.String getAuthPassword(); Specifies an authentication password for use with a channel. Supported by the webhook channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_password AlertChannel#auth_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_password AlertChannel#auth_password} --- @@ -1210,7 +1210,7 @@ Specifies an authentication method for use with a channel. Supported by the webhook channel type. Only HTTP basic authentication is currently supported via the value BASIC. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_type AlertChannel#auth_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_type AlertChannel#auth_type} --- @@ -1224,7 +1224,7 @@ public java.lang.String getAuthUsername(); Specifies an authentication username for use with a channel. Supported by the webhook channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_username AlertChannel#auth_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_username AlertChannel#auth_username} --- @@ -1238,7 +1238,7 @@ public java.lang.String getBaseUrl(); The base URL of the webhook destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#base_url AlertChannel#base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#base_url AlertChannel#base_url} --- @@ -1252,7 +1252,7 @@ public java.lang.String getChannel(); The Slack channel to send notifications to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#channel AlertChannel#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#channel AlertChannel#channel} --- @@ -1266,7 +1266,7 @@ public java.util.Map getHeaders(); A map of key/value pairs that represents extra HTTP headers to be sent along with the webhook payload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#headers AlertChannel#headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#headers AlertChannel#headers} --- @@ -1280,7 +1280,7 @@ public java.lang.String getHeadersString(); Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#headers_string AlertChannel#headers_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#headers_string AlertChannel#headers_string} --- @@ -1296,7 +1296,7 @@ true or false. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment} --- @@ -1310,7 +1310,7 @@ public java.lang.String getKey(); The key for integrating with VictorOps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#key AlertChannel#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#key AlertChannel#key} --- @@ -1324,7 +1324,7 @@ public java.util.Map getPayload(); A map of key/value pairs that represents the webhook payload. Must provide payload_type if setting this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload AlertChannel#payload} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload AlertChannel#payload} --- @@ -1338,7 +1338,7 @@ public java.lang.String getPayloadString(); Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with payload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload_string AlertChannel#payload_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload_string AlertChannel#payload_string} --- @@ -1352,7 +1352,7 @@ public java.lang.String getPayloadType(); Can either be application/json or application/x-www-form-urlencoded. The payload_type argument is required if payload is set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload_type AlertChannel#payload_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload_type AlertChannel#payload_type} --- @@ -1366,7 +1366,7 @@ public java.lang.String getRecipients(); A set of recipients for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#recipients AlertChannel#recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#recipients AlertChannel#recipients} --- @@ -1380,7 +1380,7 @@ public java.lang.String getRegion(); The data center region to store your data. Valid values are US and EU. Default is US. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#region AlertChannel#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#region AlertChannel#region} --- @@ -1394,7 +1394,7 @@ public java.lang.String getRouteKey(); The route key for integrating with VictorOps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#route_key AlertChannel#route_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#route_key AlertChannel#route_key} --- @@ -1408,7 +1408,7 @@ public java.lang.String getServiceKey(); Specifies the service key for integrating with Pagerduty. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#service_key AlertChannel#service_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#service_key AlertChannel#service_key} --- @@ -1422,7 +1422,7 @@ public java.lang.String getTags(); A set of tags for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#tags AlertChannel#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#tags AlertChannel#tags} --- @@ -1436,7 +1436,7 @@ public java.lang.String getTeams(); A set of teams for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#teams AlertChannel#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#teams AlertChannel#teams} --- @@ -1450,7 +1450,7 @@ public java.lang.String getUrl(); Your organization's Slack URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#url AlertChannel#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#url AlertChannel#url} --- @@ -1464,7 +1464,7 @@ public java.lang.String getUserId(); The user ID for use with the user channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#user_id AlertChannel#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#user_id AlertChannel#user_id} --- diff --git a/docs/alertChannel.python.md b/docs/alertChannel.python.md index 8fb47055b..c69bc6f42 100644 --- a/docs/alertChannel.python.md +++ b/docs/alertChannel.python.md @@ -4,7 +4,7 @@ ### AlertChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel newrelic_alert_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel newrelic_alert_channel}. #### Initializers @@ -41,10 +41,10 @@ alertChannel.AlertChannel( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | (Required) The name of the channel. | -| type | str | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| type | str | (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). | | account_id | typing.Union[int, float] | The New Relic account ID where you want to create alert channels. | | config | AlertChannelConfigA | config block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#id AlertChannel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#id AlertChannel#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope (Required) The name of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#name AlertChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#name AlertChannel#name} --- @@ -122,9 +122,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#type AlertChannel#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#type AlertChannel#type} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to create alert channels. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#account_id AlertChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#account_id AlertChannel#account_id} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#config AlertChannel#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#config AlertChannel#config} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#id AlertChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#id AlertChannel#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. @@ -552,7 +552,7 @@ def put_config( The API key for integrating with OpsGenie. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#api_key AlertChannel#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#api_key AlertChannel#api_key} --- @@ -562,7 +562,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specifies an authentication password for use with a channel. Supported by the webhook channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_password AlertChannel#auth_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_password AlertChannel#auth_password} --- @@ -574,7 +574,7 @@ Specifies an authentication method for use with a channel. Supported by the webhook channel type. Only HTTP basic authentication is currently supported via the value BASIC. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_type AlertChannel#auth_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_type AlertChannel#auth_type} --- @@ -584,7 +584,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specifies an authentication username for use with a channel. Supported by the webhook channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_username AlertChannel#auth_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_username AlertChannel#auth_username} --- @@ -594,7 +594,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The base URL of the webhook destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#base_url AlertChannel#base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#base_url AlertChannel#base_url} --- @@ -604,7 +604,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The Slack channel to send notifications to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#channel AlertChannel#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#channel AlertChannel#channel} --- @@ -614,7 +614,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A map of key/value pairs that represents extra HTTP headers to be sent along with the webhook payload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#headers AlertChannel#headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#headers AlertChannel#headers} --- @@ -624,7 +624,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#headers_string AlertChannel#headers_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#headers_string AlertChannel#headers_string} --- @@ -636,7 +636,7 @@ true or false. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment} --- @@ -646,7 +646,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The key for integrating with VictorOps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#key AlertChannel#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#key AlertChannel#key} --- @@ -656,7 +656,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A map of key/value pairs that represents the webhook payload. Must provide payload_type if setting this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload AlertChannel#payload} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload AlertChannel#payload} --- @@ -666,7 +666,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with payload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload_string AlertChannel#payload_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload_string AlertChannel#payload_string} --- @@ -676,7 +676,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Can either be application/json or application/x-www-form-urlencoded. The payload_type argument is required if payload is set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload_type AlertChannel#payload_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload_type AlertChannel#payload_type} --- @@ -686,7 +686,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A set of recipients for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#recipients AlertChannel#recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#recipients AlertChannel#recipients} --- @@ -696,7 +696,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data center region to store your data. Valid values are US and EU. Default is US. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#region AlertChannel#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#region AlertChannel#region} --- @@ -706,7 +706,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The route key for integrating with VictorOps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#route_key AlertChannel#route_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#route_key AlertChannel#route_key} --- @@ -716,7 +716,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specifies the service key for integrating with Pagerduty. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#service_key AlertChannel#service_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#service_key AlertChannel#service_key} --- @@ -726,7 +726,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A set of tags for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#tags AlertChannel#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#tags AlertChannel#tags} --- @@ -736,7 +736,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A set of teams for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#teams AlertChannel#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#teams AlertChannel#teams} --- @@ -746,7 +746,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Your organization's Slack URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#url AlertChannel#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#url AlertChannel#url} --- @@ -756,7 +756,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The user ID for use with the user channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#user_id AlertChannel#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#user_id AlertChannel#user_id} --- @@ -892,7 +892,7 @@ The construct id used in the generated config for the AlertChannel to import. The id of the existing AlertChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#import import section} in the documentation of this resource for the id to use --- @@ -1232,10 +1232,10 @@ alertChannel.AlertChannelConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | (Required) The name of the channel. | -| type | str | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| type | str | (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). | | account_id | typing.Union[int, float] | The New Relic account ID where you want to create alert channels. | | config | AlertChannelConfigA | config block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#id AlertChannel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#id AlertChannel#id}. | --- @@ -1319,7 +1319,7 @@ name: str (Required) The name of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#name AlertChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#name AlertChannel#name} --- @@ -1331,9 +1331,9 @@ type: str - *Type:* str -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#type AlertChannel#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#type AlertChannel#type} --- @@ -1347,7 +1347,7 @@ account_id: typing.Union[int, float] The New Relic account ID where you want to create alert channels. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#account_id AlertChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#account_id AlertChannel#account_id} --- @@ -1361,7 +1361,7 @@ config: AlertChannelConfigA config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#config AlertChannel#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#config AlertChannel#config} --- @@ -1373,7 +1373,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#id AlertChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#id AlertChannel#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. @@ -1450,7 +1450,7 @@ api_key: str The API key for integrating with OpsGenie. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#api_key AlertChannel#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#api_key AlertChannel#api_key} --- @@ -1464,7 +1464,7 @@ auth_password: str Specifies an authentication password for use with a channel. Supported by the webhook channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_password AlertChannel#auth_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_password AlertChannel#auth_password} --- @@ -1480,7 +1480,7 @@ Specifies an authentication method for use with a channel. Supported by the webhook channel type. Only HTTP basic authentication is currently supported via the value BASIC. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_type AlertChannel#auth_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_type AlertChannel#auth_type} --- @@ -1494,7 +1494,7 @@ auth_username: str Specifies an authentication username for use with a channel. Supported by the webhook channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_username AlertChannel#auth_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_username AlertChannel#auth_username} --- @@ -1508,7 +1508,7 @@ base_url: str The base URL of the webhook destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#base_url AlertChannel#base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#base_url AlertChannel#base_url} --- @@ -1522,7 +1522,7 @@ channel: str The Slack channel to send notifications to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#channel AlertChannel#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#channel AlertChannel#channel} --- @@ -1536,7 +1536,7 @@ headers: typing.Mapping[str] A map of key/value pairs that represents extra HTTP headers to be sent along with the webhook payload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#headers AlertChannel#headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#headers AlertChannel#headers} --- @@ -1550,7 +1550,7 @@ headers_string: str Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#headers_string AlertChannel#headers_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#headers_string AlertChannel#headers_string} --- @@ -1566,7 +1566,7 @@ true or false. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment} --- @@ -1580,7 +1580,7 @@ key: str The key for integrating with VictorOps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#key AlertChannel#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#key AlertChannel#key} --- @@ -1594,7 +1594,7 @@ payload: typing.Mapping[str] A map of key/value pairs that represents the webhook payload. Must provide payload_type if setting this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload AlertChannel#payload} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload AlertChannel#payload} --- @@ -1608,7 +1608,7 @@ payload_string: str Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with payload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload_string AlertChannel#payload_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload_string AlertChannel#payload_string} --- @@ -1622,7 +1622,7 @@ payload_type: str Can either be application/json or application/x-www-form-urlencoded. The payload_type argument is required if payload is set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload_type AlertChannel#payload_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload_type AlertChannel#payload_type} --- @@ -1636,7 +1636,7 @@ recipients: str A set of recipients for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#recipients AlertChannel#recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#recipients AlertChannel#recipients} --- @@ -1650,7 +1650,7 @@ region: str The data center region to store your data. Valid values are US and EU. Default is US. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#region AlertChannel#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#region AlertChannel#region} --- @@ -1664,7 +1664,7 @@ route_key: str The route key for integrating with VictorOps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#route_key AlertChannel#route_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#route_key AlertChannel#route_key} --- @@ -1678,7 +1678,7 @@ service_key: str Specifies the service key for integrating with Pagerduty. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#service_key AlertChannel#service_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#service_key AlertChannel#service_key} --- @@ -1692,7 +1692,7 @@ tags: str A set of tags for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#tags AlertChannel#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#tags AlertChannel#tags} --- @@ -1706,7 +1706,7 @@ teams: str A set of teams for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#teams AlertChannel#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#teams AlertChannel#teams} --- @@ -1720,7 +1720,7 @@ url: str Your organization's Slack URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#url AlertChannel#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#url AlertChannel#url} --- @@ -1734,7 +1734,7 @@ user_id: str The user ID for use with the user channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#user_id AlertChannel#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#user_id AlertChannel#user_id} --- diff --git a/docs/alertChannel.typescript.md b/docs/alertChannel.typescript.md index 96a4dfddf..33f413d2c 100644 --- a/docs/alertChannel.typescript.md +++ b/docs/alertChannel.typescript.md @@ -4,7 +4,7 @@ ### AlertChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel newrelic_alert_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel newrelic_alert_channel}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the AlertChannel to import. The id of the existing AlertChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#import import section} in the documentation of this resource for the id to use --- @@ -828,10 +828,10 @@ const alertChannelConfig: alertChannel.AlertChannelConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | (Required) The name of the channel. | -| type | string | (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). | +| type | string | (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). | | accountId | number | The New Relic account ID where you want to create alert channels. | | config | AlertChannelConfigA | config block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#id AlertChannel#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#id AlertChannel#id}. | --- @@ -915,7 +915,7 @@ public readonly name: string; (Required) The name of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#name AlertChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#name AlertChannel#name} --- @@ -927,9 +927,9 @@ public readonly type: string; - *Type:* string -(Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). +(Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#type AlertChannel#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#type AlertChannel#type} --- @@ -943,7 +943,7 @@ public readonly accountId: number; The New Relic account ID where you want to create alert channels. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#account_id AlertChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#account_id AlertChannel#account_id} --- @@ -957,7 +957,7 @@ public readonly config: AlertChannelConfigA; config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#config AlertChannel#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#config AlertChannel#config} --- @@ -969,7 +969,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#id AlertChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#id AlertChannel#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. @@ -1024,7 +1024,7 @@ public readonly apiKey: string; The API key for integrating with OpsGenie. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#api_key AlertChannel#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#api_key AlertChannel#api_key} --- @@ -1038,7 +1038,7 @@ public readonly authPassword: string; Specifies an authentication password for use with a channel. Supported by the webhook channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_password AlertChannel#auth_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_password AlertChannel#auth_password} --- @@ -1054,7 +1054,7 @@ Specifies an authentication method for use with a channel. Supported by the webhook channel type. Only HTTP basic authentication is currently supported via the value BASIC. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_type AlertChannel#auth_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_type AlertChannel#auth_type} --- @@ -1068,7 +1068,7 @@ public readonly authUsername: string; Specifies an authentication username for use with a channel. Supported by the webhook channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_username AlertChannel#auth_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_username AlertChannel#auth_username} --- @@ -1082,7 +1082,7 @@ public readonly baseUrl: string; The base URL of the webhook destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#base_url AlertChannel#base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#base_url AlertChannel#base_url} --- @@ -1096,7 +1096,7 @@ public readonly channel: string; The Slack channel to send notifications to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#channel AlertChannel#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#channel AlertChannel#channel} --- @@ -1110,7 +1110,7 @@ public readonly headers: {[ key: string ]: string}; A map of key/value pairs that represents extra HTTP headers to be sent along with the webhook payload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#headers AlertChannel#headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#headers AlertChannel#headers} --- @@ -1124,7 +1124,7 @@ public readonly headersString: string; Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#headers_string AlertChannel#headers_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#headers_string AlertChannel#headers_string} --- @@ -1140,7 +1140,7 @@ true or false. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment} --- @@ -1154,7 +1154,7 @@ public readonly key: string; The key for integrating with VictorOps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#key AlertChannel#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#key AlertChannel#key} --- @@ -1168,7 +1168,7 @@ public readonly payload: {[ key: string ]: string}; A map of key/value pairs that represents the webhook payload. Must provide payload_type if setting this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload AlertChannel#payload} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload AlertChannel#payload} --- @@ -1182,7 +1182,7 @@ public readonly payloadString: string; Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with payload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload_string AlertChannel#payload_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload_string AlertChannel#payload_string} --- @@ -1196,7 +1196,7 @@ public readonly payloadType: string; Can either be application/json or application/x-www-form-urlencoded. The payload_type argument is required if payload is set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload_type AlertChannel#payload_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload_type AlertChannel#payload_type} --- @@ -1210,7 +1210,7 @@ public readonly recipients: string; A set of recipients for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#recipients AlertChannel#recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#recipients AlertChannel#recipients} --- @@ -1224,7 +1224,7 @@ public readonly region: string; The data center region to store your data. Valid values are US and EU. Default is US. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#region AlertChannel#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#region AlertChannel#region} --- @@ -1238,7 +1238,7 @@ public readonly routeKey: string; The route key for integrating with VictorOps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#route_key AlertChannel#route_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#route_key AlertChannel#route_key} --- @@ -1252,7 +1252,7 @@ public readonly serviceKey: string; Specifies the service key for integrating with Pagerduty. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#service_key AlertChannel#service_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#service_key AlertChannel#service_key} --- @@ -1266,7 +1266,7 @@ public readonly tags: string; A set of tags for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#tags AlertChannel#tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#tags AlertChannel#tags} --- @@ -1280,7 +1280,7 @@ public readonly teams: string; A set of teams for targeting notifications. Multiple values are comma separated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#teams AlertChannel#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#teams AlertChannel#teams} --- @@ -1294,7 +1294,7 @@ public readonly url: string; Your organization's Slack URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#url AlertChannel#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#url AlertChannel#url} --- @@ -1308,7 +1308,7 @@ public readonly userId: string; The user ID for use with the user channel type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#user_id AlertChannel#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#user_id AlertChannel#user_id} --- diff --git a/docs/alertCondition.csharp.md b/docs/alertCondition.csharp.md index 705936709..16d5cdf07 100644 --- a/docs/alertCondition.csharp.md +++ b/docs/alertCondition.csharp.md @@ -4,7 +4,7 @@ ### AlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition newrelic_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition newrelic_alert_condition}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the AlertCondition to import. The id of the existing AlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1098,11 +1098,11 @@ new AlertConditionConfig { | Name | string | The title of the condition. Must be between 1 and 128 characters, inclusive. | | PolicyId | double | The ID of the policy where this condition should be used. | | Term | object | term block. | -| Type | string | The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). | +| Type | string | The type of condition. One of: (servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric). | | ConditionScope | string | One of (application, instance). | | Enabled | object | Whether the condition is enabled. | | GcMetric | string | A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#id AlertCondition#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#id AlertCondition#id}. | | RunbookUrl | string | Runbook URL to display in notifications. | | UserDefinedMetric | string | A custom metric to be evaluated. | | UserDefinedValueFunction | string | One of: (average, min, max, total, sample_size, percent, rate). | @@ -1190,7 +1190,7 @@ public double[] Entities { get; set; } The instance IDs associated with this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#entities AlertCondition#entities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#entities AlertCondition#entities} --- @@ -1204,7 +1204,7 @@ public string Metric { get; set; } The metric field accepts parameters based on the type set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#metric AlertCondition#metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#metric AlertCondition#metric} --- @@ -1218,7 +1218,7 @@ public string Name { get; set; } The title of the condition. Must be between 1 and 128 characters, inclusive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#name AlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#name AlertCondition#name} --- @@ -1232,7 +1232,7 @@ public double PolicyId { get; set; } The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#policy_id AlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#policy_id AlertCondition#policy_id} --- @@ -1246,7 +1246,7 @@ public object Term { get; set; } term block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#term AlertCondition#term} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#term AlertCondition#term} --- @@ -1258,9 +1258,9 @@ public string Type { get; set; } - *Type:* string -The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). +The type of condition. One of: (servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#type AlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#type AlertCondition#type} --- @@ -1276,7 +1276,7 @@ One of (application, instance). Choose application for most scenarios. If you are using the JVM plugin in New Relic, the instance setting allows your condition to trigger for specific app instances. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} --- @@ -1290,7 +1290,7 @@ public object Enabled { get; set; } Whether the condition is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#enabled AlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#enabled AlertCondition#enabled} --- @@ -1304,7 +1304,7 @@ public string GcMetric { get; set; } A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} --- @@ -1316,7 +1316,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#id AlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#id AlertCondition#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. @@ -1333,7 +1333,7 @@ public string RunbookUrl { get; set; } Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} --- @@ -1347,7 +1347,7 @@ public string UserDefinedMetric { get; set; } A custom metric to be evaluated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} --- @@ -1361,7 +1361,7 @@ public string UserDefinedValueFunction { get; set; } One of: (average, min, max, total, sample_size, percent, rate). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} --- @@ -1377,7 +1377,7 @@ Automatically close instance-based incidents, including JVM health metric incide Must be between 1 and 720 hours. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} --- @@ -1419,7 +1419,7 @@ public double Duration { get; set; } In minutes, must be in the range of 5 to 120, inclusive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#duration AlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#duration AlertCondition#duration} --- @@ -1433,7 +1433,7 @@ public double Threshold { get; set; } Must be 0 or greater. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#threshold AlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#threshold AlertCondition#threshold} --- @@ -1447,7 +1447,7 @@ public string TimeFunction { get; set; } One of (all, any). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#time_function AlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#time_function AlertCondition#time_function} --- @@ -1461,7 +1461,7 @@ public string Operator { get; set; } One of (above, below, equal). Defaults to equal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#operator AlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#operator AlertCondition#operator} --- @@ -1475,7 +1475,7 @@ public string Priority { get; set; } One of (critical, warning). Defaults to critical. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#priority AlertCondition#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#priority AlertCondition#priority} --- diff --git a/docs/alertCondition.go.md b/docs/alertCondition.go.md index 7569e0511..c5e0a1b6e 100644 --- a/docs/alertCondition.go.md +++ b/docs/alertCondition.go.md @@ -4,7 +4,7 @@ ### AlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition newrelic_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition newrelic_alert_condition}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the AlertCondition to import. The id of the existing AlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1098,11 +1098,11 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition" | Name | *string | The title of the condition. Must be between 1 and 128 characters, inclusive. | | PolicyId | *f64 | The ID of the policy where this condition should be used. | | Term | interface{} | term block. | -| Type | *string | The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). | +| Type | *string | The type of condition. One of: (servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric). | | ConditionScope | *string | One of (application, instance). | | Enabled | interface{} | Whether the condition is enabled. | | GcMetric | *string | A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#id AlertCondition#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#id AlertCondition#id}. | | RunbookUrl | *string | Runbook URL to display in notifications. | | UserDefinedMetric | *string | A custom metric to be evaluated. | | UserDefinedValueFunction | *string | One of: (average, min, max, total, sample_size, percent, rate). | @@ -1190,7 +1190,7 @@ Entities *[]*f64 The instance IDs associated with this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#entities AlertCondition#entities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#entities AlertCondition#entities} --- @@ -1204,7 +1204,7 @@ Metric *string The metric field accepts parameters based on the type set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#metric AlertCondition#metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#metric AlertCondition#metric} --- @@ -1218,7 +1218,7 @@ Name *string The title of the condition. Must be between 1 and 128 characters, inclusive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#name AlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#name AlertCondition#name} --- @@ -1232,7 +1232,7 @@ PolicyId *f64 The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#policy_id AlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#policy_id AlertCondition#policy_id} --- @@ -1246,7 +1246,7 @@ Term interface{} term block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#term AlertCondition#term} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#term AlertCondition#term} --- @@ -1258,9 +1258,9 @@ Type *string - *Type:* *string -The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). +The type of condition. One of: (servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#type AlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#type AlertCondition#type} --- @@ -1276,7 +1276,7 @@ One of (application, instance). Choose application for most scenarios. If you are using the JVM plugin in New Relic, the instance setting allows your condition to trigger for specific app instances. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} --- @@ -1290,7 +1290,7 @@ Enabled interface{} Whether the condition is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#enabled AlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#enabled AlertCondition#enabled} --- @@ -1304,7 +1304,7 @@ GcMetric *string A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} --- @@ -1316,7 +1316,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#id AlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#id AlertCondition#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. @@ -1333,7 +1333,7 @@ RunbookUrl *string Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} --- @@ -1347,7 +1347,7 @@ UserDefinedMetric *string A custom metric to be evaluated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} --- @@ -1361,7 +1361,7 @@ UserDefinedValueFunction *string One of: (average, min, max, total, sample_size, percent, rate). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} --- @@ -1377,7 +1377,7 @@ Automatically close instance-based incidents, including JVM health metric incide Must be between 1 and 720 hours. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} --- @@ -1419,7 +1419,7 @@ Duration *f64 In minutes, must be in the range of 5 to 120, inclusive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#duration AlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#duration AlertCondition#duration} --- @@ -1433,7 +1433,7 @@ Threshold *f64 Must be 0 or greater. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#threshold AlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#threshold AlertCondition#threshold} --- @@ -1447,7 +1447,7 @@ TimeFunction *string One of (all, any). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#time_function AlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#time_function AlertCondition#time_function} --- @@ -1461,7 +1461,7 @@ Operator *string One of (above, below, equal). Defaults to equal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#operator AlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#operator AlertCondition#operator} --- @@ -1475,7 +1475,7 @@ Priority *string One of (critical, warning). Defaults to critical. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#priority AlertCondition#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#priority AlertCondition#priority} --- diff --git a/docs/alertCondition.java.md b/docs/alertCondition.java.md index 849d6ff0f..2ca97872d 100644 --- a/docs/alertCondition.java.md +++ b/docs/alertCondition.java.md @@ -4,7 +4,7 @@ ### AlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition newrelic_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition newrelic_alert_condition}. #### Initializers @@ -58,11 +58,11 @@ AlertCondition.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | The title of the condition. Must be between 1 and 128 characters, inclusive. | | policyId | java.lang.Number | The ID of the policy where this condition should be used. | | term | com.hashicorp.cdktf.IResolvable OR java.util.List<AlertConditionTerm> | term block. | -| type | java.lang.String | The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). | +| type | java.lang.String | The type of condition. One of: (servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric). | | conditionScope | java.lang.String | One of (application, instance). | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the condition is enabled. | | gcMetric | java.lang.String | A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#id AlertCondition#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#id AlertCondition#id}. | | runbookUrl | java.lang.String | Runbook URL to display in notifications. | | userDefinedMetric | java.lang.String | A custom metric to be evaluated. | | userDefinedValueFunction | java.lang.String | One of: (average, min, max, total, sample_size, percent, rate). | @@ -136,7 +136,7 @@ Must be unique amongst siblings in the same scope The instance IDs associated with this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#entities AlertCondition#entities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#entities AlertCondition#entities} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The metric field accepts parameters based on the type set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#metric AlertCondition#metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#metric AlertCondition#metric} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The title of the condition. Must be between 1 and 128 characters, inclusive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#name AlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#name AlertCondition#name} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#policy_id AlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#policy_id AlertCondition#policy_id} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre term block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#term AlertCondition#term} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#term AlertCondition#term} --- @@ -184,9 +184,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). +The type of condition. One of: (servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#type AlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#type AlertCondition#type} --- @@ -198,7 +198,7 @@ One of (application, instance). Choose application for most scenarios. If you are using the JVM plugin in New Relic, the instance setting allows your condition to trigger for specific app instances. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Whether the condition is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#enabled AlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#enabled AlertCondition#enabled} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#id AlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#id AlertCondition#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. @@ -239,7 +239,7 @@ If you experience problems setting this value it might not be settable. Please t Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A custom metric to be evaluated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} --- @@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre One of: (average, min, max, total, sample_size, percent, rate). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} --- @@ -271,7 +271,7 @@ Automatically close instance-based incidents, including JVM health metric incide Must be between 1 and 720 hours. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} --- @@ -767,7 +767,7 @@ The construct id used in the generated config for the AlertCondition to import. The id of the existing AlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1335,11 +1335,11 @@ AlertConditionConfig.builder() | name | java.lang.String | The title of the condition. Must be between 1 and 128 characters, inclusive. | | policyId | java.lang.Number | The ID of the policy where this condition should be used. | | term | com.hashicorp.cdktf.IResolvable OR java.util.List<AlertConditionTerm> | term block. | -| type | java.lang.String | The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). | +| type | java.lang.String | The type of condition. One of: (servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric). | | conditionScope | java.lang.String | One of (application, instance). | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the condition is enabled. | | gcMetric | java.lang.String | A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#id AlertCondition#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#id AlertCondition#id}. | | runbookUrl | java.lang.String | Runbook URL to display in notifications. | | userDefinedMetric | java.lang.String | A custom metric to be evaluated. | | userDefinedValueFunction | java.lang.String | One of: (average, min, max, total, sample_size, percent, rate). | @@ -1427,7 +1427,7 @@ public java.util.List getEntities(); The instance IDs associated with this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#entities AlertCondition#entities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#entities AlertCondition#entities} --- @@ -1441,7 +1441,7 @@ public java.lang.String getMetric(); The metric field accepts parameters based on the type set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#metric AlertCondition#metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#metric AlertCondition#metric} --- @@ -1455,7 +1455,7 @@ public java.lang.String getName(); The title of the condition. Must be between 1 and 128 characters, inclusive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#name AlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#name AlertCondition#name} --- @@ -1469,7 +1469,7 @@ public java.lang.Number getPolicyId(); The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#policy_id AlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#policy_id AlertCondition#policy_id} --- @@ -1483,7 +1483,7 @@ public java.lang.Object getTerm(); term block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#term AlertCondition#term} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#term AlertCondition#term} --- @@ -1495,9 +1495,9 @@ public java.lang.String getType(); - *Type:* java.lang.String -The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). +The type of condition. One of: (servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#type AlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#type AlertCondition#type} --- @@ -1513,7 +1513,7 @@ One of (application, instance). Choose application for most scenarios. If you are using the JVM plugin in New Relic, the instance setting allows your condition to trigger for specific app instances. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} --- @@ -1527,7 +1527,7 @@ public java.lang.Object getEnabled(); Whether the condition is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#enabled AlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#enabled AlertCondition#enabled} --- @@ -1541,7 +1541,7 @@ public java.lang.String getGcMetric(); A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} --- @@ -1553,7 +1553,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#id AlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#id AlertCondition#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. @@ -1570,7 +1570,7 @@ public java.lang.String getRunbookUrl(); Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} --- @@ -1584,7 +1584,7 @@ public java.lang.String getUserDefinedMetric(); A custom metric to be evaluated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} --- @@ -1598,7 +1598,7 @@ public java.lang.String getUserDefinedValueFunction(); One of: (average, min, max, total, sample_size, percent, rate). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} --- @@ -1614,7 +1614,7 @@ Automatically close instance-based incidents, including JVM health metric incide Must be between 1 and 720 hours. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} --- @@ -1656,7 +1656,7 @@ public java.lang.Number getDuration(); In minutes, must be in the range of 5 to 120, inclusive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#duration AlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#duration AlertCondition#duration} --- @@ -1670,7 +1670,7 @@ public java.lang.Number getThreshold(); Must be 0 or greater. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#threshold AlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#threshold AlertCondition#threshold} --- @@ -1684,7 +1684,7 @@ public java.lang.String getTimeFunction(); One of (all, any). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#time_function AlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#time_function AlertCondition#time_function} --- @@ -1698,7 +1698,7 @@ public java.lang.String getOperator(); One of (above, below, equal). Defaults to equal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#operator AlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#operator AlertCondition#operator} --- @@ -1712,7 +1712,7 @@ public java.lang.String getPriority(); One of (critical, warning). Defaults to critical. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#priority AlertCondition#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#priority AlertCondition#priority} --- diff --git a/docs/alertCondition.python.md b/docs/alertCondition.python.md index 01543396d..9f9659aa2 100644 --- a/docs/alertCondition.python.md +++ b/docs/alertCondition.python.md @@ -4,7 +4,7 @@ ### AlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition newrelic_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition newrelic_alert_condition}. #### Initializers @@ -54,11 +54,11 @@ alertCondition.AlertCondition( | name | str | The title of the condition. Must be between 1 and 128 characters, inclusive. | | policy_id | typing.Union[int, float] | The ID of the policy where this condition should be used. | | term | typing.Union[cdktf.IResolvable, typing.List[AlertConditionTerm]] | term block. | -| type | str | The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). | +| type | str | The type of condition. One of: (servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric). | | condition_scope | str | One of (application, instance). | | enabled | typing.Union[bool, cdktf.IResolvable] | Whether the condition is enabled. | | gc_metric | str | A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#id AlertCondition#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#id AlertCondition#id}. | | runbook_url | str | Runbook URL to display in notifications. | | user_defined_metric | str | A custom metric to be evaluated. | | user_defined_value_function | str | One of: (average, min, max, total, sample_size, percent, rate). | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The instance IDs associated with this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#entities AlertCondition#entities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#entities AlertCondition#entities} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The metric field accepts parameters based on the type set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#metric AlertCondition#metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#metric AlertCondition#metric} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The title of the condition. Must be between 1 and 128 characters, inclusive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#name AlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#name AlertCondition#name} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#policy_id AlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#policy_id AlertCondition#policy_id} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre term block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#term AlertCondition#term} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#term AlertCondition#term} --- @@ -180,9 +180,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). +The type of condition. One of: (servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#type AlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#type AlertCondition#type} --- @@ -194,7 +194,7 @@ One of (application, instance). Choose application for most scenarios. If you are using the JVM plugin in New Relic, the instance setting allows your condition to trigger for specific app instances. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Whether the condition is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#enabled AlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#enabled AlertCondition#enabled} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#id AlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#id AlertCondition#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. @@ -235,7 +235,7 @@ If you experience problems setting this value it might not be settable. Please t Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A custom metric to be evaluated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre One of: (average, min, max, total, sample_size, percent, rate). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} --- @@ -267,7 +267,7 @@ Automatically close instance-based incidents, including JVM health metric incide Must be between 1 and 720 hours. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} --- @@ -811,7 +811,7 @@ The construct id used in the generated config for the AlertCondition to import. The id of the existing AlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1373,11 +1373,11 @@ alertCondition.AlertConditionConfig( | name | str | The title of the condition. Must be between 1 and 128 characters, inclusive. | | policy_id | typing.Union[int, float] | The ID of the policy where this condition should be used. | | term | typing.Union[cdktf.IResolvable, typing.List[AlertConditionTerm]] | term block. | -| type | str | The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). | +| type | str | The type of condition. One of: (servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric). | | condition_scope | str | One of (application, instance). | | enabled | typing.Union[bool, cdktf.IResolvable] | Whether the condition is enabled. | | gc_metric | str | A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#id AlertCondition#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#id AlertCondition#id}. | | runbook_url | str | Runbook URL to display in notifications. | | user_defined_metric | str | A custom metric to be evaluated. | | user_defined_value_function | str | One of: (average, min, max, total, sample_size, percent, rate). | @@ -1465,7 +1465,7 @@ entities: typing.List[typing.Union[int, float]] The instance IDs associated with this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#entities AlertCondition#entities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#entities AlertCondition#entities} --- @@ -1479,7 +1479,7 @@ metric: str The metric field accepts parameters based on the type set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#metric AlertCondition#metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#metric AlertCondition#metric} --- @@ -1493,7 +1493,7 @@ name: str The title of the condition. Must be between 1 and 128 characters, inclusive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#name AlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#name AlertCondition#name} --- @@ -1507,7 +1507,7 @@ policy_id: typing.Union[int, float] The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#policy_id AlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#policy_id AlertCondition#policy_id} --- @@ -1521,7 +1521,7 @@ term: typing.Union[IResolvable, typing.List[AlertConditionTerm]] term block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#term AlertCondition#term} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#term AlertCondition#term} --- @@ -1533,9 +1533,9 @@ type: str - *Type:* str -The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). +The type of condition. One of: (servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#type AlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#type AlertCondition#type} --- @@ -1551,7 +1551,7 @@ One of (application, instance). Choose application for most scenarios. If you are using the JVM plugin in New Relic, the instance setting allows your condition to trigger for specific app instances. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} --- @@ -1565,7 +1565,7 @@ enabled: typing.Union[bool, IResolvable] Whether the condition is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#enabled AlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#enabled AlertCondition#enabled} --- @@ -1579,7 +1579,7 @@ gc_metric: str A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} --- @@ -1591,7 +1591,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#id AlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#id AlertCondition#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. @@ -1608,7 +1608,7 @@ runbook_url: str Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} --- @@ -1622,7 +1622,7 @@ user_defined_metric: str A custom metric to be evaluated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} --- @@ -1636,7 +1636,7 @@ user_defined_value_function: str One of: (average, min, max, total, sample_size, percent, rate). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} --- @@ -1652,7 +1652,7 @@ Automatically close instance-based incidents, including JVM health metric incide Must be between 1 and 720 hours. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} --- @@ -1694,7 +1694,7 @@ duration: typing.Union[int, float] In minutes, must be in the range of 5 to 120, inclusive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#duration AlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#duration AlertCondition#duration} --- @@ -1708,7 +1708,7 @@ threshold: typing.Union[int, float] Must be 0 or greater. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#threshold AlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#threshold AlertCondition#threshold} --- @@ -1722,7 +1722,7 @@ time_function: str One of (all, any). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#time_function AlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#time_function AlertCondition#time_function} --- @@ -1736,7 +1736,7 @@ operator: str One of (above, below, equal). Defaults to equal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#operator AlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#operator AlertCondition#operator} --- @@ -1750,7 +1750,7 @@ priority: str One of (critical, warning). Defaults to critical. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#priority AlertCondition#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#priority AlertCondition#priority} --- diff --git a/docs/alertCondition.typescript.md b/docs/alertCondition.typescript.md index b487b2e28..a7f3db386 100644 --- a/docs/alertCondition.typescript.md +++ b/docs/alertCondition.typescript.md @@ -4,7 +4,7 @@ ### AlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition newrelic_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition newrelic_alert_condition}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the AlertCondition to import. The id of the existing AlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1076,11 +1076,11 @@ const alertConditionConfig: alertCondition.AlertConditionConfig = { ... } | name | string | The title of the condition. Must be between 1 and 128 characters, inclusive. | | policyId | number | The ID of the policy where this condition should be used. | | term | cdktf.IResolvable \| AlertConditionTerm[] | term block. | -| type | string | The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). | +| type | string | The type of condition. One of: (servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric). | | conditionScope | string | One of (application, instance). | | enabled | boolean \| cdktf.IResolvable | Whether the condition is enabled. | | gcMetric | string | A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#id AlertCondition#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#id AlertCondition#id}. | | runbookUrl | string | Runbook URL to display in notifications. | | userDefinedMetric | string | A custom metric to be evaluated. | | userDefinedValueFunction | string | One of: (average, min, max, total, sample_size, percent, rate). | @@ -1168,7 +1168,7 @@ public readonly entities: number[]; The instance IDs associated with this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#entities AlertCondition#entities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#entities AlertCondition#entities} --- @@ -1182,7 +1182,7 @@ public readonly metric: string; The metric field accepts parameters based on the type set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#metric AlertCondition#metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#metric AlertCondition#metric} --- @@ -1196,7 +1196,7 @@ public readonly name: string; The title of the condition. Must be between 1 and 128 characters, inclusive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#name AlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#name AlertCondition#name} --- @@ -1210,7 +1210,7 @@ public readonly policyId: number; The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#policy_id AlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#policy_id AlertCondition#policy_id} --- @@ -1224,7 +1224,7 @@ public readonly term: IResolvable | AlertConditionTerm[]; term block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#term AlertCondition#term} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#term AlertCondition#term} --- @@ -1236,9 +1236,9 @@ public readonly type: string; - *Type:* string -The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). +The type of condition. One of: (servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#type AlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#type AlertCondition#type} --- @@ -1254,7 +1254,7 @@ One of (application, instance). Choose application for most scenarios. If you are using the JVM plugin in New Relic, the instance setting allows your condition to trigger for specific app instances. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} --- @@ -1268,7 +1268,7 @@ public readonly enabled: boolean | IResolvable; Whether the condition is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#enabled AlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#enabled AlertCondition#enabled} --- @@ -1282,7 +1282,7 @@ public readonly gcMetric: string; A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} --- @@ -1294,7 +1294,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#id AlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#id AlertCondition#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. @@ -1311,7 +1311,7 @@ public readonly runbookUrl: string; Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} --- @@ -1325,7 +1325,7 @@ public readonly userDefinedMetric: string; A custom metric to be evaluated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} --- @@ -1339,7 +1339,7 @@ public readonly userDefinedValueFunction: string; One of: (average, min, max, total, sample_size, percent, rate). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} --- @@ -1355,7 +1355,7 @@ Automatically close instance-based incidents, including JVM health metric incide Must be between 1 and 720 hours. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} --- @@ -1391,7 +1391,7 @@ public readonly duration: number; In minutes, must be in the range of 5 to 120, inclusive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#duration AlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#duration AlertCondition#duration} --- @@ -1405,7 +1405,7 @@ public readonly threshold: number; Must be 0 or greater. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#threshold AlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#threshold AlertCondition#threshold} --- @@ -1419,7 +1419,7 @@ public readonly timeFunction: string; One of (all, any). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#time_function AlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#time_function AlertCondition#time_function} --- @@ -1433,7 +1433,7 @@ public readonly operator: string; One of (above, below, equal). Defaults to equal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#operator AlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#operator AlertCondition#operator} --- @@ -1447,7 +1447,7 @@ public readonly priority: string; One of (critical, warning). Defaults to critical. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#priority AlertCondition#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#priority AlertCondition#priority} --- diff --git a/docs/alertMutingRule.csharp.md b/docs/alertMutingRule.csharp.md index 06c9037da..ef398f80e 100644 --- a/docs/alertMutingRule.csharp.md +++ b/docs/alertMutingRule.csharp.md @@ -4,7 +4,7 @@ ### AlertMutingRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule newrelic_alert_muting_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule newrelic_alert_muting_rule}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the AlertMutingRule to import. The id of the existing AlertMutingRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#import import section} in the documentation of this resource for the id to use --- @@ -902,7 +902,7 @@ public object Conditions { get; set; } conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions} --- @@ -916,7 +916,7 @@ public string Operator { get; set; } The operator used to combine all the MutingRuleConditions within the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} --- @@ -954,7 +954,7 @@ public string Attribute { get; set; } The attribute on an incident. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#attribute AlertMutingRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#attribute AlertMutingRule#attribute} --- @@ -968,7 +968,7 @@ public string Operator { get; set; } 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.45.2/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} --- @@ -982,7 +982,7 @@ public string[] Values { get; set; } The value(s) to compare against the attribute's value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#values AlertMutingRule#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#values AlertMutingRule#values} --- @@ -1027,7 +1027,7 @@ new AlertMutingRuleConfig { | Name | string | The name of the MutingRule. | | AccountId | double | The account id of the MutingRule.. | | Description | string | The description of the MutingRule. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#id AlertMutingRule#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#id AlertMutingRule#id}. | | Schedule | AlertMutingRuleSchedule | schedule block. | --- @@ -1112,7 +1112,7 @@ public AlertMutingRuleCondition Condition { get; set; } condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} --- @@ -1126,7 +1126,7 @@ public object Enabled { get; set; } Whether the MutingRule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} --- @@ -1140,7 +1140,7 @@ public string Name { get; set; } The name of the MutingRule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#name AlertMutingRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#name AlertMutingRule#name} --- @@ -1154,7 +1154,7 @@ public double AccountId { get; set; } The account id of the MutingRule.. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} --- @@ -1168,7 +1168,7 @@ public string Description { get; set; } The description of the MutingRule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#description AlertMutingRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#description AlertMutingRule#description} --- @@ -1180,7 +1180,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#id AlertMutingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. @@ -1197,7 +1197,7 @@ public AlertMutingRuleSchedule Schedule { get; set; } schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} --- @@ -1243,7 +1243,7 @@ public string TimeZone { get; set; } The time zone that applies to the MutingRule schedule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone} --- @@ -1257,7 +1257,7 @@ public string EndRepeat { get; set; } The datetime stamp when the MutingRule schedule should stop repeating. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat} --- @@ -1271,7 +1271,7 @@ public string EndTime { get; set; } The datetime stamp representing when the MutingRule should end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time} --- @@ -1285,7 +1285,7 @@ public string Repeat { get; set; } The frequency the MutingRule schedule repeats. One of [DAILY, WEEKLY, MONTHLY]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat} --- @@ -1299,7 +1299,7 @@ public double RepeatCount { get; set; } The number of times the MutingRule schedule should repeat. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count} --- @@ -1313,7 +1313,7 @@ public string StartTime { get; set; } The datetime stamp representing when the MutingRule should start. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time} --- @@ -1327,7 +1327,7 @@ public string[] WeeklyRepeatDays { get; set; } 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.45.2/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days} --- diff --git a/docs/alertMutingRule.go.md b/docs/alertMutingRule.go.md index 7ec05516b..ff87351d2 100644 --- a/docs/alertMutingRule.go.md +++ b/docs/alertMutingRule.go.md @@ -4,7 +4,7 @@ ### AlertMutingRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule newrelic_alert_muting_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule newrelic_alert_muting_rule}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the AlertMutingRule to import. The id of the existing AlertMutingRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#import import section} in the documentation of this resource for the id to use --- @@ -902,7 +902,7 @@ Conditions interface{} conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions} --- @@ -916,7 +916,7 @@ Operator *string The operator used to combine all the MutingRuleConditions within the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} --- @@ -954,7 +954,7 @@ Attribute *string The attribute on an incident. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#attribute AlertMutingRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#attribute AlertMutingRule#attribute} --- @@ -968,7 +968,7 @@ Operator *string 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.45.2/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} --- @@ -982,7 +982,7 @@ Values *[]*string The value(s) to compare against the attribute's value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#values AlertMutingRule#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#values AlertMutingRule#values} --- @@ -1027,7 +1027,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertmutingrule | Name | *string | The name of the MutingRule. | | AccountId | *f64 | The account id of the MutingRule.. | | Description | *string | The description of the MutingRule. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#id AlertMutingRule#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#id AlertMutingRule#id}. | | Schedule | AlertMutingRuleSchedule | schedule block. | --- @@ -1112,7 +1112,7 @@ Condition AlertMutingRuleCondition condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} --- @@ -1126,7 +1126,7 @@ Enabled interface{} Whether the MutingRule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} --- @@ -1140,7 +1140,7 @@ Name *string The name of the MutingRule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#name AlertMutingRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#name AlertMutingRule#name} --- @@ -1154,7 +1154,7 @@ AccountId *f64 The account id of the MutingRule.. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} --- @@ -1168,7 +1168,7 @@ Description *string The description of the MutingRule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#description AlertMutingRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#description AlertMutingRule#description} --- @@ -1180,7 +1180,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#id AlertMutingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. @@ -1197,7 +1197,7 @@ Schedule AlertMutingRuleSchedule schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} --- @@ -1243,7 +1243,7 @@ TimeZone *string The time zone that applies to the MutingRule schedule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone} --- @@ -1257,7 +1257,7 @@ EndRepeat *string The datetime stamp when the MutingRule schedule should stop repeating. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat} --- @@ -1271,7 +1271,7 @@ EndTime *string The datetime stamp representing when the MutingRule should end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time} --- @@ -1285,7 +1285,7 @@ Repeat *string The frequency the MutingRule schedule repeats. One of [DAILY, WEEKLY, MONTHLY]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat} --- @@ -1299,7 +1299,7 @@ RepeatCount *f64 The number of times the MutingRule schedule should repeat. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count} --- @@ -1313,7 +1313,7 @@ StartTime *string The datetime stamp representing when the MutingRule should start. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time} --- @@ -1327,7 +1327,7 @@ WeeklyRepeatDays *[]*string 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.45.2/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days} --- diff --git a/docs/alertMutingRule.java.md b/docs/alertMutingRule.java.md index a2b450c20..0918cf8cb 100644 --- a/docs/alertMutingRule.java.md +++ b/docs/alertMutingRule.java.md @@ -4,7 +4,7 @@ ### AlertMutingRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule newrelic_alert_muting_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule newrelic_alert_muting_rule}. #### Initializers @@ -50,7 +50,7 @@ AlertMutingRule.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | The name of the MutingRule. | | accountId | java.lang.Number | The account id of the MutingRule.. | | description | java.lang.String | The description of the MutingRule. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#id AlertMutingRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#id AlertMutingRule#id}. | | schedule | AlertMutingRuleSchedule | schedule block. | --- @@ -121,7 +121,7 @@ Must be unique amongst siblings in the same scope condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Whether the MutingRule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the MutingRule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#name AlertMutingRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#name AlertMutingRule#name} --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id of the MutingRule.. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The description of the MutingRule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#description AlertMutingRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#description AlertMutingRule#description} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#id AlertMutingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. @@ -182,7 +182,7 @@ If you experience problems setting this value it might not be settable. Please t schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} --- @@ -663,7 +663,7 @@ The construct id used in the generated config for the AlertMutingRule to import. The id of the existing AlertMutingRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#import import section} in the documentation of this resource for the id to use --- @@ -1045,7 +1045,7 @@ public java.lang.Object getConditions(); conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions} --- @@ -1059,7 +1059,7 @@ public java.lang.String getOperator(); The operator used to combine all the MutingRuleConditions within the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} --- @@ -1097,7 +1097,7 @@ public java.lang.String getAttribute(); The attribute on an incident. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#attribute AlertMutingRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#attribute AlertMutingRule#attribute} --- @@ -1111,7 +1111,7 @@ public java.lang.String getOperator(); 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.45.2/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} --- @@ -1125,7 +1125,7 @@ public java.util.List getValues(); The value(s) to compare against the attribute's value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#values AlertMutingRule#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#values AlertMutingRule#values} --- @@ -1175,7 +1175,7 @@ AlertMutingRuleConfig.builder() | name | java.lang.String | The name of the MutingRule. | | accountId | java.lang.Number | The account id of the MutingRule.. | | description | java.lang.String | The description of the MutingRule. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#id AlertMutingRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#id AlertMutingRule#id}. | | schedule | AlertMutingRuleSchedule | schedule block. | --- @@ -1260,7 +1260,7 @@ public AlertMutingRuleCondition getCondition(); condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} --- @@ -1274,7 +1274,7 @@ public java.lang.Object getEnabled(); Whether the MutingRule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} --- @@ -1288,7 +1288,7 @@ public java.lang.String getName(); The name of the MutingRule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#name AlertMutingRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#name AlertMutingRule#name} --- @@ -1302,7 +1302,7 @@ public java.lang.Number getAccountId(); The account id of the MutingRule.. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} --- @@ -1316,7 +1316,7 @@ public java.lang.String getDescription(); The description of the MutingRule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#description AlertMutingRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#description AlertMutingRule#description} --- @@ -1328,7 +1328,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#id AlertMutingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. @@ -1345,7 +1345,7 @@ public AlertMutingRuleSchedule getSchedule(); schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} --- @@ -1391,7 +1391,7 @@ public java.lang.String getTimeZone(); The time zone that applies to the MutingRule schedule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone} --- @@ -1405,7 +1405,7 @@ public java.lang.String getEndRepeat(); The datetime stamp when the MutingRule schedule should stop repeating. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat} --- @@ -1419,7 +1419,7 @@ public java.lang.String getEndTime(); The datetime stamp representing when the MutingRule should end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time} --- @@ -1433,7 +1433,7 @@ public java.lang.String getRepeat(); The frequency the MutingRule schedule repeats. One of [DAILY, WEEKLY, MONTHLY]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat} --- @@ -1447,7 +1447,7 @@ public java.lang.Number getRepeatCount(); The number of times the MutingRule schedule should repeat. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count} --- @@ -1461,7 +1461,7 @@ public java.lang.String getStartTime(); The datetime stamp representing when the MutingRule should start. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time} --- @@ -1475,7 +1475,7 @@ public java.util.List getWeeklyRepeatDays(); 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.45.2/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days} --- diff --git a/docs/alertMutingRule.python.md b/docs/alertMutingRule.python.md index 9412ba9c3..c973d48f0 100644 --- a/docs/alertMutingRule.python.md +++ b/docs/alertMutingRule.python.md @@ -4,7 +4,7 @@ ### AlertMutingRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule newrelic_alert_muting_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule newrelic_alert_muting_rule}. #### Initializers @@ -47,7 +47,7 @@ alertMutingRule.AlertMutingRule( | name | str | The name of the MutingRule. | | account_id | typing.Union[int, float] | The account id of the MutingRule.. | | description | str | The description of the MutingRule. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#id AlertMutingRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#id AlertMutingRule#id}. | | schedule | AlertMutingRuleSchedule | schedule block. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Whether the MutingRule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the MutingRule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#name AlertMutingRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#name AlertMutingRule#name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id of the MutingRule.. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The description of the MutingRule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#description AlertMutingRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#description AlertMutingRule#description} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#id AlertMutingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. @@ -179,7 +179,7 @@ If you experience problems setting this value it might not be settable. Please t schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} --- @@ -559,7 +559,7 @@ def put_condition( conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions} --- @@ -569,7 +569,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The operator used to combine all the MutingRuleConditions within the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} --- @@ -593,7 +593,7 @@ def put_schedule( The time zone that applies to the MutingRule schedule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone} --- @@ -603,7 +603,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The datetime stamp when the MutingRule schedule should stop repeating. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat} --- @@ -613,7 +613,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The datetime stamp representing when the MutingRule should end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time} --- @@ -623,7 +623,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The frequency the MutingRule schedule repeats. One of [DAILY, WEEKLY, MONTHLY]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat} --- @@ -633,7 +633,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The number of times the MutingRule schedule should repeat. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count} --- @@ -643,7 +643,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The datetime stamp representing when the MutingRule should start. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time} --- @@ -653,7 +653,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre 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.45.2/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days} --- @@ -795,7 +795,7 @@ The construct id used in the generated config for the AlertMutingRule to import. The id of the existing AlertMutingRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#import import section} in the documentation of this resource for the id to use --- @@ -1176,7 +1176,7 @@ conditions: typing.Union[IResolvable, typing.List[AlertMutingRuleConditionCondit conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions} --- @@ -1190,7 +1190,7 @@ operator: str The operator used to combine all the MutingRuleConditions within the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} --- @@ -1228,7 +1228,7 @@ attribute: str The attribute on an incident. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#attribute AlertMutingRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#attribute AlertMutingRule#attribute} --- @@ -1242,7 +1242,7 @@ operator: str 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.45.2/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} --- @@ -1256,7 +1256,7 @@ values: typing.List[str] The value(s) to compare against the attribute's value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#values AlertMutingRule#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#values AlertMutingRule#values} --- @@ -1301,7 +1301,7 @@ alertMutingRule.AlertMutingRuleConfig( | name | str | The name of the MutingRule. | | account_id | typing.Union[int, float] | The account id of the MutingRule.. | | description | str | The description of the MutingRule. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#id AlertMutingRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#id AlertMutingRule#id}. | | schedule | AlertMutingRuleSchedule | schedule block. | --- @@ -1386,7 +1386,7 @@ condition: AlertMutingRuleCondition condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} --- @@ -1400,7 +1400,7 @@ enabled: typing.Union[bool, IResolvable] Whether the MutingRule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} --- @@ -1414,7 +1414,7 @@ name: str The name of the MutingRule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#name AlertMutingRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#name AlertMutingRule#name} --- @@ -1428,7 +1428,7 @@ account_id: typing.Union[int, float] The account id of the MutingRule.. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} --- @@ -1442,7 +1442,7 @@ description: str The description of the MutingRule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#description AlertMutingRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#description AlertMutingRule#description} --- @@ -1454,7 +1454,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#id AlertMutingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. @@ -1471,7 +1471,7 @@ schedule: AlertMutingRuleSchedule schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} --- @@ -1517,7 +1517,7 @@ time_zone: str The time zone that applies to the MutingRule schedule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone} --- @@ -1531,7 +1531,7 @@ end_repeat: str The datetime stamp when the MutingRule schedule should stop repeating. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat} --- @@ -1545,7 +1545,7 @@ end_time: str The datetime stamp representing when the MutingRule should end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time} --- @@ -1559,7 +1559,7 @@ repeat: str The frequency the MutingRule schedule repeats. One of [DAILY, WEEKLY, MONTHLY]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat} --- @@ -1573,7 +1573,7 @@ repeat_count: typing.Union[int, float] The number of times the MutingRule schedule should repeat. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count} --- @@ -1587,7 +1587,7 @@ start_time: str The datetime stamp representing when the MutingRule should start. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time} --- @@ -1601,7 +1601,7 @@ weekly_repeat_days: typing.List[str] 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.45.2/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days} --- diff --git a/docs/alertMutingRule.typescript.md b/docs/alertMutingRule.typescript.md index f5599872e..468ce16c8 100644 --- a/docs/alertMutingRule.typescript.md +++ b/docs/alertMutingRule.typescript.md @@ -4,7 +4,7 @@ ### AlertMutingRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule newrelic_alert_muting_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule newrelic_alert_muting_rule}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the AlertMutingRule to import. The id of the existing AlertMutingRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#import import section} in the documentation of this resource for the id to use --- @@ -899,7 +899,7 @@ public readonly conditions: IResolvable | AlertMutingRuleConditionConditions[]; conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions} --- @@ -913,7 +913,7 @@ public readonly operator: string; The operator used to combine all the MutingRuleConditions within the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} --- @@ -947,7 +947,7 @@ public readonly attribute: string; The attribute on an incident. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#attribute AlertMutingRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#attribute AlertMutingRule#attribute} --- @@ -961,7 +961,7 @@ public readonly operator: string; 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.45.2/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} --- @@ -975,7 +975,7 @@ public readonly values: string[]; The value(s) to compare against the attribute's value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#values AlertMutingRule#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#values AlertMutingRule#values} --- @@ -1005,7 +1005,7 @@ const alertMutingRuleConfig: alertMutingRule.AlertMutingRuleConfig = { ... } | name | string | The name of the MutingRule. | | accountId | number | The account id of the MutingRule.. | | description | string | The description of the MutingRule. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#id AlertMutingRule#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#id AlertMutingRule#id}. | | schedule | AlertMutingRuleSchedule | schedule block. | --- @@ -1090,7 +1090,7 @@ public readonly condition: AlertMutingRuleCondition; condition block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} --- @@ -1104,7 +1104,7 @@ public readonly enabled: boolean | IResolvable; Whether the MutingRule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} --- @@ -1118,7 +1118,7 @@ public readonly name: string; The name of the MutingRule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#name AlertMutingRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#name AlertMutingRule#name} --- @@ -1132,7 +1132,7 @@ public readonly accountId: number; The account id of the MutingRule.. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} --- @@ -1146,7 +1146,7 @@ public readonly description: string; The description of the MutingRule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#description AlertMutingRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#description AlertMutingRule#description} --- @@ -1158,7 +1158,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#id AlertMutingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. @@ -1175,7 +1175,7 @@ public readonly schedule: AlertMutingRuleSchedule; schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} --- @@ -1213,7 +1213,7 @@ public readonly timeZone: string; The time zone that applies to the MutingRule schedule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone} --- @@ -1227,7 +1227,7 @@ public readonly endRepeat: string; The datetime stamp when the MutingRule schedule should stop repeating. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat} --- @@ -1241,7 +1241,7 @@ public readonly endTime: string; The datetime stamp representing when the MutingRule should end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time} --- @@ -1255,7 +1255,7 @@ public readonly repeat: string; The frequency the MutingRule schedule repeats. One of [DAILY, WEEKLY, MONTHLY]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat} --- @@ -1269,7 +1269,7 @@ public readonly repeatCount: number; The number of times the MutingRule schedule should repeat. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count} --- @@ -1283,7 +1283,7 @@ public readonly startTime: string; The datetime stamp representing when the MutingRule should start. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time} --- @@ -1297,7 +1297,7 @@ public readonly weeklyRepeatDays: string[]; 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.45.2/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days} --- diff --git a/docs/alertPolicy.csharp.md b/docs/alertPolicy.csharp.md index 0d3f792d4..562d4a0ab 100644 --- a/docs/alertPolicy.csharp.md +++ b/docs/alertPolicy.csharp.md @@ -4,7 +4,7 @@ ### AlertPolicy -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy newrelic_alert_policy}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy newrelic_alert_policy}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the AlertPolicy to import. The id of the existing AlertPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#import import section} in the documentation of this resource for the id to use --- @@ -837,7 +837,7 @@ new AlertPolicyConfig { | Name | string | The name of the policy. | | AccountId | double | The New Relic account ID to operate on. | | ChannelIds | double[] | An array of channel IDs (integers) to assign to the policy. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#id AlertPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#id AlertPolicy#id}. | | IncidentPreference | string | The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY. | --- @@ -922,7 +922,7 @@ public string Name { get; set; } The name of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#name AlertPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#name AlertPolicy#name} --- @@ -936,7 +936,7 @@ public double AccountId { get; set; } The New Relic account ID to operate on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#account_id AlertPolicy#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#account_id AlertPolicy#account_id} --- @@ -952,7 +952,7 @@ An array of channel IDs (integers) to assign to the policy. Adding or removing channel IDs from this array will result in a new alert policy resource being created and the old one being destroyed. Also note that channel IDs cannot be imported via terraform import. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} --- @@ -964,7 +964,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#id AlertPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#id AlertPolicy#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. @@ -981,7 +981,7 @@ public string IncidentPreference { get; set; } The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} --- diff --git a/docs/alertPolicy.go.md b/docs/alertPolicy.go.md index 745f67bfd..4b4b00b43 100644 --- a/docs/alertPolicy.go.md +++ b/docs/alertPolicy.go.md @@ -4,7 +4,7 @@ ### AlertPolicy -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy newrelic_alert_policy}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy newrelic_alert_policy}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the AlertPolicy to import. The id of the existing AlertPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#import import section} in the documentation of this resource for the id to use --- @@ -837,7 +837,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicy" | Name | *string | The name of the policy. | | AccountId | *f64 | The New Relic account ID to operate on. | | ChannelIds | *[]*f64 | An array of channel IDs (integers) to assign to the policy. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#id AlertPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#id AlertPolicy#id}. | | IncidentPreference | *string | The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY. | --- @@ -922,7 +922,7 @@ Name *string The name of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#name AlertPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#name AlertPolicy#name} --- @@ -936,7 +936,7 @@ AccountId *f64 The New Relic account ID to operate on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#account_id AlertPolicy#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#account_id AlertPolicy#account_id} --- @@ -952,7 +952,7 @@ An array of channel IDs (integers) to assign to the policy. Adding or removing channel IDs from this array will result in a new alert policy resource being created and the old one being destroyed. Also note that channel IDs cannot be imported via terraform import. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} --- @@ -964,7 +964,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#id AlertPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#id AlertPolicy#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. @@ -981,7 +981,7 @@ IncidentPreference *string The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} --- diff --git a/docs/alertPolicy.java.md b/docs/alertPolicy.java.md index 21f484384..82e33d7bc 100644 --- a/docs/alertPolicy.java.md +++ b/docs/alertPolicy.java.md @@ -4,7 +4,7 @@ ### AlertPolicy -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy newrelic_alert_policy}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy newrelic_alert_policy}. #### Initializers @@ -45,7 +45,7 @@ AlertPolicy.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | The name of the policy. | | accountId | java.lang.Number | The New Relic account ID to operate on. | | channelIds | java.util.List | An array of channel IDs (integers) to assign to the policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#id AlertPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#id AlertPolicy#id}. | | incidentPreference | java.lang.String | The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The name of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#name AlertPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#name AlertPolicy#name} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID to operate on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#account_id AlertPolicy#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#account_id AlertPolicy#account_id} --- @@ -138,7 +138,7 @@ An array of channel IDs (integers) to assign to the policy. Adding or removing channel IDs from this array will result in a new alert policy resource being created and the old one being destroyed. Also note that channel IDs cannot be imported via terraform import. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#id AlertPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#id AlertPolicy#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. @@ -159,7 +159,7 @@ If you experience problems setting this value it might not be settable. Please t The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} --- @@ -614,7 +614,7 @@ The construct id used in the generated config for the AlertPolicy to import. The id of the existing AlertPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#import import section} in the documentation of this resource for the id to use --- @@ -960,7 +960,7 @@ AlertPolicyConfig.builder() | name | java.lang.String | The name of the policy. | | accountId | java.lang.Number | The New Relic account ID to operate on. | | channelIds | java.util.List | An array of channel IDs (integers) to assign to the policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#id AlertPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#id AlertPolicy#id}. | | incidentPreference | java.lang.String | The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY. | --- @@ -1045,7 +1045,7 @@ public java.lang.String getName(); The name of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#name AlertPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#name AlertPolicy#name} --- @@ -1059,7 +1059,7 @@ public java.lang.Number getAccountId(); The New Relic account ID to operate on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#account_id AlertPolicy#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#account_id AlertPolicy#account_id} --- @@ -1075,7 +1075,7 @@ An array of channel IDs (integers) to assign to the policy. Adding or removing channel IDs from this array will result in a new alert policy resource being created and the old one being destroyed. Also note that channel IDs cannot be imported via terraform import. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} --- @@ -1087,7 +1087,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#id AlertPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#id AlertPolicy#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. @@ -1104,7 +1104,7 @@ public java.lang.String getIncidentPreference(); The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} --- diff --git a/docs/alertPolicy.python.md b/docs/alertPolicy.python.md index fc96832cc..f0b74a62b 100644 --- a/docs/alertPolicy.python.md +++ b/docs/alertPolicy.python.md @@ -4,7 +4,7 @@ ### AlertPolicy -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy newrelic_alert_policy}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy newrelic_alert_policy}. #### Initializers @@ -43,7 +43,7 @@ alertPolicy.AlertPolicy( | name | str | The name of the policy. | | account_id | typing.Union[int, float] | The New Relic account ID to operate on. | | channel_ids | typing.List[typing.Union[int, float]] | An array of channel IDs (integers) to assign to the policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#id AlertPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#id AlertPolicy#id}. | | incident_preference | str | The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The name of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#name AlertPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#name AlertPolicy#name} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID to operate on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#account_id AlertPolicy#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#account_id AlertPolicy#account_id} --- @@ -136,7 +136,7 @@ An array of channel IDs (integers) to assign to the policy. Adding or removing channel IDs from this array will result in a new alert policy resource being created and the old one being destroyed. Also note that channel IDs cannot be imported via terraform import. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#id AlertPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#id AlertPolicy#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. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} --- @@ -658,7 +658,7 @@ The construct id used in the generated config for the AlertPolicy to import. The id of the existing AlertPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#import import section} in the documentation of this resource for the id to use --- @@ -1000,7 +1000,7 @@ alertPolicy.AlertPolicyConfig( | name | str | The name of the policy. | | account_id | typing.Union[int, float] | The New Relic account ID to operate on. | | channel_ids | typing.List[typing.Union[int, float]] | An array of channel IDs (integers) to assign to the policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#id AlertPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#id AlertPolicy#id}. | | incident_preference | str | The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY. | --- @@ -1085,7 +1085,7 @@ name: str The name of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#name AlertPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#name AlertPolicy#name} --- @@ -1099,7 +1099,7 @@ account_id: typing.Union[int, float] The New Relic account ID to operate on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#account_id AlertPolicy#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#account_id AlertPolicy#account_id} --- @@ -1115,7 +1115,7 @@ An array of channel IDs (integers) to assign to the policy. Adding or removing channel IDs from this array will result in a new alert policy resource being created and the old one being destroyed. Also note that channel IDs cannot be imported via terraform import. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} --- @@ -1127,7 +1127,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#id AlertPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#id AlertPolicy#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. @@ -1144,7 +1144,7 @@ incident_preference: str The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} --- diff --git a/docs/alertPolicy.typescript.md b/docs/alertPolicy.typescript.md index 6118ac6d7..83dba77c8 100644 --- a/docs/alertPolicy.typescript.md +++ b/docs/alertPolicy.typescript.md @@ -4,7 +4,7 @@ ### AlertPolicy -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy newrelic_alert_policy}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy newrelic_alert_policy}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the AlertPolicy to import. The id of the existing AlertPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#import import section} in the documentation of this resource for the id to use --- @@ -824,7 +824,7 @@ const alertPolicyConfig: alertPolicy.AlertPolicyConfig = { ... } | name | string | The name of the policy. | | accountId | number | The New Relic account ID to operate on. | | channelIds | number[] | An array of channel IDs (integers) to assign to the policy. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#id AlertPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#id AlertPolicy#id}. | | incidentPreference | string | The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY. | --- @@ -909,7 +909,7 @@ public readonly name: string; The name of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#name AlertPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#name AlertPolicy#name} --- @@ -923,7 +923,7 @@ public readonly accountId: number; The New Relic account ID to operate on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#account_id AlertPolicy#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#account_id AlertPolicy#account_id} --- @@ -939,7 +939,7 @@ An array of channel IDs (integers) to assign to the policy. Adding or removing channel IDs from this array will result in a new alert policy resource being created and the old one being destroyed. Also note that channel IDs cannot be imported via terraform import. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} --- @@ -951,7 +951,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#id AlertPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#id AlertPolicy#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. @@ -968,7 +968,7 @@ public readonly incidentPreference: string; The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} --- diff --git a/docs/alertPolicyChannel.csharp.md b/docs/alertPolicyChannel.csharp.md index 084c4c5f1..a13b01b8a 100644 --- a/docs/alertPolicyChannel.csharp.md +++ b/docs/alertPolicyChannel.csharp.md @@ -4,7 +4,7 @@ ### AlertPolicyChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel newrelic_alert_policy_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel newrelic_alert_policy_channel}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the AlertPolicyChannel to impo The id of the existing AlertPolicyChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#import import section} in the documentation of this resource for the id to use --- @@ -843,7 +843,7 @@ new AlertPolicyChannelConfig { | ChannelIds | double[] | Array of channel IDs to apply to the specified policy. | | PolicyId | double | The ID of the policy. | | AccountId | double | The New Relic account ID where you want to link the channel to. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. | | Timeouts | AlertPolicyChannelTimeouts | timeouts block. | --- @@ -930,7 +930,7 @@ Array of channel IDs to apply to the specified policy. We recommended sorting channel IDs in ascending order to avoid drift your Terraform state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} --- @@ -944,7 +944,7 @@ public double PolicyId { get; set; } The ID of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} --- @@ -958,7 +958,7 @@ public double AccountId { get; set; } The New Relic account ID where you want to link the channel to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} --- @@ -970,7 +970,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#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. @@ -987,7 +987,7 @@ public AlertPolicyChannelTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} --- @@ -1007,7 +1007,7 @@ new AlertPolicyChannelTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. | --- @@ -1019,7 +1019,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. --- diff --git a/docs/alertPolicyChannel.go.md b/docs/alertPolicyChannel.go.md index b11309add..651b1cd00 100644 --- a/docs/alertPolicyChannel.go.md +++ b/docs/alertPolicyChannel.go.md @@ -4,7 +4,7 @@ ### AlertPolicyChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel newrelic_alert_policy_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel newrelic_alert_policy_channel}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the AlertPolicyChannel to impo The id of the existing AlertPolicyChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#import import section} in the documentation of this resource for the id to use --- @@ -843,7 +843,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychan | ChannelIds | *[]*f64 | Array of channel IDs to apply to the specified policy. | | PolicyId | *f64 | The ID of the policy. | | AccountId | *f64 | The New Relic account ID where you want to link the channel to. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. | | Timeouts | AlertPolicyChannelTimeouts | timeouts block. | --- @@ -930,7 +930,7 @@ Array of channel IDs to apply to the specified policy. We recommended sorting channel IDs in ascending order to avoid drift your Terraform state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} --- @@ -944,7 +944,7 @@ PolicyId *f64 The ID of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} --- @@ -958,7 +958,7 @@ AccountId *f64 The New Relic account ID where you want to link the channel to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} --- @@ -970,7 +970,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#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. @@ -987,7 +987,7 @@ Timeouts AlertPolicyChannelTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} --- @@ -1007,7 +1007,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertpolicychan | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. | --- @@ -1019,7 +1019,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. --- diff --git a/docs/alertPolicyChannel.java.md b/docs/alertPolicyChannel.java.md index 736d8f0ff..521a92623 100644 --- a/docs/alertPolicyChannel.java.md +++ b/docs/alertPolicyChannel.java.md @@ -4,7 +4,7 @@ ### AlertPolicyChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel newrelic_alert_policy_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel newrelic_alert_policy_channel}. #### Initializers @@ -45,7 +45,7 @@ AlertPolicyChannel.Builder.create(Construct scope, java.lang.String id) | channelIds | java.util.List | Array of channel IDs to apply to the specified policy. | | policyId | java.lang.Number | The ID of the policy. | | accountId | java.lang.Number | The New Relic account ID where you want to link the channel to. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. | | timeouts | AlertPolicyChannelTimeouts | timeouts block. | --- @@ -118,7 +118,7 @@ Array of channel IDs to apply to the specified policy. We recommended sorting channel IDs in ascending order to avoid drift your Terraform state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to link the channel to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#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. @@ -159,7 +159,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} --- @@ -620,7 +620,7 @@ The construct id used in the generated config for the AlertPolicyChannel to impo The id of the existing AlertPolicyChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#import import section} in the documentation of this resource for the id to use --- @@ -966,7 +966,7 @@ AlertPolicyChannelConfig.builder() | channelIds | java.util.List | Array of channel IDs to apply to the specified policy. | | policyId | java.lang.Number | The ID of the policy. | | accountId | java.lang.Number | The New Relic account ID where you want to link the channel to. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. | | timeouts | AlertPolicyChannelTimeouts | timeouts block. | --- @@ -1053,7 +1053,7 @@ Array of channel IDs to apply to the specified policy. We recommended sorting channel IDs in ascending order to avoid drift your Terraform state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} --- @@ -1067,7 +1067,7 @@ public java.lang.Number getPolicyId(); The ID of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} --- @@ -1081,7 +1081,7 @@ public java.lang.Number getAccountId(); The New Relic account ID where you want to link the channel to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} --- @@ -1093,7 +1093,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#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. @@ -1110,7 +1110,7 @@ public AlertPolicyChannelTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} --- @@ -1130,7 +1130,7 @@ AlertPolicyChannelTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. | --- @@ -1142,7 +1142,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. --- diff --git a/docs/alertPolicyChannel.python.md b/docs/alertPolicyChannel.python.md index 4cf003f54..8f0694433 100644 --- a/docs/alertPolicyChannel.python.md +++ b/docs/alertPolicyChannel.python.md @@ -4,7 +4,7 @@ ### AlertPolicyChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel newrelic_alert_policy_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel newrelic_alert_policy_channel}. #### Initializers @@ -43,7 +43,7 @@ alertPolicyChannel.AlertPolicyChannel( | channel_ids | typing.List[typing.Union[int, float]] | Array of channel IDs to apply to the specified policy. | | policy_id | typing.Union[int, float] | The ID of the policy. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to link the channel to. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. | | timeouts | AlertPolicyChannelTimeouts | timeouts block. | --- @@ -116,7 +116,7 @@ Array of channel IDs to apply to the specified policy. We recommended sorting channel IDs in ascending order to avoid drift your Terraform state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to link the channel to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#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. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} --- @@ -532,7 +532,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. --- @@ -668,7 +668,7 @@ The construct id used in the generated config for the AlertPolicyChannel to impo The id of the existing AlertPolicyChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#import import section} in the documentation of this resource for the id to use --- @@ -1010,7 +1010,7 @@ alertPolicyChannel.AlertPolicyChannelConfig( | channel_ids | typing.List[typing.Union[int, float]] | Array of channel IDs to apply to the specified policy. | | policy_id | typing.Union[int, float] | The ID of the policy. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to link the channel to. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. | | timeouts | AlertPolicyChannelTimeouts | timeouts block. | --- @@ -1097,7 +1097,7 @@ Array of channel IDs to apply to the specified policy. We recommended sorting channel IDs in ascending order to avoid drift your Terraform state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} --- @@ -1111,7 +1111,7 @@ policy_id: typing.Union[int, float] The ID of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} --- @@ -1125,7 +1125,7 @@ account_id: typing.Union[int, float] The New Relic account ID where you want to link the channel to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} --- @@ -1137,7 +1137,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#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. @@ -1154,7 +1154,7 @@ timeouts: AlertPolicyChannelTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} --- @@ -1174,7 +1174,7 @@ alertPolicyChannel.AlertPolicyChannelTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. | --- @@ -1186,7 +1186,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. --- diff --git a/docs/alertPolicyChannel.typescript.md b/docs/alertPolicyChannel.typescript.md index 6ee9f3c54..84a8a6ff3 100644 --- a/docs/alertPolicyChannel.typescript.md +++ b/docs/alertPolicyChannel.typescript.md @@ -4,7 +4,7 @@ ### AlertPolicyChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel newrelic_alert_policy_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel newrelic_alert_policy_channel}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the AlertPolicyChannel to impo The id of the existing AlertPolicyChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#import import section} in the documentation of this resource for the id to use --- @@ -830,7 +830,7 @@ const alertPolicyChannelConfig: alertPolicyChannel.AlertPolicyChannelConfig = { | channelIds | number[] | Array of channel IDs to apply to the specified policy. | | policyId | number | The ID of the policy. | | accountId | number | The New Relic account ID where you want to link the channel to. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. | | timeouts | AlertPolicyChannelTimeouts | timeouts block. | --- @@ -917,7 +917,7 @@ Array of channel IDs to apply to the specified policy. We recommended sorting channel IDs in ascending order to avoid drift your Terraform state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} --- @@ -931,7 +931,7 @@ public readonly policyId: number; The ID of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} --- @@ -945,7 +945,7 @@ public readonly accountId: number; The New Relic account ID where you want to link the channel to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} --- @@ -957,7 +957,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#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. @@ -974,7 +974,7 @@ public readonly timeouts: AlertPolicyChannelTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} --- @@ -992,7 +992,7 @@ const alertPolicyChannelTimeouts: alertPolicyChannel.AlertPolicyChannelTimeouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. | --- @@ -1004,7 +1004,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}. --- diff --git a/docs/apiAccessKey.csharp.md b/docs/apiAccessKey.csharp.md index 23115a2e9..8b06a7189 100644 --- a/docs/apiAccessKey.csharp.md +++ b/docs/apiAccessKey.csharp.md @@ -4,7 +4,7 @@ ### ApiAccessKey -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key newrelic_api_access_key}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key newrelic_api_access_key}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the ApiAccessKey to import. The id of the existing ApiAccessKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#import import section} in the documentation of this resource for the id to use --- @@ -898,13 +898,13 @@ new ApiAccessKeyConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| AccountId | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. | -| KeyType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#id ApiAccessKey#id}. | -| IngestType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#name ApiAccessKey#name}. | -| Notes | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#notes ApiAccessKey#notes}. | -| UserId | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. | +| AccountId | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. | +| KeyType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#id ApiAccessKey#id}. | +| IngestType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#name ApiAccessKey#name}. | +| Notes | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#notes ApiAccessKey#notes}. | +| UserId | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. | --- @@ -986,7 +986,7 @@ public double AccountId { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. --- @@ -998,7 +998,7 @@ public string KeyType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. --- @@ -1010,7 +1010,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#id ApiAccessKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#id ApiAccessKey#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. @@ -1025,7 +1025,7 @@ public string IngestType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. --- @@ -1037,7 +1037,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#name ApiAccessKey#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#name ApiAccessKey#name}. --- @@ -1049,7 +1049,7 @@ public string Notes { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#notes ApiAccessKey#notes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#notes ApiAccessKey#notes}. --- @@ -1061,7 +1061,7 @@ public double UserId { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. --- diff --git a/docs/apiAccessKey.go.md b/docs/apiAccessKey.go.md index c2d358566..fb80c0a6f 100644 --- a/docs/apiAccessKey.go.md +++ b/docs/apiAccessKey.go.md @@ -4,7 +4,7 @@ ### ApiAccessKey -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key newrelic_api_access_key}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key newrelic_api_access_key}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the ApiAccessKey to import. The id of the existing ApiAccessKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#import import section} in the documentation of this resource for the id to use --- @@ -898,13 +898,13 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/apiaccesskey" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| AccountId | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. | -| KeyType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#id ApiAccessKey#id}. | -| IngestType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#name ApiAccessKey#name}. | -| Notes | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#notes ApiAccessKey#notes}. | -| UserId | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. | +| AccountId | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. | +| KeyType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#id ApiAccessKey#id}. | +| IngestType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#name ApiAccessKey#name}. | +| Notes | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#notes ApiAccessKey#notes}. | +| UserId | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. | --- @@ -986,7 +986,7 @@ AccountId *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. --- @@ -998,7 +998,7 @@ KeyType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. --- @@ -1010,7 +1010,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#id ApiAccessKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#id ApiAccessKey#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. @@ -1025,7 +1025,7 @@ IngestType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. --- @@ -1037,7 +1037,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#name ApiAccessKey#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#name ApiAccessKey#name}. --- @@ -1049,7 +1049,7 @@ Notes *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#notes ApiAccessKey#notes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#notes ApiAccessKey#notes}. --- @@ -1061,7 +1061,7 @@ UserId *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. --- diff --git a/docs/apiAccessKey.java.md b/docs/apiAccessKey.java.md index 6d99f1284..66bb6e9b6 100644 --- a/docs/apiAccessKey.java.md +++ b/docs/apiAccessKey.java.md @@ -4,7 +4,7 @@ ### ApiAccessKey -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key newrelic_api_access_key}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key newrelic_api_access_key}. #### Initializers @@ -44,13 +44,13 @@ ApiAccessKey.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| accountId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. | -| keyType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#id ApiAccessKey#id}. | -| ingestType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#name ApiAccessKey#name}. | -| notes | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#notes ApiAccessKey#notes}. | -| userId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. | +| accountId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. | +| keyType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#id ApiAccessKey#id}. | +| ingestType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#name ApiAccessKey#name}. | +| notes | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#notes ApiAccessKey#notes}. | +| userId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#id ApiAccessKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#id ApiAccessKey#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. @@ -145,7 +145,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#name ApiAccessKey#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#name ApiAccessKey#name}. --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#notes ApiAccessKey#notes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#notes ApiAccessKey#notes}. --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. --- @@ -631,7 +631,7 @@ The construct id used in the generated config for the ApiAccessKey to import. The id of the existing ApiAccessKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#import import section} in the documentation of this resource for the id to use --- @@ -1031,13 +1031,13 @@ ApiAccessKeyConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| accountId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. | -| keyType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#id ApiAccessKey#id}. | -| ingestType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#name ApiAccessKey#name}. | -| notes | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#notes ApiAccessKey#notes}. | -| userId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. | +| accountId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. | +| keyType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#id ApiAccessKey#id}. | +| ingestType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#name ApiAccessKey#name}. | +| notes | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#notes ApiAccessKey#notes}. | +| userId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. | --- @@ -1119,7 +1119,7 @@ public java.lang.Number getAccountId(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. --- @@ -1131,7 +1131,7 @@ public java.lang.String getKeyType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. --- @@ -1143,7 +1143,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#id ApiAccessKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#id ApiAccessKey#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. @@ -1158,7 +1158,7 @@ public java.lang.String getIngestType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. --- @@ -1170,7 +1170,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#name ApiAccessKey#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#name ApiAccessKey#name}. --- @@ -1182,7 +1182,7 @@ public java.lang.String getNotes(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#notes ApiAccessKey#notes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#notes ApiAccessKey#notes}. --- @@ -1194,7 +1194,7 @@ public java.lang.Number getUserId(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. --- diff --git a/docs/apiAccessKey.python.md b/docs/apiAccessKey.python.md index 7b9d67ece..05fe4ea07 100644 --- a/docs/apiAccessKey.python.md +++ b/docs/apiAccessKey.python.md @@ -4,7 +4,7 @@ ### ApiAccessKey -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key newrelic_api_access_key}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key newrelic_api_access_key}. #### Initializers @@ -42,13 +42,13 @@ apiAccessKey.ApiAccessKey( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| account_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. | -| key_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#id ApiAccessKey#id}. | -| ingest_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#name ApiAccessKey#name}. | -| notes | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#notes ApiAccessKey#notes}. | -| user_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. | +| account_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. | +| key_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#id ApiAccessKey#id}. | +| ingest_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#name ApiAccessKey#name}. | +| notes | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#notes ApiAccessKey#notes}. | +| user_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#id ApiAccessKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#id ApiAccessKey#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. @@ -143,7 +143,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#name ApiAccessKey#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#name ApiAccessKey#name}. --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#notes ApiAccessKey#notes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#notes ApiAccessKey#notes}. --- @@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. --- @@ -675,7 +675,7 @@ The construct id used in the generated config for the ApiAccessKey to import. The id of the existing ApiAccessKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#import import section} in the documentation of this resource for the id to use --- @@ -1071,13 +1071,13 @@ apiAccessKey.ApiAccessKeyConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| account_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. | -| key_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#id ApiAccessKey#id}. | -| ingest_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#name ApiAccessKey#name}. | -| notes | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#notes ApiAccessKey#notes}. | -| user_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. | +| account_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. | +| key_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#id ApiAccessKey#id}. | +| ingest_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#name ApiAccessKey#name}. | +| notes | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#notes ApiAccessKey#notes}. | +| user_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. | --- @@ -1159,7 +1159,7 @@ account_id: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. --- @@ -1171,7 +1171,7 @@ key_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. --- @@ -1183,7 +1183,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#id ApiAccessKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#id ApiAccessKey#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. @@ -1198,7 +1198,7 @@ ingest_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. --- @@ -1210,7 +1210,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#name ApiAccessKey#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#name ApiAccessKey#name}. --- @@ -1222,7 +1222,7 @@ notes: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#notes ApiAccessKey#notes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#notes ApiAccessKey#notes}. --- @@ -1234,7 +1234,7 @@ user_id: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. --- diff --git a/docs/apiAccessKey.typescript.md b/docs/apiAccessKey.typescript.md index 931bcd336..819aacf66 100644 --- a/docs/apiAccessKey.typescript.md +++ b/docs/apiAccessKey.typescript.md @@ -4,7 +4,7 @@ ### ApiAccessKey -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key newrelic_api_access_key}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key newrelic_api_access_key}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the ApiAccessKey to import. The id of the existing ApiAccessKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#import import section} in the documentation of this resource for the id to use --- @@ -883,13 +883,13 @@ const apiAccessKeyConfig: apiAccessKey.ApiAccessKeyConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| accountId | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. | -| keyType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#id ApiAccessKey#id}. | -| ingestType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#name ApiAccessKey#name}. | -| notes | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#notes ApiAccessKey#notes}. | -| userId | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. | +| accountId | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. | +| keyType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#id ApiAccessKey#id}. | +| ingestType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#name ApiAccessKey#name}. | +| notes | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#notes ApiAccessKey#notes}. | +| userId | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. | --- @@ -971,7 +971,7 @@ public readonly accountId: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}. --- @@ -983,7 +983,7 @@ public readonly keyType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}. --- @@ -995,7 +995,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#id ApiAccessKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#id ApiAccessKey#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. @@ -1010,7 +1010,7 @@ public readonly ingestType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}. --- @@ -1022,7 +1022,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#name ApiAccessKey#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#name ApiAccessKey#name}. --- @@ -1034,7 +1034,7 @@ public readonly notes: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#notes ApiAccessKey#notes}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#notes ApiAccessKey#notes}. --- @@ -1046,7 +1046,7 @@ public readonly userId: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}. --- diff --git a/docs/applicationSettings.csharp.md b/docs/applicationSettings.csharp.md index 798cd9e13..b1751e20a 100644 --- a/docs/applicationSettings.csharp.md +++ b/docs/applicationSettings.csharp.md @@ -4,7 +4,7 @@ ### ApplicationSettings -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings newrelic_application_settings}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings newrelic_application_settings}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ApplicationSettings to imp The id of the existing ApplicationSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use --- @@ -813,11 +813,11 @@ new ApplicationSettingsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| AppApdexThreshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. | -| EnableRealUserMonitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. | -| EndUserApdexThreshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#name ApplicationSettings#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#id ApplicationSettings#id}. | +| AppApdexThreshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. | +| EnableRealUserMonitoring | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. | +| EndUserApdexThreshold | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#name ApplicationSettings#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#id ApplicationSettings#id}. | --- @@ -899,7 +899,7 @@ public double AppApdexThreshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. --- @@ -911,7 +911,7 @@ public object EnableRealUserMonitoring { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. --- @@ -923,7 +923,7 @@ public double EndUserApdexThreshold { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. --- @@ -935,7 +935,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#name ApplicationSettings#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#name ApplicationSettings#name}. --- @@ -947,7 +947,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#id ApplicationSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#id ApplicationSettings#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. diff --git a/docs/applicationSettings.go.md b/docs/applicationSettings.go.md index 9b9a9c741..e769a6e82 100644 --- a/docs/applicationSettings.go.md +++ b/docs/applicationSettings.go.md @@ -4,7 +4,7 @@ ### ApplicationSettings -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings newrelic_application_settings}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings newrelic_application_settings}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ApplicationSettings to imp The id of the existing ApplicationSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use --- @@ -813,11 +813,11 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/applicationsett | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| AppApdexThreshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. | -| EnableRealUserMonitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. | -| EndUserApdexThreshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#name ApplicationSettings#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#id ApplicationSettings#id}. | +| AppApdexThreshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. | +| EnableRealUserMonitoring | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. | +| EndUserApdexThreshold | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#name ApplicationSettings#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#id ApplicationSettings#id}. | --- @@ -899,7 +899,7 @@ AppApdexThreshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. --- @@ -911,7 +911,7 @@ EnableRealUserMonitoring interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. --- @@ -923,7 +923,7 @@ EndUserApdexThreshold *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. --- @@ -935,7 +935,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#name ApplicationSettings#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#name ApplicationSettings#name}. --- @@ -947,7 +947,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#id ApplicationSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#id ApplicationSettings#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. diff --git a/docs/applicationSettings.java.md b/docs/applicationSettings.java.md index 064528599..fac1e71ea 100644 --- a/docs/applicationSettings.java.md +++ b/docs/applicationSettings.java.md @@ -4,7 +4,7 @@ ### ApplicationSettings -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings newrelic_application_settings}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings newrelic_application_settings}. #### Initializers @@ -43,11 +43,11 @@ ApplicationSettings.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| appApdexThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. | -| enableRealUserMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. | -| endUserApdexThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#name ApplicationSettings#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#id ApplicationSettings#id}. | +| appApdexThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. | +| enableRealUserMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. | +| endUserApdexThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#name ApplicationSettings#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#id ApplicationSettings#id}. | --- @@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#name ApplicationSettings#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#name ApplicationSettings#name}. --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#id ApplicationSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#id ApplicationSettings#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. @@ -584,7 +584,7 @@ The construct id used in the generated config for the ApplicationSettings to imp The id of the existing ApplicationSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use --- @@ -928,11 +928,11 @@ ApplicationSettingsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| appApdexThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. | -| enableRealUserMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. | -| endUserApdexThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#name ApplicationSettings#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#id ApplicationSettings#id}. | +| appApdexThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. | +| enableRealUserMonitoring | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. | +| endUserApdexThreshold | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#name ApplicationSettings#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#id ApplicationSettings#id}. | --- @@ -1014,7 +1014,7 @@ public java.lang.Number getAppApdexThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. --- @@ -1026,7 +1026,7 @@ public java.lang.Object getEnableRealUserMonitoring(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. --- @@ -1038,7 +1038,7 @@ public java.lang.Number getEndUserApdexThreshold(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. --- @@ -1050,7 +1050,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#name ApplicationSettings#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#name ApplicationSettings#name}. --- @@ -1062,7 +1062,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#id ApplicationSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#id ApplicationSettings#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. diff --git a/docs/applicationSettings.python.md b/docs/applicationSettings.python.md index 00b122543..4a455965c 100644 --- a/docs/applicationSettings.python.md +++ b/docs/applicationSettings.python.md @@ -4,7 +4,7 @@ ### ApplicationSettings -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings newrelic_application_settings}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings newrelic_application_settings}. #### Initializers @@ -40,11 +40,11 @@ applicationSettings.ApplicationSettings( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| app_apdex_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. | -| enable_real_user_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. | -| end_user_apdex_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#name ApplicationSettings#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#id ApplicationSettings#id}. | +| app_apdex_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. | +| enable_real_user_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. | +| end_user_apdex_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#name ApplicationSettings#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#id ApplicationSettings#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#name ApplicationSettings#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#name ApplicationSettings#name}. --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#id ApplicationSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#id ApplicationSettings#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. @@ -627,7 +627,7 @@ The construct id used in the generated config for the ApplicationSettings to imp The id of the existing ApplicationSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use --- @@ -966,11 +966,11 @@ applicationSettings.ApplicationSettingsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| app_apdex_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. | -| enable_real_user_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. | -| end_user_apdex_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#name ApplicationSettings#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#id ApplicationSettings#id}. | +| app_apdex_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. | +| enable_real_user_monitoring | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. | +| end_user_apdex_threshold | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#name ApplicationSettings#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#id ApplicationSettings#id}. | --- @@ -1052,7 +1052,7 @@ app_apdex_threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. --- @@ -1064,7 +1064,7 @@ enable_real_user_monitoring: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. --- @@ -1076,7 +1076,7 @@ end_user_apdex_threshold: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. --- @@ -1088,7 +1088,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#name ApplicationSettings#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#name ApplicationSettings#name}. --- @@ -1100,7 +1100,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#id ApplicationSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#id ApplicationSettings#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. diff --git a/docs/applicationSettings.typescript.md b/docs/applicationSettings.typescript.md index 899f1d8f4..6a39d8ffd 100644 --- a/docs/applicationSettings.typescript.md +++ b/docs/applicationSettings.typescript.md @@ -4,7 +4,7 @@ ### ApplicationSettings -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings newrelic_application_settings}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings newrelic_application_settings}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ApplicationSettings to imp The id of the existing ApplicationSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use --- @@ -800,11 +800,11 @@ const applicationSettingsConfig: applicationSettings.ApplicationSettingsConfig = | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| appApdexThreshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. | -| enableRealUserMonitoring | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. | -| endUserApdexThreshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#name ApplicationSettings#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#id ApplicationSettings#id}. | +| appApdexThreshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. | +| enableRealUserMonitoring | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. | +| endUserApdexThreshold | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#name ApplicationSettings#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#id ApplicationSettings#id}. | --- @@ -886,7 +886,7 @@ public readonly appApdexThreshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}. --- @@ -898,7 +898,7 @@ public readonly enableRealUserMonitoring: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}. --- @@ -910,7 +910,7 @@ public readonly endUserApdexThreshold: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}. --- @@ -922,7 +922,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#name ApplicationSettings#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#name ApplicationSettings#name}. --- @@ -934,7 +934,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#id ApplicationSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#id ApplicationSettings#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. diff --git a/docs/browserApplication.csharp.md b/docs/browserApplication.csharp.md index 15946855a..8a21a376e 100644 --- a/docs/browserApplication.csharp.md +++ b/docs/browserApplication.csharp.md @@ -4,7 +4,7 @@ ### BrowserApplication -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application newrelic_browser_application}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application newrelic_browser_application}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the BrowserApplication to impo The id of the existing BrowserApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#import import section} in the documentation of this resource for the id to use --- @@ -901,7 +901,7 @@ new BrowserApplicationConfig { | AccountId | double | The account ID. | | CookiesEnabled | object | Configure cookies. The default is enabled: true. | | DistributedTracingEnabled | object | Configure distributed tracing in browser apps. The default is enabled: true. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#id BrowserApplication#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#id BrowserApplication#id}. | | LoaderType | string | Determines which browser loader is configured. The default is "SPA". | --- @@ -986,7 +986,7 @@ public string Name { get; set; } The name of the application to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#name BrowserApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#name BrowserApplication#name} --- @@ -1000,7 +1000,7 @@ public double AccountId { get; set; } The account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#account_id BrowserApplication#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#account_id BrowserApplication#account_id} --- @@ -1014,7 +1014,7 @@ public object CookiesEnabled { get; set; } Configure cookies. The default is enabled: true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} --- @@ -1028,7 +1028,7 @@ public object DistributedTracingEnabled { get; set; } Configure distributed tracing in browser apps. The default is enabled: true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} --- @@ -1040,7 +1040,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#id BrowserApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#id BrowserApplication#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. @@ -1057,7 +1057,7 @@ public string LoaderType { get; set; } Determines which browser loader is configured. The default is "SPA". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#loader_type BrowserApplication#loader_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#loader_type BrowserApplication#loader_type} --- diff --git a/docs/browserApplication.go.md b/docs/browserApplication.go.md index 2fc07497c..94190da01 100644 --- a/docs/browserApplication.go.md +++ b/docs/browserApplication.go.md @@ -4,7 +4,7 @@ ### BrowserApplication -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application newrelic_browser_application}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application newrelic_browser_application}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the BrowserApplication to impo The id of the existing BrowserApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#import import section} in the documentation of this resource for the id to use --- @@ -901,7 +901,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/browserapplicat | AccountId | *f64 | The account ID. | | CookiesEnabled | interface{} | Configure cookies. The default is enabled: true. | | DistributedTracingEnabled | interface{} | Configure distributed tracing in browser apps. The default is enabled: true. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#id BrowserApplication#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#id BrowserApplication#id}. | | LoaderType | *string | Determines which browser loader is configured. The default is "SPA". | --- @@ -986,7 +986,7 @@ Name *string The name of the application to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#name BrowserApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#name BrowserApplication#name} --- @@ -1000,7 +1000,7 @@ AccountId *f64 The account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#account_id BrowserApplication#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#account_id BrowserApplication#account_id} --- @@ -1014,7 +1014,7 @@ CookiesEnabled interface{} Configure cookies. The default is enabled: true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} --- @@ -1028,7 +1028,7 @@ DistributedTracingEnabled interface{} Configure distributed tracing in browser apps. The default is enabled: true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} --- @@ -1040,7 +1040,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#id BrowserApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#id BrowserApplication#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. @@ -1057,7 +1057,7 @@ LoaderType *string Determines which browser loader is configured. The default is "SPA". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#loader_type BrowserApplication#loader_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#loader_type BrowserApplication#loader_type} --- diff --git a/docs/browserApplication.java.md b/docs/browserApplication.java.md index 29b6a89ce..e91deda51 100644 --- a/docs/browserApplication.java.md +++ b/docs/browserApplication.java.md @@ -4,7 +4,7 @@ ### BrowserApplication -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application newrelic_browser_application}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application newrelic_browser_application}. #### Initializers @@ -49,7 +49,7 @@ BrowserApplication.Builder.create(Construct scope, java.lang.String id) | accountId | java.lang.Number | The account ID. | | cookiesEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Configure cookies. The default is enabled: true. | | distributedTracingEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Configure distributed tracing in browser apps. The default is enabled: true. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#id BrowserApplication#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#id BrowserApplication#id}. | | loaderType | java.lang.String | Determines which browser loader is configured. The default is "SPA". | --- @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The name of the application to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#name BrowserApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#name BrowserApplication#name} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#account_id BrowserApplication#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#account_id BrowserApplication#account_id} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Configure cookies. The default is enabled: true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Configure distributed tracing in browser apps. The default is enabled: true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#id BrowserApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#id BrowserApplication#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. @@ -171,7 +171,7 @@ If you experience problems setting this value it might not be settable. Please t Determines which browser loader is configured. The default is "SPA". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#loader_type BrowserApplication#loader_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#loader_type BrowserApplication#loader_type} --- @@ -633,7 +633,7 @@ The construct id used in the generated config for the BrowserApplication to impo The id of the existing BrowserApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#import import section} in the documentation of this resource for the id to use --- @@ -1038,7 +1038,7 @@ BrowserApplicationConfig.builder() | accountId | java.lang.Number | The account ID. | | cookiesEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Configure cookies. The default is enabled: true. | | distributedTracingEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Configure distributed tracing in browser apps. The default is enabled: true. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#id BrowserApplication#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#id BrowserApplication#id}. | | loaderType | java.lang.String | Determines which browser loader is configured. The default is "SPA". | --- @@ -1123,7 +1123,7 @@ public java.lang.String getName(); The name of the application to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#name BrowserApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#name BrowserApplication#name} --- @@ -1137,7 +1137,7 @@ public java.lang.Number getAccountId(); The account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#account_id BrowserApplication#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#account_id BrowserApplication#account_id} --- @@ -1151,7 +1151,7 @@ public java.lang.Object getCookiesEnabled(); Configure cookies. The default is enabled: true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} --- @@ -1165,7 +1165,7 @@ public java.lang.Object getDistributedTracingEnabled(); Configure distributed tracing in browser apps. The default is enabled: true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} --- @@ -1177,7 +1177,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#id BrowserApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#id BrowserApplication#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. @@ -1194,7 +1194,7 @@ public java.lang.String getLoaderType(); Determines which browser loader is configured. The default is "SPA". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#loader_type BrowserApplication#loader_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#loader_type BrowserApplication#loader_type} --- diff --git a/docs/browserApplication.python.md b/docs/browserApplication.python.md index ef08288d2..51810bc05 100644 --- a/docs/browserApplication.python.md +++ b/docs/browserApplication.python.md @@ -4,7 +4,7 @@ ### BrowserApplication -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application newrelic_browser_application}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application newrelic_browser_application}. #### Initializers @@ -45,7 +45,7 @@ browserApplication.BrowserApplication( | account_id | typing.Union[int, float] | The account ID. | | cookies_enabled | typing.Union[bool, cdktf.IResolvable] | Configure cookies. The default is enabled: true. | | distributed_tracing_enabled | typing.Union[bool, cdktf.IResolvable] | Configure distributed tracing in browser apps. The default is enabled: true. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#id BrowserApplication#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#id BrowserApplication#id}. | | loader_type | str | Determines which browser loader is configured. The default is "SPA". | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The name of the application to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#name BrowserApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#name BrowserApplication#name} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#account_id BrowserApplication#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#account_id BrowserApplication#account_id} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Configure cookies. The default is enabled: true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Configure distributed tracing in browser apps. The default is enabled: true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#id BrowserApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#id BrowserApplication#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. @@ -167,7 +167,7 @@ If you experience problems setting this value it might not be settable. Please t Determines which browser loader is configured. The default is "SPA". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#loader_type BrowserApplication#loader_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#loader_type BrowserApplication#loader_type} --- @@ -675,7 +675,7 @@ The construct id used in the generated config for the BrowserApplication to impo The id of the existing BrowserApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#import import section} in the documentation of this resource for the id to use --- @@ -1074,7 +1074,7 @@ browserApplication.BrowserApplicationConfig( | account_id | typing.Union[int, float] | The account ID. | | cookies_enabled | typing.Union[bool, cdktf.IResolvable] | Configure cookies. The default is enabled: true. | | distributed_tracing_enabled | typing.Union[bool, cdktf.IResolvable] | Configure distributed tracing in browser apps. The default is enabled: true. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#id BrowserApplication#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#id BrowserApplication#id}. | | loader_type | str | Determines which browser loader is configured. The default is "SPA". | --- @@ -1159,7 +1159,7 @@ name: str The name of the application to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#name BrowserApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#name BrowserApplication#name} --- @@ -1173,7 +1173,7 @@ account_id: typing.Union[int, float] The account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#account_id BrowserApplication#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#account_id BrowserApplication#account_id} --- @@ -1187,7 +1187,7 @@ cookies_enabled: typing.Union[bool, IResolvable] Configure cookies. The default is enabled: true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} --- @@ -1201,7 +1201,7 @@ distributed_tracing_enabled: typing.Union[bool, IResolvable] Configure distributed tracing in browser apps. The default is enabled: true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} --- @@ -1213,7 +1213,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#id BrowserApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#id BrowserApplication#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. @@ -1230,7 +1230,7 @@ loader_type: str Determines which browser loader is configured. The default is "SPA". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#loader_type BrowserApplication#loader_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#loader_type BrowserApplication#loader_type} --- diff --git a/docs/browserApplication.typescript.md b/docs/browserApplication.typescript.md index b0d92a563..a76460b3d 100644 --- a/docs/browserApplication.typescript.md +++ b/docs/browserApplication.typescript.md @@ -4,7 +4,7 @@ ### BrowserApplication -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application newrelic_browser_application}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application newrelic_browser_application}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the BrowserApplication to impo The id of the existing BrowserApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#import import section} in the documentation of this resource for the id to use --- @@ -887,7 +887,7 @@ const browserApplicationConfig: browserApplication.BrowserApplicationConfig = { | accountId | number | The account ID. | | cookiesEnabled | boolean \| cdktf.IResolvable | Configure cookies. The default is enabled: true. | | distributedTracingEnabled | boolean \| cdktf.IResolvable | Configure distributed tracing in browser apps. The default is enabled: true. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#id BrowserApplication#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#id BrowserApplication#id}. | | loaderType | string | Determines which browser loader is configured. The default is "SPA". | --- @@ -972,7 +972,7 @@ public readonly name: string; The name of the application to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#name BrowserApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#name BrowserApplication#name} --- @@ -986,7 +986,7 @@ public readonly accountId: number; The account ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#account_id BrowserApplication#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#account_id BrowserApplication#account_id} --- @@ -1000,7 +1000,7 @@ public readonly cookiesEnabled: boolean | IResolvable; Configure cookies. The default is enabled: true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} --- @@ -1014,7 +1014,7 @@ public readonly distributedTracingEnabled: boolean | IResolvable; Configure distributed tracing in browser apps. The default is enabled: true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} --- @@ -1026,7 +1026,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#id BrowserApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#id BrowserApplication#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. @@ -1043,7 +1043,7 @@ public readonly loaderType: string; Determines which browser loader is configured. The default is "SPA". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#loader_type BrowserApplication#loader_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#loader_type BrowserApplication#loader_type} --- diff --git a/docs/cloudAwsGovcloudIntegrations.csharp.md b/docs/cloudAwsGovcloudIntegrations.csharp.md index ccedc8b37..f2dbe48c2 100644 --- a/docs/cloudAwsGovcloudIntegrations.csharp.md +++ b/docs/cloudAwsGovcloudIntegrations.csharp.md @@ -4,7 +4,7 @@ ### CloudAwsGovcloudIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations}. #### Initializers @@ -881,7 +881,7 @@ The construct id used in the generated config for the CloudAwsGovcloudIntegratio The id of the existing CloudAwsGovcloudIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#import import section} in the documentation of this resource for the id to use --- @@ -1624,7 +1624,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1640,7 +1640,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -1656,7 +1656,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -1670,7 +1670,7 @@ public string[] LoadBalancerPrefixes { get; set; } Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes} --- @@ -1684,7 +1684,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1698,7 +1698,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1712,7 +1712,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1754,7 +1754,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1768,7 +1768,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1784,7 +1784,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes} --- @@ -1798,7 +1798,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1812,7 +1812,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1848,7 +1848,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1862,7 +1862,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1898,7 +1898,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1912,7 +1912,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1948,7 +1948,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1962,7 +1962,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1998,7 +1998,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2012,7 +2012,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2083,7 +2083,7 @@ new CloudAwsGovcloudIntegrationsConfig { | Elb | CloudAwsGovcloudIntegrationsElb | elb block. | | Emr | CloudAwsGovcloudIntegrationsEmr | emr block. | | Iam | CloudAwsGovcloudIntegrationsIam | iam block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. | | Lambda | CloudAwsGovcloudIntegrationsLambda | lambda block. | | Rds | CloudAwsGovcloudIntegrationsRds | rds block. | | RedShift | CloudAwsGovcloudIntegrationsRedShift | red_shift block. | @@ -2174,7 +2174,7 @@ public double LinkedAccountId { get; set; } The ID of the linked AwsGovCloud account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} --- @@ -2188,7 +2188,7 @@ public double AccountId { get; set; } The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} --- @@ -2202,7 +2202,7 @@ public CloudAwsGovcloudIntegrationsAlb Alb { get; set; } alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} --- @@ -2216,7 +2216,7 @@ public CloudAwsGovcloudIntegrationsApiGateway ApiGateway { get; set; } api_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} --- @@ -2230,7 +2230,7 @@ public CloudAwsGovcloudIntegrationsAutoScaling AutoScaling { get; set; } auto_scaling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} --- @@ -2244,7 +2244,7 @@ public CloudAwsGovcloudIntegrationsAwsDirectConnect AwsDirectConnect { get; set; aws_direct_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} --- @@ -2258,7 +2258,7 @@ public CloudAwsGovcloudIntegrationsAwsStates AwsStates { get; set; } aws_states block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} --- @@ -2272,7 +2272,7 @@ public CloudAwsGovcloudIntegrationsCloudtrail Cloudtrail { get; set; } cloudtrail block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} --- @@ -2286,7 +2286,7 @@ public CloudAwsGovcloudIntegrationsDynamoDb DynamoDb { get; set; } dynamo_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} --- @@ -2300,7 +2300,7 @@ public CloudAwsGovcloudIntegrationsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} --- @@ -2314,7 +2314,7 @@ public CloudAwsGovcloudIntegrationsEc2 Ec2 { get; set; } ec2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} --- @@ -2328,7 +2328,7 @@ public CloudAwsGovcloudIntegrationsElasticSearch ElasticSearch { get; set; } elastic_search block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} --- @@ -2342,7 +2342,7 @@ public CloudAwsGovcloudIntegrationsElb Elb { get; set; } elb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} --- @@ -2356,7 +2356,7 @@ public CloudAwsGovcloudIntegrationsEmr Emr { get; set; } emr block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} --- @@ -2370,7 +2370,7 @@ public CloudAwsGovcloudIntegrationsIam Iam { get; set; } iam block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} --- @@ -2382,7 +2382,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#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. @@ -2399,7 +2399,7 @@ public CloudAwsGovcloudIntegrationsLambda Lambda { get; set; } lambda block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} --- @@ -2413,7 +2413,7 @@ public CloudAwsGovcloudIntegrationsRds Rds { get; set; } rds block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} --- @@ -2427,7 +2427,7 @@ public CloudAwsGovcloudIntegrationsRedShift RedShift { get; set; } red_shift block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} --- @@ -2441,7 +2441,7 @@ public CloudAwsGovcloudIntegrationsRoute53 Route53 { get; set; } route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} --- @@ -2455,7 +2455,7 @@ public CloudAwsGovcloudIntegrationsS3 S3 { get; set; } s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} --- @@ -2469,7 +2469,7 @@ public CloudAwsGovcloudIntegrationsSns Sns { get; set; } sns block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} --- @@ -2483,7 +2483,7 @@ public CloudAwsGovcloudIntegrationsSqs Sqs { get; set; } sqs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} --- @@ -2527,7 +2527,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2543,7 +2543,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -2559,7 +2559,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -2573,7 +2573,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2587,7 +2587,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2601,7 +2601,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2643,7 +2643,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2659,7 +2659,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -2673,7 +2673,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2687,7 +2687,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2701,7 +2701,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2743,7 +2743,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2757,7 +2757,7 @@ public object FetchIpAddresses { get; set; } Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses} --- @@ -2771,7 +2771,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2785,7 +2785,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2799,7 +2799,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2841,7 +2841,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2855,7 +2855,7 @@ public object FetchNodes { get; set; } Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes} --- @@ -2869,7 +2869,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2883,7 +2883,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2897,7 +2897,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2937,7 +2937,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2953,7 +2953,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -2969,7 +2969,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -2983,7 +2983,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3025,7 +3025,7 @@ public string AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3041,7 +3041,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3055,7 +3055,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3069,7 +3069,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3083,7 +3083,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3121,7 +3121,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3135,7 +3135,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3149,7 +3149,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3191,7 +3191,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3207,7 +3207,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3221,7 +3221,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3235,7 +3235,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3249,7 +3249,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3291,7 +3291,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3307,7 +3307,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3321,7 +3321,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3335,7 +3335,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3349,7 +3349,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3389,7 +3389,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3403,7 +3403,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3417,7 +3417,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3431,7 +3431,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3469,7 +3469,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3483,7 +3483,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3527,7 +3527,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3543,7 +3543,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3557,7 +3557,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3571,7 +3571,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3585,7 +3585,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3623,7 +3623,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3639,7 +3639,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3653,7 +3653,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3699,7 +3699,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3715,7 +3715,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3731,7 +3731,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3745,7 +3745,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3759,7 +3759,7 @@ public string[] QueuePrefixes { get; set; } Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes} --- @@ -3773,7 +3773,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3787,7 +3787,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- diff --git a/docs/cloudAwsGovcloudIntegrations.go.md b/docs/cloudAwsGovcloudIntegrations.go.md index f28d08592..20f09a792 100644 --- a/docs/cloudAwsGovcloudIntegrations.go.md +++ b/docs/cloudAwsGovcloudIntegrations.go.md @@ -4,7 +4,7 @@ ### CloudAwsGovcloudIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations}. #### Initializers @@ -881,7 +881,7 @@ The construct id used in the generated config for the CloudAwsGovcloudIntegratio The id of the existing CloudAwsGovcloudIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#import import section} in the documentation of this resource for the id to use --- @@ -1624,7 +1624,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1640,7 +1640,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -1656,7 +1656,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -1670,7 +1670,7 @@ LoadBalancerPrefixes *[]*string Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes} --- @@ -1684,7 +1684,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1698,7 +1698,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1712,7 +1712,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1754,7 +1754,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1768,7 +1768,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1784,7 +1784,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes} --- @@ -1798,7 +1798,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1812,7 +1812,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1848,7 +1848,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1862,7 +1862,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1898,7 +1898,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1912,7 +1912,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1948,7 +1948,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1962,7 +1962,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1998,7 +1998,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2012,7 +2012,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2083,7 +2083,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovclou | Elb | CloudAwsGovcloudIntegrationsElb | elb block. | | Emr | CloudAwsGovcloudIntegrationsEmr | emr block. | | Iam | CloudAwsGovcloudIntegrationsIam | iam block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. | | Lambda | CloudAwsGovcloudIntegrationsLambda | lambda block. | | Rds | CloudAwsGovcloudIntegrationsRds | rds block. | | RedShift | CloudAwsGovcloudIntegrationsRedShift | red_shift block. | @@ -2174,7 +2174,7 @@ LinkedAccountId *f64 The ID of the linked AwsGovCloud account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} --- @@ -2188,7 +2188,7 @@ AccountId *f64 The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} --- @@ -2202,7 +2202,7 @@ Alb CloudAwsGovcloudIntegrationsAlb alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} --- @@ -2216,7 +2216,7 @@ ApiGateway CloudAwsGovcloudIntegrationsApiGateway api_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} --- @@ -2230,7 +2230,7 @@ AutoScaling CloudAwsGovcloudIntegrationsAutoScaling auto_scaling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} --- @@ -2244,7 +2244,7 @@ AwsDirectConnect CloudAwsGovcloudIntegrationsAwsDirectConnect aws_direct_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} --- @@ -2258,7 +2258,7 @@ AwsStates CloudAwsGovcloudIntegrationsAwsStates aws_states block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} --- @@ -2272,7 +2272,7 @@ Cloudtrail CloudAwsGovcloudIntegrationsCloudtrail cloudtrail block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} --- @@ -2286,7 +2286,7 @@ DynamoDb CloudAwsGovcloudIntegrationsDynamoDb dynamo_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} --- @@ -2300,7 +2300,7 @@ Ebs CloudAwsGovcloudIntegrationsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} --- @@ -2314,7 +2314,7 @@ Ec2 CloudAwsGovcloudIntegrationsEc2 ec2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} --- @@ -2328,7 +2328,7 @@ ElasticSearch CloudAwsGovcloudIntegrationsElasticSearch elastic_search block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} --- @@ -2342,7 +2342,7 @@ Elb CloudAwsGovcloudIntegrationsElb elb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} --- @@ -2356,7 +2356,7 @@ Emr CloudAwsGovcloudIntegrationsEmr emr block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} --- @@ -2370,7 +2370,7 @@ Iam CloudAwsGovcloudIntegrationsIam iam block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} --- @@ -2382,7 +2382,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#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. @@ -2399,7 +2399,7 @@ Lambda CloudAwsGovcloudIntegrationsLambda lambda block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} --- @@ -2413,7 +2413,7 @@ Rds CloudAwsGovcloudIntegrationsRds rds block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} --- @@ -2427,7 +2427,7 @@ RedShift CloudAwsGovcloudIntegrationsRedShift red_shift block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} --- @@ -2441,7 +2441,7 @@ Route53 CloudAwsGovcloudIntegrationsRoute53 route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} --- @@ -2455,7 +2455,7 @@ S3 CloudAwsGovcloudIntegrationsS3 s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} --- @@ -2469,7 +2469,7 @@ Sns CloudAwsGovcloudIntegrationsSns sns block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} --- @@ -2483,7 +2483,7 @@ Sqs CloudAwsGovcloudIntegrationsSqs sqs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} --- @@ -2527,7 +2527,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2543,7 +2543,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -2559,7 +2559,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -2573,7 +2573,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2587,7 +2587,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2601,7 +2601,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2643,7 +2643,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2659,7 +2659,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -2673,7 +2673,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2687,7 +2687,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2701,7 +2701,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2743,7 +2743,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2757,7 +2757,7 @@ FetchIpAddresses interface{} Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses} --- @@ -2771,7 +2771,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2785,7 +2785,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2799,7 +2799,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2841,7 +2841,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2855,7 +2855,7 @@ FetchNodes interface{} Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes} --- @@ -2869,7 +2869,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2883,7 +2883,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2897,7 +2897,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2937,7 +2937,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2953,7 +2953,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -2969,7 +2969,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -2983,7 +2983,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3025,7 +3025,7 @@ AwsRegions *string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3041,7 +3041,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3055,7 +3055,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3069,7 +3069,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3083,7 +3083,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3121,7 +3121,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3135,7 +3135,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3149,7 +3149,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3191,7 +3191,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3207,7 +3207,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3221,7 +3221,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3235,7 +3235,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3249,7 +3249,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3291,7 +3291,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3307,7 +3307,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3321,7 +3321,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3335,7 +3335,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3349,7 +3349,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3389,7 +3389,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3403,7 +3403,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3417,7 +3417,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3431,7 +3431,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3469,7 +3469,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3483,7 +3483,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3527,7 +3527,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3543,7 +3543,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3557,7 +3557,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3571,7 +3571,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3585,7 +3585,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3623,7 +3623,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3639,7 +3639,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3653,7 +3653,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3699,7 +3699,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3715,7 +3715,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3731,7 +3731,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3745,7 +3745,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3759,7 +3759,7 @@ QueuePrefixes *[]*string Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes} --- @@ -3773,7 +3773,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3787,7 +3787,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- diff --git a/docs/cloudAwsGovcloudIntegrations.java.md b/docs/cloudAwsGovcloudIntegrations.java.md index 63a4e88b0..666ce4aef 100644 --- a/docs/cloudAwsGovcloudIntegrations.java.md +++ b/docs/cloudAwsGovcloudIntegrations.java.md @@ -4,7 +4,7 @@ ### CloudAwsGovcloudIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations}. #### Initializers @@ -75,7 +75,7 @@ CloudAwsGovcloudIntegrations.Builder.create(Construct scope, java.lang.String id | elb | CloudAwsGovcloudIntegrationsElb | elb block. | | emr | CloudAwsGovcloudIntegrationsEmr | emr block. | | iam | CloudAwsGovcloudIntegrationsIam | iam block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. | | lambda | CloudAwsGovcloudIntegrationsLambda | lambda block. | | rds | CloudAwsGovcloudIntegrationsRds | rds block. | | redShift | CloudAwsGovcloudIntegrationsRedShift | red_shift block. | @@ -152,7 +152,7 @@ Must be unique amongst siblings in the same scope The ID of the linked AwsGovCloud account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre api_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre auto_scaling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_direct_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_states block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre cloudtrail block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre dynamo_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} --- @@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ec2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} --- @@ -262,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre elastic_search block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} --- @@ -272,7 +272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre elb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} --- @@ -282,7 +282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre emr block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} --- @@ -292,7 +292,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre iam block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} --- @@ -300,7 +300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#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. @@ -313,7 +313,7 @@ If you experience problems setting this value it might not be settable. Please t lambda block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} --- @@ -323,7 +323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre rds block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} --- @@ -333,7 +333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre red_shift block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} --- @@ -343,7 +343,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} --- @@ -353,7 +353,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} --- @@ -363,7 +363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre sns block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} --- @@ -373,7 +373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre sqs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} --- @@ -1214,7 +1214,7 @@ The construct id used in the generated config for the CloudAwsGovcloudIntegratio The id of the existing CloudAwsGovcloudIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#import import section} in the documentation of this resource for the id to use --- @@ -1959,7 +1959,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1975,7 +1975,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -1991,7 +1991,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -2005,7 +2005,7 @@ public java.util.List getLoadBalancerPrefixes(); Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes} --- @@ -2019,7 +2019,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2033,7 +2033,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2047,7 +2047,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2089,7 +2089,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2103,7 +2103,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2119,7 +2119,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes} --- @@ -2133,7 +2133,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2147,7 +2147,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2183,7 +2183,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2197,7 +2197,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2233,7 +2233,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2247,7 +2247,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2283,7 +2283,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2297,7 +2297,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2333,7 +2333,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2347,7 +2347,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2422,7 +2422,7 @@ CloudAwsGovcloudIntegrationsConfig.builder() | elb | CloudAwsGovcloudIntegrationsElb | elb block. | | emr | CloudAwsGovcloudIntegrationsEmr | emr block. | | iam | CloudAwsGovcloudIntegrationsIam | iam block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. | | lambda | CloudAwsGovcloudIntegrationsLambda | lambda block. | | rds | CloudAwsGovcloudIntegrationsRds | rds block. | | redShift | CloudAwsGovcloudIntegrationsRedShift | red_shift block. | @@ -2513,7 +2513,7 @@ public java.lang.Number getLinkedAccountId(); The ID of the linked AwsGovCloud account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} --- @@ -2527,7 +2527,7 @@ public java.lang.Number getAccountId(); The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} --- @@ -2541,7 +2541,7 @@ public CloudAwsGovcloudIntegrationsAlb getAlb(); alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} --- @@ -2555,7 +2555,7 @@ public CloudAwsGovcloudIntegrationsApiGateway getApiGateway(); api_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} --- @@ -2569,7 +2569,7 @@ public CloudAwsGovcloudIntegrationsAutoScaling getAutoScaling(); auto_scaling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} --- @@ -2583,7 +2583,7 @@ public CloudAwsGovcloudIntegrationsAwsDirectConnect getAwsDirectConnect(); aws_direct_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} --- @@ -2597,7 +2597,7 @@ public CloudAwsGovcloudIntegrationsAwsStates getAwsStates(); aws_states block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} --- @@ -2611,7 +2611,7 @@ public CloudAwsGovcloudIntegrationsCloudtrail getCloudtrail(); cloudtrail block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} --- @@ -2625,7 +2625,7 @@ public CloudAwsGovcloudIntegrationsDynamoDb getDynamoDb(); dynamo_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} --- @@ -2639,7 +2639,7 @@ public CloudAwsGovcloudIntegrationsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} --- @@ -2653,7 +2653,7 @@ public CloudAwsGovcloudIntegrationsEc2 getEc2(); ec2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} --- @@ -2667,7 +2667,7 @@ public CloudAwsGovcloudIntegrationsElasticSearch getElasticSearch(); elastic_search block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} --- @@ -2681,7 +2681,7 @@ public CloudAwsGovcloudIntegrationsElb getElb(); elb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} --- @@ -2695,7 +2695,7 @@ public CloudAwsGovcloudIntegrationsEmr getEmr(); emr block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} --- @@ -2709,7 +2709,7 @@ public CloudAwsGovcloudIntegrationsIam getIam(); iam block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} --- @@ -2721,7 +2721,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#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. @@ -2738,7 +2738,7 @@ public CloudAwsGovcloudIntegrationsLambda getLambda(); lambda block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} --- @@ -2752,7 +2752,7 @@ public CloudAwsGovcloudIntegrationsRds getRds(); rds block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} --- @@ -2766,7 +2766,7 @@ public CloudAwsGovcloudIntegrationsRedShift getRedShift(); red_shift block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} --- @@ -2780,7 +2780,7 @@ public CloudAwsGovcloudIntegrationsRoute53 getRoute53(); route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} --- @@ -2794,7 +2794,7 @@ public CloudAwsGovcloudIntegrationsS3 getS3(); s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} --- @@ -2808,7 +2808,7 @@ public CloudAwsGovcloudIntegrationsSns getSns(); sns block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} --- @@ -2822,7 +2822,7 @@ public CloudAwsGovcloudIntegrationsSqs getSqs(); sqs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} --- @@ -2868,7 +2868,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2884,7 +2884,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -2900,7 +2900,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -2914,7 +2914,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2928,7 +2928,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2942,7 +2942,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2985,7 +2985,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3001,7 +3001,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3015,7 +3015,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3029,7 +3029,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3043,7 +3043,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3086,7 +3086,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3100,7 +3100,7 @@ public java.lang.Object getFetchIpAddresses(); Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses} --- @@ -3114,7 +3114,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3128,7 +3128,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3142,7 +3142,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3185,7 +3185,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3199,7 +3199,7 @@ public java.lang.Object getFetchNodes(); Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes} --- @@ -3213,7 +3213,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3227,7 +3227,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3241,7 +3241,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3283,7 +3283,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3299,7 +3299,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3315,7 +3315,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3329,7 +3329,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3372,7 +3372,7 @@ public java.lang.String getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3388,7 +3388,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3402,7 +3402,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3416,7 +3416,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3430,7 +3430,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3468,7 +3468,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3482,7 +3482,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3496,7 +3496,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3539,7 +3539,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3555,7 +3555,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3569,7 +3569,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3583,7 +3583,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3597,7 +3597,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3640,7 +3640,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3656,7 +3656,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3670,7 +3670,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3684,7 +3684,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3698,7 +3698,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3738,7 +3738,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3752,7 +3752,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3766,7 +3766,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3780,7 +3780,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3819,7 +3819,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3833,7 +3833,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3879,7 +3879,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3895,7 +3895,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3909,7 +3909,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3923,7 +3923,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3937,7 +3937,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3976,7 +3976,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3992,7 +3992,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -4006,7 +4006,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -4054,7 +4054,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -4070,7 +4070,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -4086,7 +4086,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -4100,7 +4100,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -4114,7 +4114,7 @@ public java.util.List getQueuePrefixes(); Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes} --- @@ -4128,7 +4128,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -4142,7 +4142,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- diff --git a/docs/cloudAwsGovcloudIntegrations.python.md b/docs/cloudAwsGovcloudIntegrations.python.md index b8bb323b6..25519960b 100644 --- a/docs/cloudAwsGovcloudIntegrations.python.md +++ b/docs/cloudAwsGovcloudIntegrations.python.md @@ -4,7 +4,7 @@ ### CloudAwsGovcloudIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations}. #### Initializers @@ -73,7 +73,7 @@ cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrations( | elb | CloudAwsGovcloudIntegrationsElb | elb block. | | emr | CloudAwsGovcloudIntegrationsEmr | emr block. | | iam | CloudAwsGovcloudIntegrationsIam | iam block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. | | lambda | CloudAwsGovcloudIntegrationsLambda | lambda block. | | rds | CloudAwsGovcloudIntegrationsRds | rds block. | | red_shift | CloudAwsGovcloudIntegrationsRedShift | red_shift block. | @@ -150,7 +150,7 @@ Must be unique amongst siblings in the same scope The ID of the linked AwsGovCloud account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre api_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre auto_scaling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_direct_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_states block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre cloudtrail block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre dynamo_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ec2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} --- @@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre elastic_search block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} --- @@ -270,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre elb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} --- @@ -280,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre emr block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} --- @@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre iam block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} --- @@ -298,7 +298,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#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. @@ -311,7 +311,7 @@ If you experience problems setting this value it might not be settable. Please t lambda block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} --- @@ -321,7 +321,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre rds block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} --- @@ -331,7 +331,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre red_shift block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} --- @@ -341,7 +341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} --- @@ -351,7 +351,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} --- @@ -361,7 +361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre sns block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} --- @@ -371,7 +371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre sqs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} --- @@ -792,7 +792,7 @@ def put_alb( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -804,7 +804,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -816,7 +816,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -826,7 +826,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes} --- @@ -836,7 +836,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -846,7 +846,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -856,7 +856,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -878,7 +878,7 @@ def put_api_gateway( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -888,7 +888,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -900,7 +900,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes} --- @@ -910,7 +910,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -920,7 +920,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -939,7 +939,7 @@ def put_auto_scaling( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -949,7 +949,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -968,7 +968,7 @@ def put_aws_direct_connect( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -978,7 +978,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -997,7 +997,7 @@ def put_aws_states( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1007,7 +1007,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1026,7 +1026,7 @@ def put_cloudtrail( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1036,7 +1036,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1059,7 +1059,7 @@ def put_dynamo_db( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1071,7 +1071,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -1083,7 +1083,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -1093,7 +1093,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1103,7 +1103,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1113,7 +1113,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1135,7 +1135,7 @@ def put_ebs( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1147,7 +1147,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -1157,7 +1157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1167,7 +1167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1177,7 +1177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1199,7 +1199,7 @@ def put_ec2( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1209,7 +1209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses} --- @@ -1219,7 +1219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1229,7 +1229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1239,7 +1239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1261,7 +1261,7 @@ def put_elastic_search( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1271,7 +1271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes} --- @@ -1281,7 +1281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1291,7 +1291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1301,7 +1301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1322,7 +1322,7 @@ def put_elb( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1334,7 +1334,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -1346,7 +1346,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -1356,7 +1356,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1378,7 +1378,7 @@ def put_emr( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1390,7 +1390,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -1400,7 +1400,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1410,7 +1410,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1420,7 +1420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1440,7 +1440,7 @@ def put_iam( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1450,7 +1450,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1460,7 +1460,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1482,7 +1482,7 @@ def put_lambda( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1494,7 +1494,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -1504,7 +1504,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1514,7 +1514,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1524,7 +1524,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1546,7 +1546,7 @@ def put_rds( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1558,7 +1558,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -1568,7 +1568,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1578,7 +1578,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1588,7 +1588,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1609,7 +1609,7 @@ def put_red_shift( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1619,7 +1619,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1629,7 +1629,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1639,7 +1639,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1660,7 +1660,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -1670,7 +1670,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1694,7 +1694,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -1706,7 +1706,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -1716,7 +1716,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1726,7 +1726,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1736,7 +1736,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1756,7 +1756,7 @@ def put_sns( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1768,7 +1768,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -1778,7 +1778,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1802,7 +1802,7 @@ def put_sqs( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1814,7 +1814,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -1826,7 +1826,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -1836,7 +1836,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1846,7 +1846,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes} --- @@ -1856,7 +1856,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1866,7 +1866,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2116,7 +2116,7 @@ The construct id used in the generated config for the CloudAwsGovcloudIntegratio The id of the existing CloudAwsGovcloudIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#import import section} in the documentation of this resource for the id to use --- @@ -2859,7 +2859,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2875,7 +2875,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -2891,7 +2891,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -2905,7 +2905,7 @@ load_balancer_prefixes: typing.List[str] Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes} --- @@ -2919,7 +2919,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2933,7 +2933,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2947,7 +2947,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2989,7 +2989,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3003,7 +3003,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3019,7 +3019,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes} --- @@ -3033,7 +3033,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3047,7 +3047,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3083,7 +3083,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3097,7 +3097,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3133,7 +3133,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3147,7 +3147,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3183,7 +3183,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3197,7 +3197,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3233,7 +3233,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3247,7 +3247,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3318,7 +3318,7 @@ cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrationsConfig( | elb | CloudAwsGovcloudIntegrationsElb | elb block. | | emr | CloudAwsGovcloudIntegrationsEmr | emr block. | | iam | CloudAwsGovcloudIntegrationsIam | iam block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. | | lambda | CloudAwsGovcloudIntegrationsLambda | lambda block. | | rds | CloudAwsGovcloudIntegrationsRds | rds block. | | red_shift | CloudAwsGovcloudIntegrationsRedShift | red_shift block. | @@ -3409,7 +3409,7 @@ linked_account_id: typing.Union[int, float] The ID of the linked AwsGovCloud account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} --- @@ -3423,7 +3423,7 @@ account_id: typing.Union[int, float] The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} --- @@ -3437,7 +3437,7 @@ alb: CloudAwsGovcloudIntegrationsAlb alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} --- @@ -3451,7 +3451,7 @@ api_gateway: CloudAwsGovcloudIntegrationsApiGateway api_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} --- @@ -3465,7 +3465,7 @@ auto_scaling: CloudAwsGovcloudIntegrationsAutoScaling auto_scaling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} --- @@ -3479,7 +3479,7 @@ aws_direct_connect: CloudAwsGovcloudIntegrationsAwsDirectConnect aws_direct_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} --- @@ -3493,7 +3493,7 @@ aws_states: CloudAwsGovcloudIntegrationsAwsStates aws_states block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} --- @@ -3507,7 +3507,7 @@ cloudtrail: CloudAwsGovcloudIntegrationsCloudtrail cloudtrail block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} --- @@ -3521,7 +3521,7 @@ dynamo_db: CloudAwsGovcloudIntegrationsDynamoDb dynamo_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} --- @@ -3535,7 +3535,7 @@ ebs: CloudAwsGovcloudIntegrationsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} --- @@ -3549,7 +3549,7 @@ ec2: CloudAwsGovcloudIntegrationsEc2 ec2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} --- @@ -3563,7 +3563,7 @@ elastic_search: CloudAwsGovcloudIntegrationsElasticSearch elastic_search block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} --- @@ -3577,7 +3577,7 @@ elb: CloudAwsGovcloudIntegrationsElb elb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} --- @@ -3591,7 +3591,7 @@ emr: CloudAwsGovcloudIntegrationsEmr emr block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} --- @@ -3605,7 +3605,7 @@ iam: CloudAwsGovcloudIntegrationsIam iam block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} --- @@ -3617,7 +3617,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#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. @@ -3634,7 +3634,7 @@ lambda: CloudAwsGovcloudIntegrationsLambda lambda block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} --- @@ -3648,7 +3648,7 @@ rds: CloudAwsGovcloudIntegrationsRds rds block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} --- @@ -3662,7 +3662,7 @@ red_shift: CloudAwsGovcloudIntegrationsRedShift red_shift block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} --- @@ -3676,7 +3676,7 @@ route53: CloudAwsGovcloudIntegrationsRoute53 route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} --- @@ -3690,7 +3690,7 @@ s3: CloudAwsGovcloudIntegrationsS3 s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} --- @@ -3704,7 +3704,7 @@ sns: CloudAwsGovcloudIntegrationsSns sns block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} --- @@ -3718,7 +3718,7 @@ sqs: CloudAwsGovcloudIntegrationsSqs sqs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} --- @@ -3762,7 +3762,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3778,7 +3778,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3794,7 +3794,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3808,7 +3808,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3822,7 +3822,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3836,7 +3836,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3878,7 +3878,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3894,7 +3894,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3908,7 +3908,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3922,7 +3922,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3936,7 +3936,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3978,7 +3978,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3992,7 +3992,7 @@ fetch_ip_addresses: typing.Union[bool, IResolvable] Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses} --- @@ -4006,7 +4006,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -4020,7 +4020,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -4034,7 +4034,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -4076,7 +4076,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -4090,7 +4090,7 @@ fetch_nodes: typing.Union[bool, IResolvable] Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes} --- @@ -4104,7 +4104,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -4118,7 +4118,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -4132,7 +4132,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -4172,7 +4172,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -4188,7 +4188,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -4204,7 +4204,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -4218,7 +4218,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -4260,7 +4260,7 @@ aws_regions: str Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -4276,7 +4276,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -4290,7 +4290,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -4304,7 +4304,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -4318,7 +4318,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -4356,7 +4356,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -4370,7 +4370,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -4384,7 +4384,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -4426,7 +4426,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -4442,7 +4442,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -4456,7 +4456,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -4470,7 +4470,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -4484,7 +4484,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -4526,7 +4526,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -4542,7 +4542,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -4556,7 +4556,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -4570,7 +4570,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -4584,7 +4584,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -4624,7 +4624,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -4638,7 +4638,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -4652,7 +4652,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -4666,7 +4666,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -4704,7 +4704,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -4718,7 +4718,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -4762,7 +4762,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -4778,7 +4778,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -4792,7 +4792,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -4806,7 +4806,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -4820,7 +4820,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -4858,7 +4858,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -4874,7 +4874,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -4888,7 +4888,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -4934,7 +4934,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -4950,7 +4950,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -4966,7 +4966,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -4980,7 +4980,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -4994,7 +4994,7 @@ queue_prefixes: typing.List[str] Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes} --- @@ -5008,7 +5008,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -5022,7 +5022,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- diff --git a/docs/cloudAwsGovcloudIntegrations.typescript.md b/docs/cloudAwsGovcloudIntegrations.typescript.md index 74866ed9c..d920e7945 100644 --- a/docs/cloudAwsGovcloudIntegrations.typescript.md +++ b/docs/cloudAwsGovcloudIntegrations.typescript.md @@ -4,7 +4,7 @@ ### CloudAwsGovcloudIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations}. #### Initializers @@ -881,7 +881,7 @@ The construct id used in the generated config for the CloudAwsGovcloudIntegratio The id of the existing CloudAwsGovcloudIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#import import section} in the documentation of this resource for the id to use --- @@ -1616,7 +1616,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1632,7 +1632,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -1648,7 +1648,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -1662,7 +1662,7 @@ public readonly loadBalancerPrefixes: string[]; Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes} --- @@ -1676,7 +1676,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1690,7 +1690,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1704,7 +1704,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1740,7 +1740,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1754,7 +1754,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1770,7 +1770,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes} --- @@ -1784,7 +1784,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -1798,7 +1798,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -1831,7 +1831,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1845,7 +1845,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1878,7 +1878,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1892,7 +1892,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1925,7 +1925,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1939,7 +1939,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -1972,7 +1972,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -1986,7 +1986,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2026,7 +2026,7 @@ const cloudAwsGovcloudIntegrationsConfig: cloudAwsGovcloudIntegrations.CloudAwsG | elb | CloudAwsGovcloudIntegrationsElb | elb block. | | emr | CloudAwsGovcloudIntegrationsEmr | emr block. | | iam | CloudAwsGovcloudIntegrationsIam | iam block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. | | lambda | CloudAwsGovcloudIntegrationsLambda | lambda block. | | rds | CloudAwsGovcloudIntegrationsRds | rds block. | | redShift | CloudAwsGovcloudIntegrationsRedShift | red_shift block. | @@ -2117,7 +2117,7 @@ public readonly linkedAccountId: number; The ID of the linked AwsGovCloud account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} --- @@ -2131,7 +2131,7 @@ public readonly accountId: number; The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} --- @@ -2145,7 +2145,7 @@ public readonly alb: CloudAwsGovcloudIntegrationsAlb; alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} --- @@ -2159,7 +2159,7 @@ public readonly apiGateway: CloudAwsGovcloudIntegrationsApiGateway; api_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} --- @@ -2173,7 +2173,7 @@ public readonly autoScaling: CloudAwsGovcloudIntegrationsAutoScaling; auto_scaling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} --- @@ -2187,7 +2187,7 @@ public readonly awsDirectConnect: CloudAwsGovcloudIntegrationsAwsDirectConnect; aws_direct_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} --- @@ -2201,7 +2201,7 @@ public readonly awsStates: CloudAwsGovcloudIntegrationsAwsStates; aws_states block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} --- @@ -2215,7 +2215,7 @@ public readonly cloudtrail: CloudAwsGovcloudIntegrationsCloudtrail; cloudtrail block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} --- @@ -2229,7 +2229,7 @@ public readonly dynamoDb: CloudAwsGovcloudIntegrationsDynamoDb; dynamo_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} --- @@ -2243,7 +2243,7 @@ public readonly ebs: CloudAwsGovcloudIntegrationsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} --- @@ -2257,7 +2257,7 @@ public readonly ec2: CloudAwsGovcloudIntegrationsEc2; ec2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} --- @@ -2271,7 +2271,7 @@ public readonly elasticSearch: CloudAwsGovcloudIntegrationsElasticSearch; elastic_search block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} --- @@ -2285,7 +2285,7 @@ public readonly elb: CloudAwsGovcloudIntegrationsElb; elb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} --- @@ -2299,7 +2299,7 @@ public readonly emr: CloudAwsGovcloudIntegrationsEmr; emr block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} --- @@ -2313,7 +2313,7 @@ public readonly iam: CloudAwsGovcloudIntegrationsIam; iam block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} --- @@ -2325,7 +2325,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#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. @@ -2342,7 +2342,7 @@ public readonly lambda: CloudAwsGovcloudIntegrationsLambda; lambda block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} --- @@ -2356,7 +2356,7 @@ public readonly rds: CloudAwsGovcloudIntegrationsRds; rds block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} --- @@ -2370,7 +2370,7 @@ public readonly redShift: CloudAwsGovcloudIntegrationsRedShift; red_shift block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} --- @@ -2384,7 +2384,7 @@ public readonly route53: CloudAwsGovcloudIntegrationsRoute53; route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} --- @@ -2398,7 +2398,7 @@ public readonly s3: CloudAwsGovcloudIntegrationsS3; s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} --- @@ -2412,7 +2412,7 @@ public readonly sns: CloudAwsGovcloudIntegrationsSns; sns block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} --- @@ -2426,7 +2426,7 @@ public readonly sqs: CloudAwsGovcloudIntegrationsSqs; sqs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} --- @@ -2463,7 +2463,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2479,7 +2479,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -2495,7 +2495,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -2509,7 +2509,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2523,7 +2523,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2537,7 +2537,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2573,7 +2573,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2589,7 +2589,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -2603,7 +2603,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2617,7 +2617,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2631,7 +2631,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2667,7 +2667,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2681,7 +2681,7 @@ public readonly fetchIpAddresses: boolean | IResolvable; Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses} --- @@ -2695,7 +2695,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2709,7 +2709,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2723,7 +2723,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2759,7 +2759,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2773,7 +2773,7 @@ public readonly fetchNodes: boolean | IResolvable; Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes} --- @@ -2787,7 +2787,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2801,7 +2801,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2815,7 +2815,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -2850,7 +2850,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2866,7 +2866,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -2882,7 +2882,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -2896,7 +2896,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2932,7 +2932,7 @@ public readonly awsRegions: string; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -2950,7 +2950,7 @@ May affect total data collection time and contribute to the Cloud provider API r -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -2964,7 +2964,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -2978,7 +2978,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -2992,7 +2992,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3026,7 +3026,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3040,7 +3040,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3054,7 +3054,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3090,7 +3090,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3108,7 +3108,7 @@ May affect total data collection time and contribute to the Cloud provider API r -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3122,7 +3122,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3136,7 +3136,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3150,7 +3150,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3186,7 +3186,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3202,7 +3202,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3216,7 +3216,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3230,7 +3230,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3244,7 +3244,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3279,7 +3279,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3293,7 +3293,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3307,7 +3307,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3321,7 +3321,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3356,7 +3356,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3370,7 +3370,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3408,7 +3408,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3424,7 +3424,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3438,7 +3438,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3452,7 +3452,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3466,7 +3466,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- @@ -3500,7 +3500,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3516,7 +3516,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3530,7 +3530,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3568,7 +3568,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} --- @@ -3584,7 +3584,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} --- @@ -3600,7 +3600,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} --- @@ -3614,7 +3614,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} --- @@ -3628,7 +3628,7 @@ public readonly queuePrefixes: string[]; Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes} --- @@ -3642,7 +3642,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} --- @@ -3656,7 +3656,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} --- diff --git a/docs/cloudAwsGovcloudLinkAccount.csharp.md b/docs/cloudAwsGovcloudLinkAccount.csharp.md index 936593d2a..eb6b35392 100644 --- a/docs/cloudAwsGovcloudLinkAccount.csharp.md +++ b/docs/cloudAwsGovcloudLinkAccount.csharp.md @@ -4,7 +4,7 @@ ### CloudAwsGovcloudLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account newrelic_cloud_aws_govcloud_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account newrelic_cloud_aws_govcloud_link_account}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the CloudAwsGovcloudLinkAccoun The id of the existing CloudAwsGovcloudLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#import import section} in the documentation of this resource for the id to use --- @@ -878,7 +878,7 @@ new CloudAwsGovcloudLinkAccountConfig { | Name | string | name of the account. | | SecretAccessKey | string | secret access key of the awsGovcloud account. | | AccountId | double | The ID of the account in New Relic. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. | | MetricCollectionMode | string | push or pull. | --- @@ -963,7 +963,7 @@ public string AccessKeyId { get; set; } access-key-id of awsGovcloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} --- @@ -977,7 +977,7 @@ public string AwsAccountId { get; set; } awsGovcloud account id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} --- @@ -991,7 +991,7 @@ public string Name { get; set; } name of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} --- @@ -1005,7 +1005,7 @@ public string SecretAccessKey { get; set; } secret access key of the awsGovcloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} --- @@ -1019,7 +1019,7 @@ public double AccountId { get; set; } The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} --- @@ -1031,7 +1031,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#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. @@ -1048,7 +1048,7 @@ public string MetricCollectionMode { get; set; } push or pull. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} --- diff --git a/docs/cloudAwsGovcloudLinkAccount.go.md b/docs/cloudAwsGovcloudLinkAccount.go.md index dac915dbb..b755b740a 100644 --- a/docs/cloudAwsGovcloudLinkAccount.go.md +++ b/docs/cloudAwsGovcloudLinkAccount.go.md @@ -4,7 +4,7 @@ ### CloudAwsGovcloudLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account newrelic_cloud_aws_govcloud_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account newrelic_cloud_aws_govcloud_link_account}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the CloudAwsGovcloudLinkAccoun The id of the existing CloudAwsGovcloudLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#import import section} in the documentation of this resource for the id to use --- @@ -878,7 +878,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsgovclou | Name | *string | name of the account. | | SecretAccessKey | *string | secret access key of the awsGovcloud account. | | AccountId | *f64 | The ID of the account in New Relic. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. | | MetricCollectionMode | *string | push or pull. | --- @@ -963,7 +963,7 @@ AccessKeyId *string access-key-id of awsGovcloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} --- @@ -977,7 +977,7 @@ AwsAccountId *string awsGovcloud account id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} --- @@ -991,7 +991,7 @@ Name *string name of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} --- @@ -1005,7 +1005,7 @@ SecretAccessKey *string secret access key of the awsGovcloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} --- @@ -1019,7 +1019,7 @@ AccountId *f64 The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} --- @@ -1031,7 +1031,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#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. @@ -1048,7 +1048,7 @@ MetricCollectionMode *string push or pull. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} --- diff --git a/docs/cloudAwsGovcloudLinkAccount.java.md b/docs/cloudAwsGovcloudLinkAccount.java.md index 081294c20..f7aad4491 100644 --- a/docs/cloudAwsGovcloudLinkAccount.java.md +++ b/docs/cloudAwsGovcloudLinkAccount.java.md @@ -4,7 +4,7 @@ ### CloudAwsGovcloudLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account newrelic_cloud_aws_govcloud_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account newrelic_cloud_aws_govcloud_link_account}. #### Initializers @@ -49,7 +49,7 @@ CloudAwsGovcloudLinkAccount.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | name of the account. | | secretAccessKey | java.lang.String | secret access key of the awsGovcloud account. | | accountId | java.lang.Number | The ID of the account in New Relic. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. | | metricCollectionMode | java.lang.String | push or pull. | --- @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope access-key-id of awsGovcloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre awsGovcloud account id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre name of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre secret access key of the awsGovcloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#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. @@ -181,7 +181,7 @@ If you experience problems setting this value it might not be settable. Please t push or pull. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} --- @@ -629,7 +629,7 @@ The construct id used in the generated config for the CloudAwsGovcloudLinkAccoun The id of the existing CloudAwsGovcloudLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#import import section} in the documentation of this resource for the id to use --- @@ -1023,7 +1023,7 @@ CloudAwsGovcloudLinkAccountConfig.builder() | name | java.lang.String | name of the account. | | secretAccessKey | java.lang.String | secret access key of the awsGovcloud account. | | accountId | java.lang.Number | The ID of the account in New Relic. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. | | metricCollectionMode | java.lang.String | push or pull. | --- @@ -1108,7 +1108,7 @@ public java.lang.String getAccessKeyId(); access-key-id of awsGovcloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} --- @@ -1122,7 +1122,7 @@ public java.lang.String getAwsAccountId(); awsGovcloud account id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} --- @@ -1136,7 +1136,7 @@ public java.lang.String getName(); name of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} --- @@ -1150,7 +1150,7 @@ public java.lang.String getSecretAccessKey(); secret access key of the awsGovcloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} --- @@ -1164,7 +1164,7 @@ public java.lang.Number getAccountId(); The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} --- @@ -1176,7 +1176,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#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. @@ -1193,7 +1193,7 @@ public java.lang.String getMetricCollectionMode(); push or pull. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} --- diff --git a/docs/cloudAwsGovcloudLinkAccount.python.md b/docs/cloudAwsGovcloudLinkAccount.python.md index 8c1dc4112..0b48e977a 100644 --- a/docs/cloudAwsGovcloudLinkAccount.python.md +++ b/docs/cloudAwsGovcloudLinkAccount.python.md @@ -4,7 +4,7 @@ ### CloudAwsGovcloudLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account newrelic_cloud_aws_govcloud_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account newrelic_cloud_aws_govcloud_link_account}. #### Initializers @@ -47,7 +47,7 @@ cloudAwsGovcloudLinkAccount.CloudAwsGovcloudLinkAccount( | name | str | name of the account. | | secret_access_key | str | secret access key of the awsGovcloud account. | | account_id | typing.Union[int, float] | The ID of the account in New Relic. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. | | metric_collection_mode | str | push or pull. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope access-key-id of awsGovcloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre awsGovcloud account id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre name of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre secret access key of the awsGovcloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#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. @@ -179,7 +179,7 @@ If you experience problems setting this value it might not be settable. Please t push or pull. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} --- @@ -673,7 +673,7 @@ The construct id used in the generated config for the CloudAwsGovcloudLinkAccoun The id of the existing CloudAwsGovcloudLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#import import section} in the documentation of this resource for the id to use --- @@ -1063,7 +1063,7 @@ cloudAwsGovcloudLinkAccount.CloudAwsGovcloudLinkAccountConfig( | name | str | name of the account. | | secret_access_key | str | secret access key of the awsGovcloud account. | | account_id | typing.Union[int, float] | The ID of the account in New Relic. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. | | metric_collection_mode | str | push or pull. | --- @@ -1148,7 +1148,7 @@ access_key_id: str access-key-id of awsGovcloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} --- @@ -1162,7 +1162,7 @@ aws_account_id: str awsGovcloud account id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} --- @@ -1176,7 +1176,7 @@ name: str name of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} --- @@ -1190,7 +1190,7 @@ secret_access_key: str secret access key of the awsGovcloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} --- @@ -1204,7 +1204,7 @@ account_id: typing.Union[int, float] The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} --- @@ -1216,7 +1216,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#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. @@ -1233,7 +1233,7 @@ metric_collection_mode: str push or pull. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} --- diff --git a/docs/cloudAwsGovcloudLinkAccount.typescript.md b/docs/cloudAwsGovcloudLinkAccount.typescript.md index b47ce5e67..a6868741c 100644 --- a/docs/cloudAwsGovcloudLinkAccount.typescript.md +++ b/docs/cloudAwsGovcloudLinkAccount.typescript.md @@ -4,7 +4,7 @@ ### CloudAwsGovcloudLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account newrelic_cloud_aws_govcloud_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account newrelic_cloud_aws_govcloud_link_account}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the CloudAwsGovcloudLinkAccoun The id of the existing CloudAwsGovcloudLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#import import section} in the documentation of this resource for the id to use --- @@ -863,7 +863,7 @@ const cloudAwsGovcloudLinkAccountConfig: cloudAwsGovcloudLinkAccount.CloudAwsGov | name | string | name of the account. | | secretAccessKey | string | secret access key of the awsGovcloud account. | | accountId | number | The ID of the account in New Relic. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. | | metricCollectionMode | string | push or pull. | --- @@ -948,7 +948,7 @@ public readonly accessKeyId: string; access-key-id of awsGovcloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} --- @@ -962,7 +962,7 @@ public readonly awsAccountId: string; awsGovcloud account id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} --- @@ -976,7 +976,7 @@ public readonly name: string; name of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} --- @@ -990,7 +990,7 @@ public readonly secretAccessKey: string; secret access key of the awsGovcloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} --- @@ -1004,7 +1004,7 @@ public readonly accountId: number; The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} --- @@ -1016,7 +1016,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#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. @@ -1033,7 +1033,7 @@ public readonly metricCollectionMode: string; push or pull. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} --- diff --git a/docs/cloudAwsIntegrations.csharp.md b/docs/cloudAwsIntegrations.csharp.md index e1cbb9498..1b5d8e887 100644 --- a/docs/cloudAwsIntegrations.csharp.md +++ b/docs/cloudAwsIntegrations.csharp.md @@ -4,7 +4,7 @@ ### CloudAwsIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations}. #### Initializers @@ -1521,7 +1521,7 @@ The construct id used in the generated config for the CloudAwsIntegrations to im The id of the existing CloudAwsIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#import import section} in the documentation of this resource for the id to use --- @@ -2968,7 +2968,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2984,7 +2984,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -3000,7 +3000,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -3014,7 +3014,7 @@ public string[] LoadBalancerPrefixes { get; set; } Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes} --- @@ -3028,7 +3028,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3042,7 +3042,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -3056,7 +3056,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -3098,7 +3098,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3112,7 +3112,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3128,7 +3128,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes} --- @@ -3142,7 +3142,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -3156,7 +3156,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -3192,7 +3192,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3206,7 +3206,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3242,7 +3242,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3256,7 +3256,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3292,7 +3292,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3306,7 +3306,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3342,7 +3342,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3356,7 +3356,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3392,7 +3392,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3406,7 +3406,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3442,7 +3442,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3456,7 +3456,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3492,7 +3492,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3506,7 +3506,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3542,7 +3542,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3556,7 +3556,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3592,7 +3592,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3606,7 +3606,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3642,7 +3642,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3656,7 +3656,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3692,7 +3692,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3706,7 +3706,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3742,7 +3742,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3756,7 +3756,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3792,7 +3792,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3806,7 +3806,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3842,7 +3842,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3856,7 +3856,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3892,7 +3892,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3906,7 +3906,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3942,7 +3942,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3956,7 +3956,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3992,7 +3992,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4006,7 +4006,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4042,7 +4042,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4056,7 +4056,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4092,7 +4092,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4106,7 +4106,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4142,7 +4142,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4156,7 +4156,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4190,7 +4190,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4234,7 +4234,7 @@ Specify if Lambdas@Edge should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge} --- @@ -4250,7 +4250,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -4264,7 +4264,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4278,7 +4278,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -4292,7 +4292,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -4328,7 +4328,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4342,7 +4342,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4470,7 +4470,7 @@ new CloudAwsIntegrationsConfig { | Emr | CloudAwsIntegrationsEmr | emr block. | | Health | CloudAwsIntegrationsHealth | health block. | | Iam | CloudAwsIntegrationsIam | iam block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. | | Iot | CloudAwsIntegrationsIot | iot block. | | Kinesis | CloudAwsIntegrationsKinesis | kinesis block. | | KinesisFirehose | CloudAwsIntegrationsKinesisFirehose | kinesis_firehose block. | @@ -4568,7 +4568,7 @@ public double LinkedAccountId { get; set; } The ID of the linked AWS account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} --- @@ -4582,7 +4582,7 @@ public double AccountId { get; set; } The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} --- @@ -4596,7 +4596,7 @@ public CloudAwsIntegrationsAlb Alb { get; set; } alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} --- @@ -4610,7 +4610,7 @@ public CloudAwsIntegrationsApiGateway ApiGateway { get; set; } api_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} --- @@ -4624,7 +4624,7 @@ public CloudAwsIntegrationsAutoScaling AutoScaling { get; set; } auto_scaling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} --- @@ -4638,7 +4638,7 @@ public CloudAwsIntegrationsAwsAppSync AwsAppSync { get; set; } aws_app_sync block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} --- @@ -4652,7 +4652,7 @@ public CloudAwsIntegrationsAwsAthena AwsAthena { get; set; } aws_athena block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} --- @@ -4666,7 +4666,7 @@ public CloudAwsIntegrationsAwsCognito AwsCognito { get; set; } aws_cognito block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} --- @@ -4680,7 +4680,7 @@ public CloudAwsIntegrationsAwsConnect AwsConnect { get; set; } aws_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} --- @@ -4694,7 +4694,7 @@ public CloudAwsIntegrationsAwsDirectConnect AwsDirectConnect { get; set; } aws_direct_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} --- @@ -4708,7 +4708,7 @@ public CloudAwsIntegrationsAwsFsx AwsFsx { get; set; } aws_fsx block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} --- @@ -4722,7 +4722,7 @@ public CloudAwsIntegrationsAwsGlue AwsGlue { get; set; } aws_glue block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} --- @@ -4736,7 +4736,7 @@ public CloudAwsIntegrationsAwsKinesisAnalytics AwsKinesisAnalytics { get; set; } aws_kinesis_analytics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} --- @@ -4750,7 +4750,7 @@ public CloudAwsIntegrationsAwsMediaConvert AwsMediaConvert { get; set; } aws_media_convert block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} --- @@ -4764,7 +4764,7 @@ public CloudAwsIntegrationsAwsMediaPackageVod AwsMediaPackageVod { get; set; } aws_media_package_vod block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} --- @@ -4778,7 +4778,7 @@ public CloudAwsIntegrationsAwsMq AwsMq { get; set; } aws_mq block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} --- @@ -4792,7 +4792,7 @@ public CloudAwsIntegrationsAwsMsk AwsMsk { get; set; } aws_msk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} --- @@ -4806,7 +4806,7 @@ public CloudAwsIntegrationsAwsNeptune AwsNeptune { get; set; } aws_neptune block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} --- @@ -4820,7 +4820,7 @@ public CloudAwsIntegrationsAwsQldb AwsQldb { get; set; } aws_qldb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} --- @@ -4834,7 +4834,7 @@ public CloudAwsIntegrationsAwsRoute53Resolver AwsRoute53Resolver { get; set; } aws_route53resolver block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} --- @@ -4848,7 +4848,7 @@ public CloudAwsIntegrationsAwsStates AwsStates { get; set; } aws_states block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} --- @@ -4862,7 +4862,7 @@ public CloudAwsIntegrationsAwsTransitGateway AwsTransitGateway { get; set; } aws_transit_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} --- @@ -4876,7 +4876,7 @@ public CloudAwsIntegrationsAwsWaf AwsWaf { get; set; } aws_waf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} --- @@ -4890,7 +4890,7 @@ public CloudAwsIntegrationsAwsWafv2 AwsWafv2 { get; set; } aws_wafv2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} --- @@ -4904,7 +4904,7 @@ public CloudAwsIntegrationsBilling Billing { get; set; } billing block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} --- @@ -4918,7 +4918,7 @@ public CloudAwsIntegrationsCloudfront Cloudfront { get; set; } cloudfront block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} --- @@ -4932,7 +4932,7 @@ public CloudAwsIntegrationsCloudtrail Cloudtrail { get; set; } cloudtrail block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} --- @@ -4946,7 +4946,7 @@ public CloudAwsIntegrationsDocDb DocDb { get; set; } doc_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} --- @@ -4960,7 +4960,7 @@ public CloudAwsIntegrationsDynamodb Dynamodb { get; set; } dynamodb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} --- @@ -4974,7 +4974,7 @@ public CloudAwsIntegrationsEbs Ebs { get; set; } ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} --- @@ -4988,7 +4988,7 @@ public CloudAwsIntegrationsEc2 Ec2 { get; set; } ec2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} --- @@ -5002,7 +5002,7 @@ public CloudAwsIntegrationsEcs Ecs { get; set; } ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} --- @@ -5016,7 +5016,7 @@ public CloudAwsIntegrationsEfs Efs { get; set; } efs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} --- @@ -5030,7 +5030,7 @@ public CloudAwsIntegrationsElasticache Elasticache { get; set; } elasticache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} --- @@ -5044,7 +5044,7 @@ public CloudAwsIntegrationsElasticbeanstalk Elasticbeanstalk { get; set; } elasticbeanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} --- @@ -5058,7 +5058,7 @@ public CloudAwsIntegrationsElasticsearch Elasticsearch { get; set; } elasticsearch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} --- @@ -5072,7 +5072,7 @@ public CloudAwsIntegrationsElb Elb { get; set; } elb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} --- @@ -5086,7 +5086,7 @@ public CloudAwsIntegrationsEmr Emr { get; set; } emr block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} --- @@ -5100,7 +5100,7 @@ public CloudAwsIntegrationsHealth Health { get; set; } health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} --- @@ -5114,7 +5114,7 @@ public CloudAwsIntegrationsIam Iam { get; set; } iam block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} --- @@ -5126,7 +5126,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#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. @@ -5143,7 +5143,7 @@ public CloudAwsIntegrationsIot Iot { get; set; } iot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} --- @@ -5157,7 +5157,7 @@ public CloudAwsIntegrationsKinesis Kinesis { get; set; } kinesis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} --- @@ -5171,7 +5171,7 @@ public CloudAwsIntegrationsKinesisFirehose KinesisFirehose { get; set; } kinesis_firehose block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} --- @@ -5185,7 +5185,7 @@ public CloudAwsIntegrationsLambda Lambda { get; set; } lambda block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} --- @@ -5199,7 +5199,7 @@ public CloudAwsIntegrationsRds Rds { get; set; } rds block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} --- @@ -5213,7 +5213,7 @@ public CloudAwsIntegrationsRedshift Redshift { get; set; } redshift block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} --- @@ -5227,7 +5227,7 @@ public CloudAwsIntegrationsRoute53 Route53 { get; set; } route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} --- @@ -5241,7 +5241,7 @@ public CloudAwsIntegrationsS3 S3 { get; set; } s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} --- @@ -5255,7 +5255,7 @@ public CloudAwsIntegrationsSes Ses { get; set; } ses block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} --- @@ -5269,7 +5269,7 @@ public CloudAwsIntegrationsSns Sns { get; set; } sns block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} --- @@ -5283,7 +5283,7 @@ public CloudAwsIntegrationsSqs Sqs { get; set; } sqs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} --- @@ -5297,7 +5297,7 @@ public CloudAwsIntegrationsTrustedAdvisor TrustedAdvisor { get; set; } trusted_advisor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} --- @@ -5311,7 +5311,7 @@ public CloudAwsIntegrationsVpc Vpc { get; set; } vpc block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} --- @@ -5325,7 +5325,7 @@ public CloudAwsIntegrationsXRay XRay { get; set; } x_ray block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} --- @@ -5361,7 +5361,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5375,7 +5375,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5419,7 +5419,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5435,7 +5435,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -5451,7 +5451,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -5465,7 +5465,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5479,7 +5479,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5493,7 +5493,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5535,7 +5535,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5551,7 +5551,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -5565,7 +5565,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5579,7 +5579,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5593,7 +5593,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5637,7 +5637,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5651,7 +5651,7 @@ public object DuplicateEc2Tags { get; set; } Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags} --- @@ -5665,7 +5665,7 @@ public object FetchIpAddresses { get; set; } Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses} --- @@ -5679,7 +5679,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5693,7 +5693,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5707,7 +5707,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5749,7 +5749,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5765,7 +5765,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -5779,7 +5779,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5793,7 +5793,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5807,7 +5807,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5849,7 +5849,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5865,7 +5865,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -5879,7 +5879,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5893,7 +5893,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5907,7 +5907,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5949,7 +5949,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5965,7 +5965,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -5979,7 +5979,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5993,7 +5993,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6007,7 +6007,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6051,7 +6051,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6067,7 +6067,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -6083,7 +6083,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6097,7 +6097,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6111,7 +6111,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6125,7 +6125,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6167,7 +6167,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6183,7 +6183,7 @@ Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes} --- @@ -6197,7 +6197,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6211,7 +6211,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6225,7 +6225,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6265,7 +6265,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6281,7 +6281,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -6297,7 +6297,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6311,7 +6311,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6353,7 +6353,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6369,7 +6369,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6383,7 +6383,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6397,7 +6397,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6411,7 +6411,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6445,7 +6445,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6483,7 +6483,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6497,7 +6497,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6511,7 +6511,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6547,7 +6547,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6561,7 +6561,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6605,7 +6605,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6621,7 +6621,7 @@ Specify if Shards should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards} --- @@ -6637,7 +6637,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6651,7 +6651,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6665,7 +6665,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6679,7 +6679,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6715,7 +6715,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6729,7 +6729,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6771,7 +6771,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6787,7 +6787,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6801,7 +6801,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6815,7 +6815,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6829,7 +6829,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6871,7 +6871,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6887,7 +6887,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6901,7 +6901,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6915,7 +6915,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6929,7 +6929,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6969,7 +6969,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6983,7 +6983,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6997,7 +6997,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7011,7 +7011,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7049,7 +7049,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -7063,7 +7063,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7107,7 +7107,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -7123,7 +7123,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -7137,7 +7137,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7151,7 +7151,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7165,7 +7165,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7201,7 +7201,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7215,7 +7215,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7253,7 +7253,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7269,7 +7269,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -7283,7 +7283,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7329,7 +7329,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7345,7 +7345,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -7361,7 +7361,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -7375,7 +7375,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7389,7 +7389,7 @@ public string[] QueuePrefixes { get; set; } Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes} --- @@ -7403,7 +7403,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7417,7 +7417,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7451,7 +7451,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7495,7 +7495,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7511,7 +7511,7 @@ Specify if NAT gateway should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway} --- @@ -7527,7 +7527,7 @@ Specify if VPN should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn} --- @@ -7541,7 +7541,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7555,7 +7555,7 @@ public string TagKey { get; set; } Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7569,7 +7569,7 @@ public string TagValue { get; set; } Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7605,7 +7605,7 @@ public string[] AwsRegions { get; set; } Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7619,7 +7619,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- diff --git a/docs/cloudAwsIntegrations.go.md b/docs/cloudAwsIntegrations.go.md index 0b06a9f46..b92566937 100644 --- a/docs/cloudAwsIntegrations.go.md +++ b/docs/cloudAwsIntegrations.go.md @@ -4,7 +4,7 @@ ### CloudAwsIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations}. #### Initializers @@ -1521,7 +1521,7 @@ The construct id used in the generated config for the CloudAwsIntegrations to im The id of the existing CloudAwsIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#import import section} in the documentation of this resource for the id to use --- @@ -2968,7 +2968,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2984,7 +2984,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -3000,7 +3000,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -3014,7 +3014,7 @@ LoadBalancerPrefixes *[]*string Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes} --- @@ -3028,7 +3028,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3042,7 +3042,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -3056,7 +3056,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -3098,7 +3098,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3112,7 +3112,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3128,7 +3128,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes} --- @@ -3142,7 +3142,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -3156,7 +3156,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -3192,7 +3192,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3206,7 +3206,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3242,7 +3242,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3256,7 +3256,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3292,7 +3292,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3306,7 +3306,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3342,7 +3342,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3356,7 +3356,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3392,7 +3392,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3406,7 +3406,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3442,7 +3442,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3456,7 +3456,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3492,7 +3492,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3506,7 +3506,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3542,7 +3542,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3556,7 +3556,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3592,7 +3592,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3606,7 +3606,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3642,7 +3642,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3656,7 +3656,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3692,7 +3692,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3706,7 +3706,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3742,7 +3742,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3756,7 +3756,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3792,7 +3792,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3806,7 +3806,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3842,7 +3842,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3856,7 +3856,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3892,7 +3892,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3906,7 +3906,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3942,7 +3942,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3956,7 +3956,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3992,7 +3992,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4006,7 +4006,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4042,7 +4042,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4056,7 +4056,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4092,7 +4092,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4106,7 +4106,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4142,7 +4142,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4156,7 +4156,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4190,7 +4190,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4234,7 +4234,7 @@ Specify if Lambdas@Edge should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge} --- @@ -4250,7 +4250,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -4264,7 +4264,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4278,7 +4278,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -4292,7 +4292,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -4328,7 +4328,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4342,7 +4342,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4470,7 +4470,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawsintegra | Emr | CloudAwsIntegrationsEmr | emr block. | | Health | CloudAwsIntegrationsHealth | health block. | | Iam | CloudAwsIntegrationsIam | iam block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. | | Iot | CloudAwsIntegrationsIot | iot block. | | Kinesis | CloudAwsIntegrationsKinesis | kinesis block. | | KinesisFirehose | CloudAwsIntegrationsKinesisFirehose | kinesis_firehose block. | @@ -4568,7 +4568,7 @@ LinkedAccountId *f64 The ID of the linked AWS account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} --- @@ -4582,7 +4582,7 @@ AccountId *f64 The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} --- @@ -4596,7 +4596,7 @@ Alb CloudAwsIntegrationsAlb alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} --- @@ -4610,7 +4610,7 @@ ApiGateway CloudAwsIntegrationsApiGateway api_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} --- @@ -4624,7 +4624,7 @@ AutoScaling CloudAwsIntegrationsAutoScaling auto_scaling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} --- @@ -4638,7 +4638,7 @@ AwsAppSync CloudAwsIntegrationsAwsAppSync aws_app_sync block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} --- @@ -4652,7 +4652,7 @@ AwsAthena CloudAwsIntegrationsAwsAthena aws_athena block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} --- @@ -4666,7 +4666,7 @@ AwsCognito CloudAwsIntegrationsAwsCognito aws_cognito block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} --- @@ -4680,7 +4680,7 @@ AwsConnect CloudAwsIntegrationsAwsConnect aws_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} --- @@ -4694,7 +4694,7 @@ AwsDirectConnect CloudAwsIntegrationsAwsDirectConnect aws_direct_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} --- @@ -4708,7 +4708,7 @@ AwsFsx CloudAwsIntegrationsAwsFsx aws_fsx block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} --- @@ -4722,7 +4722,7 @@ AwsGlue CloudAwsIntegrationsAwsGlue aws_glue block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} --- @@ -4736,7 +4736,7 @@ AwsKinesisAnalytics CloudAwsIntegrationsAwsKinesisAnalytics aws_kinesis_analytics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} --- @@ -4750,7 +4750,7 @@ AwsMediaConvert CloudAwsIntegrationsAwsMediaConvert aws_media_convert block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} --- @@ -4764,7 +4764,7 @@ AwsMediaPackageVod CloudAwsIntegrationsAwsMediaPackageVod aws_media_package_vod block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} --- @@ -4778,7 +4778,7 @@ AwsMq CloudAwsIntegrationsAwsMq aws_mq block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} --- @@ -4792,7 +4792,7 @@ AwsMsk CloudAwsIntegrationsAwsMsk aws_msk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} --- @@ -4806,7 +4806,7 @@ AwsNeptune CloudAwsIntegrationsAwsNeptune aws_neptune block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} --- @@ -4820,7 +4820,7 @@ AwsQldb CloudAwsIntegrationsAwsQldb aws_qldb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} --- @@ -4834,7 +4834,7 @@ AwsRoute53Resolver CloudAwsIntegrationsAwsRoute53Resolver aws_route53resolver block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} --- @@ -4848,7 +4848,7 @@ AwsStates CloudAwsIntegrationsAwsStates aws_states block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} --- @@ -4862,7 +4862,7 @@ AwsTransitGateway CloudAwsIntegrationsAwsTransitGateway aws_transit_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} --- @@ -4876,7 +4876,7 @@ AwsWaf CloudAwsIntegrationsAwsWaf aws_waf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} --- @@ -4890,7 +4890,7 @@ AwsWafv2 CloudAwsIntegrationsAwsWafv2 aws_wafv2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} --- @@ -4904,7 +4904,7 @@ Billing CloudAwsIntegrationsBilling billing block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} --- @@ -4918,7 +4918,7 @@ Cloudfront CloudAwsIntegrationsCloudfront cloudfront block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} --- @@ -4932,7 +4932,7 @@ Cloudtrail CloudAwsIntegrationsCloudtrail cloudtrail block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} --- @@ -4946,7 +4946,7 @@ DocDb CloudAwsIntegrationsDocDb doc_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} --- @@ -4960,7 +4960,7 @@ Dynamodb CloudAwsIntegrationsDynamodb dynamodb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} --- @@ -4974,7 +4974,7 @@ Ebs CloudAwsIntegrationsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} --- @@ -4988,7 +4988,7 @@ Ec2 CloudAwsIntegrationsEc2 ec2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} --- @@ -5002,7 +5002,7 @@ Ecs CloudAwsIntegrationsEcs ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} --- @@ -5016,7 +5016,7 @@ Efs CloudAwsIntegrationsEfs efs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} --- @@ -5030,7 +5030,7 @@ Elasticache CloudAwsIntegrationsElasticache elasticache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} --- @@ -5044,7 +5044,7 @@ Elasticbeanstalk CloudAwsIntegrationsElasticbeanstalk elasticbeanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} --- @@ -5058,7 +5058,7 @@ Elasticsearch CloudAwsIntegrationsElasticsearch elasticsearch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} --- @@ -5072,7 +5072,7 @@ Elb CloudAwsIntegrationsElb elb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} --- @@ -5086,7 +5086,7 @@ Emr CloudAwsIntegrationsEmr emr block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} --- @@ -5100,7 +5100,7 @@ Health CloudAwsIntegrationsHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} --- @@ -5114,7 +5114,7 @@ Iam CloudAwsIntegrationsIam iam block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} --- @@ -5126,7 +5126,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#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. @@ -5143,7 +5143,7 @@ Iot CloudAwsIntegrationsIot iot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} --- @@ -5157,7 +5157,7 @@ Kinesis CloudAwsIntegrationsKinesis kinesis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} --- @@ -5171,7 +5171,7 @@ KinesisFirehose CloudAwsIntegrationsKinesisFirehose kinesis_firehose block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} --- @@ -5185,7 +5185,7 @@ Lambda CloudAwsIntegrationsLambda lambda block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} --- @@ -5199,7 +5199,7 @@ Rds CloudAwsIntegrationsRds rds block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} --- @@ -5213,7 +5213,7 @@ Redshift CloudAwsIntegrationsRedshift redshift block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} --- @@ -5227,7 +5227,7 @@ Route53 CloudAwsIntegrationsRoute53 route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} --- @@ -5241,7 +5241,7 @@ S3 CloudAwsIntegrationsS3 s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} --- @@ -5255,7 +5255,7 @@ Ses CloudAwsIntegrationsSes ses block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} --- @@ -5269,7 +5269,7 @@ Sns CloudAwsIntegrationsSns sns block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} --- @@ -5283,7 +5283,7 @@ Sqs CloudAwsIntegrationsSqs sqs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} --- @@ -5297,7 +5297,7 @@ TrustedAdvisor CloudAwsIntegrationsTrustedAdvisor trusted_advisor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} --- @@ -5311,7 +5311,7 @@ Vpc CloudAwsIntegrationsVpc vpc block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} --- @@ -5325,7 +5325,7 @@ XRay CloudAwsIntegrationsXRay x_ray block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} --- @@ -5361,7 +5361,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5375,7 +5375,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5419,7 +5419,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5435,7 +5435,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -5451,7 +5451,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -5465,7 +5465,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5479,7 +5479,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5493,7 +5493,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5535,7 +5535,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5551,7 +5551,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -5565,7 +5565,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5579,7 +5579,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5593,7 +5593,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5637,7 +5637,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5651,7 +5651,7 @@ DuplicateEc2Tags interface{} Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags} --- @@ -5665,7 +5665,7 @@ FetchIpAddresses interface{} Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses} --- @@ -5679,7 +5679,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5693,7 +5693,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5707,7 +5707,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5749,7 +5749,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5765,7 +5765,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -5779,7 +5779,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5793,7 +5793,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5807,7 +5807,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5849,7 +5849,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5865,7 +5865,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -5879,7 +5879,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5893,7 +5893,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5907,7 +5907,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5949,7 +5949,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5965,7 +5965,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -5979,7 +5979,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5993,7 +5993,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6007,7 +6007,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6051,7 +6051,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6067,7 +6067,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -6083,7 +6083,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6097,7 +6097,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6111,7 +6111,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6125,7 +6125,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6167,7 +6167,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6183,7 +6183,7 @@ Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes} --- @@ -6197,7 +6197,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6211,7 +6211,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6225,7 +6225,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6265,7 +6265,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6281,7 +6281,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -6297,7 +6297,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6311,7 +6311,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6353,7 +6353,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6369,7 +6369,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6383,7 +6383,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6397,7 +6397,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6411,7 +6411,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6445,7 +6445,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6483,7 +6483,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6497,7 +6497,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6511,7 +6511,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6547,7 +6547,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6561,7 +6561,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6605,7 +6605,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6621,7 +6621,7 @@ Specify if Shards should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards} --- @@ -6637,7 +6637,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6651,7 +6651,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6665,7 +6665,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6679,7 +6679,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6715,7 +6715,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6729,7 +6729,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6771,7 +6771,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6787,7 +6787,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6801,7 +6801,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6815,7 +6815,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6829,7 +6829,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6871,7 +6871,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6887,7 +6887,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6901,7 +6901,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6915,7 +6915,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6929,7 +6929,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6969,7 +6969,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6983,7 +6983,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6997,7 +6997,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7011,7 +7011,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7049,7 +7049,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -7063,7 +7063,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7107,7 +7107,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -7123,7 +7123,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -7137,7 +7137,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7151,7 +7151,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7165,7 +7165,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7201,7 +7201,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7215,7 +7215,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7253,7 +7253,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7269,7 +7269,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -7283,7 +7283,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7329,7 +7329,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7345,7 +7345,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -7361,7 +7361,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -7375,7 +7375,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7389,7 +7389,7 @@ QueuePrefixes *[]*string Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes} --- @@ -7403,7 +7403,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7417,7 +7417,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7451,7 +7451,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7495,7 +7495,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7511,7 +7511,7 @@ Specify if NAT gateway should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway} --- @@ -7527,7 +7527,7 @@ Specify if VPN should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn} --- @@ -7541,7 +7541,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7555,7 +7555,7 @@ TagKey *string Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7569,7 +7569,7 @@ TagValue *string Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7605,7 +7605,7 @@ AwsRegions *[]*string Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7619,7 +7619,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- diff --git a/docs/cloudAwsIntegrations.java.md b/docs/cloudAwsIntegrations.java.md index 6bedd69bf..daa8c6d2c 100644 --- a/docs/cloudAwsIntegrations.java.md +++ b/docs/cloudAwsIntegrations.java.md @@ -4,7 +4,7 @@ ### CloudAwsIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations}. #### Initializers @@ -132,7 +132,7 @@ CloudAwsIntegrations.Builder.create(Construct scope, java.lang.String id) | emr | CloudAwsIntegrationsEmr | emr block. | | health | CloudAwsIntegrationsHealth | health block. | | iam | CloudAwsIntegrationsIam | iam block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. | | iot | CloudAwsIntegrationsIot | iot block. | | kinesis | CloudAwsIntegrationsKinesis | kinesis block. | | kinesisFirehose | CloudAwsIntegrationsKinesisFirehose | kinesis_firehose block. | @@ -216,7 +216,7 @@ Must be unique amongst siblings in the same scope The ID of the linked AWS account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} --- @@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre api_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre auto_scaling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_app_sync block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_athena block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} --- @@ -286,7 +286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_cognito block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} --- @@ -296,7 +296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} --- @@ -306,7 +306,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_direct_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} --- @@ -316,7 +316,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_fsx block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} --- @@ -326,7 +326,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_glue block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} --- @@ -336,7 +336,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_kinesis_analytics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} --- @@ -346,7 +346,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_media_convert block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} --- @@ -356,7 +356,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_media_package_vod block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} --- @@ -366,7 +366,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_mq block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} --- @@ -376,7 +376,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_msk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} --- @@ -386,7 +386,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_neptune block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} --- @@ -396,7 +396,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_qldb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} --- @@ -406,7 +406,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_route53resolver block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} --- @@ -416,7 +416,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_states block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} --- @@ -426,7 +426,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_transit_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} --- @@ -436,7 +436,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_waf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} --- @@ -446,7 +446,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_wafv2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} --- @@ -456,7 +456,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre billing block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} --- @@ -466,7 +466,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre cloudfront block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} --- @@ -476,7 +476,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre cloudtrail block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} --- @@ -486,7 +486,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre doc_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} --- @@ -496,7 +496,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre dynamodb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} --- @@ -506,7 +506,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} --- @@ -516,7 +516,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ec2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} --- @@ -526,7 +526,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} --- @@ -536,7 +536,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre efs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} --- @@ -546,7 +546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre elasticache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} --- @@ -556,7 +556,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre elasticbeanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} --- @@ -566,7 +566,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre elasticsearch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} --- @@ -576,7 +576,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre elb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} --- @@ -586,7 +586,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre emr block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} --- @@ -596,7 +596,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} --- @@ -606,7 +606,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre iam block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} --- @@ -614,7 +614,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#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. @@ -627,7 +627,7 @@ If you experience problems setting this value it might not be settable. Please t iot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} --- @@ -637,7 +637,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre kinesis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} --- @@ -647,7 +647,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre kinesis_firehose block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} --- @@ -657,7 +657,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre lambda block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} --- @@ -667,7 +667,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre rds block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} --- @@ -677,7 +677,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre redshift block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} --- @@ -687,7 +687,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} --- @@ -697,7 +697,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} --- @@ -707,7 +707,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ses block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} --- @@ -717,7 +717,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre sns block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} --- @@ -727,7 +727,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre sqs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} --- @@ -737,7 +737,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre trusted_advisor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} --- @@ -747,7 +747,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre vpc block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} --- @@ -757,7 +757,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre x_ray block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} --- @@ -2238,7 +2238,7 @@ The construct id used in the generated config for the CloudAwsIntegrations to im The id of the existing CloudAwsIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#import import section} in the documentation of this resource for the id to use --- @@ -3687,7 +3687,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3703,7 +3703,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -3719,7 +3719,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -3733,7 +3733,7 @@ public java.util.List getLoadBalancerPrefixes(); Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes} --- @@ -3747,7 +3747,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3761,7 +3761,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -3775,7 +3775,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -3817,7 +3817,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3831,7 +3831,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3847,7 +3847,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes} --- @@ -3861,7 +3861,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -3875,7 +3875,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -3911,7 +3911,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3925,7 +3925,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3961,7 +3961,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3975,7 +3975,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4011,7 +4011,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4025,7 +4025,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4061,7 +4061,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4075,7 +4075,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4111,7 +4111,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4125,7 +4125,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4161,7 +4161,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4175,7 +4175,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4211,7 +4211,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4225,7 +4225,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4261,7 +4261,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4275,7 +4275,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4311,7 +4311,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4325,7 +4325,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4361,7 +4361,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4375,7 +4375,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4411,7 +4411,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4425,7 +4425,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4461,7 +4461,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4475,7 +4475,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4511,7 +4511,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4525,7 +4525,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4561,7 +4561,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4575,7 +4575,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4611,7 +4611,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4625,7 +4625,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4661,7 +4661,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4675,7 +4675,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4711,7 +4711,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4725,7 +4725,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4761,7 +4761,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4775,7 +4775,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4811,7 +4811,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4825,7 +4825,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4861,7 +4861,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4875,7 +4875,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4909,7 +4909,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4955,7 +4955,7 @@ Specify if Lambdas@Edge should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge} --- @@ -4971,7 +4971,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -4985,7 +4985,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4999,7 +4999,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5013,7 +5013,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5049,7 +5049,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5063,7 +5063,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5195,7 +5195,7 @@ CloudAwsIntegrationsConfig.builder() | emr | CloudAwsIntegrationsEmr | emr block. | | health | CloudAwsIntegrationsHealth | health block. | | iam | CloudAwsIntegrationsIam | iam block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. | | iot | CloudAwsIntegrationsIot | iot block. | | kinesis | CloudAwsIntegrationsKinesis | kinesis block. | | kinesisFirehose | CloudAwsIntegrationsKinesisFirehose | kinesis_firehose block. | @@ -5293,7 +5293,7 @@ public java.lang.Number getLinkedAccountId(); The ID of the linked AWS account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} --- @@ -5307,7 +5307,7 @@ public java.lang.Number getAccountId(); The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} --- @@ -5321,7 +5321,7 @@ public CloudAwsIntegrationsAlb getAlb(); alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} --- @@ -5335,7 +5335,7 @@ public CloudAwsIntegrationsApiGateway getApiGateway(); api_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} --- @@ -5349,7 +5349,7 @@ public CloudAwsIntegrationsAutoScaling getAutoScaling(); auto_scaling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} --- @@ -5363,7 +5363,7 @@ public CloudAwsIntegrationsAwsAppSync getAwsAppSync(); aws_app_sync block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} --- @@ -5377,7 +5377,7 @@ public CloudAwsIntegrationsAwsAthena getAwsAthena(); aws_athena block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} --- @@ -5391,7 +5391,7 @@ public CloudAwsIntegrationsAwsCognito getAwsCognito(); aws_cognito block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} --- @@ -5405,7 +5405,7 @@ public CloudAwsIntegrationsAwsConnect getAwsConnect(); aws_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} --- @@ -5419,7 +5419,7 @@ public CloudAwsIntegrationsAwsDirectConnect getAwsDirectConnect(); aws_direct_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} --- @@ -5433,7 +5433,7 @@ public CloudAwsIntegrationsAwsFsx getAwsFsx(); aws_fsx block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} --- @@ -5447,7 +5447,7 @@ public CloudAwsIntegrationsAwsGlue getAwsGlue(); aws_glue block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} --- @@ -5461,7 +5461,7 @@ public CloudAwsIntegrationsAwsKinesisAnalytics getAwsKinesisAnalytics(); aws_kinesis_analytics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} --- @@ -5475,7 +5475,7 @@ public CloudAwsIntegrationsAwsMediaConvert getAwsMediaConvert(); aws_media_convert block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} --- @@ -5489,7 +5489,7 @@ public CloudAwsIntegrationsAwsMediaPackageVod getAwsMediaPackageVod(); aws_media_package_vod block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} --- @@ -5503,7 +5503,7 @@ public CloudAwsIntegrationsAwsMq getAwsMq(); aws_mq block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} --- @@ -5517,7 +5517,7 @@ public CloudAwsIntegrationsAwsMsk getAwsMsk(); aws_msk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} --- @@ -5531,7 +5531,7 @@ public CloudAwsIntegrationsAwsNeptune getAwsNeptune(); aws_neptune block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} --- @@ -5545,7 +5545,7 @@ public CloudAwsIntegrationsAwsQldb getAwsQldb(); aws_qldb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} --- @@ -5559,7 +5559,7 @@ public CloudAwsIntegrationsAwsRoute53Resolver getAwsRoute53Resolver(); aws_route53resolver block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} --- @@ -5573,7 +5573,7 @@ public CloudAwsIntegrationsAwsStates getAwsStates(); aws_states block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} --- @@ -5587,7 +5587,7 @@ public CloudAwsIntegrationsAwsTransitGateway getAwsTransitGateway(); aws_transit_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} --- @@ -5601,7 +5601,7 @@ public CloudAwsIntegrationsAwsWaf getAwsWaf(); aws_waf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} --- @@ -5615,7 +5615,7 @@ public CloudAwsIntegrationsAwsWafv2 getAwsWafv2(); aws_wafv2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} --- @@ -5629,7 +5629,7 @@ public CloudAwsIntegrationsBilling getBilling(); billing block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} --- @@ -5643,7 +5643,7 @@ public CloudAwsIntegrationsCloudfront getCloudfront(); cloudfront block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} --- @@ -5657,7 +5657,7 @@ public CloudAwsIntegrationsCloudtrail getCloudtrail(); cloudtrail block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} --- @@ -5671,7 +5671,7 @@ public CloudAwsIntegrationsDocDb getDocDb(); doc_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} --- @@ -5685,7 +5685,7 @@ public CloudAwsIntegrationsDynamodb getDynamodb(); dynamodb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} --- @@ -5699,7 +5699,7 @@ public CloudAwsIntegrationsEbs getEbs(); ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} --- @@ -5713,7 +5713,7 @@ public CloudAwsIntegrationsEc2 getEc2(); ec2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} --- @@ -5727,7 +5727,7 @@ public CloudAwsIntegrationsEcs getEcs(); ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} --- @@ -5741,7 +5741,7 @@ public CloudAwsIntegrationsEfs getEfs(); efs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} --- @@ -5755,7 +5755,7 @@ public CloudAwsIntegrationsElasticache getElasticache(); elasticache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} --- @@ -5769,7 +5769,7 @@ public CloudAwsIntegrationsElasticbeanstalk getElasticbeanstalk(); elasticbeanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} --- @@ -5783,7 +5783,7 @@ public CloudAwsIntegrationsElasticsearch getElasticsearch(); elasticsearch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} --- @@ -5797,7 +5797,7 @@ public CloudAwsIntegrationsElb getElb(); elb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} --- @@ -5811,7 +5811,7 @@ public CloudAwsIntegrationsEmr getEmr(); emr block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} --- @@ -5825,7 +5825,7 @@ public CloudAwsIntegrationsHealth getHealth(); health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} --- @@ -5839,7 +5839,7 @@ public CloudAwsIntegrationsIam getIam(); iam block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} --- @@ -5851,7 +5851,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#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. @@ -5868,7 +5868,7 @@ public CloudAwsIntegrationsIot getIot(); iot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} --- @@ -5882,7 +5882,7 @@ public CloudAwsIntegrationsKinesis getKinesis(); kinesis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} --- @@ -5896,7 +5896,7 @@ public CloudAwsIntegrationsKinesisFirehose getKinesisFirehose(); kinesis_firehose block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} --- @@ -5910,7 +5910,7 @@ public CloudAwsIntegrationsLambda getLambda(); lambda block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} --- @@ -5924,7 +5924,7 @@ public CloudAwsIntegrationsRds getRds(); rds block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} --- @@ -5938,7 +5938,7 @@ public CloudAwsIntegrationsRedshift getRedshift(); redshift block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} --- @@ -5952,7 +5952,7 @@ public CloudAwsIntegrationsRoute53 getRoute53(); route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} --- @@ -5966,7 +5966,7 @@ public CloudAwsIntegrationsS3 getS3(); s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} --- @@ -5980,7 +5980,7 @@ public CloudAwsIntegrationsSes getSes(); ses block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} --- @@ -5994,7 +5994,7 @@ public CloudAwsIntegrationsSns getSns(); sns block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} --- @@ -6008,7 +6008,7 @@ public CloudAwsIntegrationsSqs getSqs(); sqs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} --- @@ -6022,7 +6022,7 @@ public CloudAwsIntegrationsTrustedAdvisor getTrustedAdvisor(); trusted_advisor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} --- @@ -6036,7 +6036,7 @@ public CloudAwsIntegrationsVpc getVpc(); vpc block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} --- @@ -6050,7 +6050,7 @@ public CloudAwsIntegrationsXRay getXRay(); x_ray block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} --- @@ -6086,7 +6086,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6100,7 +6100,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6146,7 +6146,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6162,7 +6162,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -6178,7 +6178,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6192,7 +6192,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6206,7 +6206,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6220,7 +6220,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6263,7 +6263,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6279,7 +6279,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -6293,7 +6293,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6307,7 +6307,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6321,7 +6321,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6367,7 +6367,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6381,7 +6381,7 @@ public java.lang.Object getDuplicateEc2Tags(); Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags} --- @@ -6395,7 +6395,7 @@ public java.lang.Object getFetchIpAddresses(); Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses} --- @@ -6409,7 +6409,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6423,7 +6423,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6437,7 +6437,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6480,7 +6480,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6496,7 +6496,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6510,7 +6510,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6524,7 +6524,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6538,7 +6538,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6581,7 +6581,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6597,7 +6597,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6611,7 +6611,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6625,7 +6625,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6639,7 +6639,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6682,7 +6682,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6698,7 +6698,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6712,7 +6712,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6726,7 +6726,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6740,7 +6740,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6786,7 +6786,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6802,7 +6802,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -6818,7 +6818,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6832,7 +6832,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6846,7 +6846,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6860,7 +6860,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6903,7 +6903,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6919,7 +6919,7 @@ Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes} --- @@ -6933,7 +6933,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6947,7 +6947,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6961,7 +6961,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7003,7 +7003,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7019,7 +7019,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -7035,7 +7035,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -7049,7 +7049,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7092,7 +7092,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7108,7 +7108,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -7122,7 +7122,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7136,7 +7136,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7150,7 +7150,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7184,7 +7184,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7222,7 +7222,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7236,7 +7236,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7250,7 +7250,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7286,7 +7286,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7300,7 +7300,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7346,7 +7346,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7362,7 +7362,7 @@ Specify if Shards should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards} --- @@ -7378,7 +7378,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -7392,7 +7392,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7406,7 +7406,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7420,7 +7420,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7456,7 +7456,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7470,7 +7470,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7513,7 +7513,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7529,7 +7529,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -7543,7 +7543,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7557,7 +7557,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7571,7 +7571,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7614,7 +7614,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7630,7 +7630,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -7644,7 +7644,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7658,7 +7658,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7672,7 +7672,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7712,7 +7712,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7726,7 +7726,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7740,7 +7740,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7754,7 +7754,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7793,7 +7793,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -7807,7 +7807,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7853,7 +7853,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -7869,7 +7869,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -7883,7 +7883,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7897,7 +7897,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7911,7 +7911,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7947,7 +7947,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7961,7 +7961,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8000,7 +8000,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -8016,7 +8016,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -8030,7 +8030,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8078,7 +8078,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -8094,7 +8094,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -8110,7 +8110,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -8124,7 +8124,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8138,7 +8138,7 @@ public java.util.List getQueuePrefixes(); Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes} --- @@ -8152,7 +8152,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -8166,7 +8166,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -8200,7 +8200,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8246,7 +8246,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -8262,7 +8262,7 @@ Specify if NAT gateway should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway} --- @@ -8278,7 +8278,7 @@ Specify if VPN should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn} --- @@ -8292,7 +8292,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8306,7 +8306,7 @@ public java.lang.String getTagKey(); Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -8320,7 +8320,7 @@ public java.lang.String getTagValue(); Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -8356,7 +8356,7 @@ public java.util.List getAwsRegions(); Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -8370,7 +8370,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- diff --git a/docs/cloudAwsIntegrations.python.md b/docs/cloudAwsIntegrations.python.md index ef004b8d8..a71a65e84 100644 --- a/docs/cloudAwsIntegrations.python.md +++ b/docs/cloudAwsIntegrations.python.md @@ -4,7 +4,7 @@ ### CloudAwsIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations}. #### Initializers @@ -130,7 +130,7 @@ cloudAwsIntegrations.CloudAwsIntegrations( | emr | CloudAwsIntegrationsEmr | emr block. | | health | CloudAwsIntegrationsHealth | health block. | | iam | CloudAwsIntegrationsIam | iam block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. | | iot | CloudAwsIntegrationsIot | iot block. | | kinesis | CloudAwsIntegrationsKinesis | kinesis block. | | kinesis_firehose | CloudAwsIntegrationsKinesisFirehose | kinesis_firehose block. | @@ -214,7 +214,7 @@ Must be unique amongst siblings in the same scope The ID of the linked AWS account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} --- @@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre api_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} --- @@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre auto_scaling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} --- @@ -264,7 +264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_app_sync block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_athena block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} --- @@ -284,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_cognito block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} --- @@ -294,7 +294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} --- @@ -304,7 +304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_direct_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} --- @@ -314,7 +314,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_fsx block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} --- @@ -324,7 +324,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_glue block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} --- @@ -334,7 +334,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_kinesis_analytics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} --- @@ -344,7 +344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_media_convert block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} --- @@ -354,7 +354,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_media_package_vod block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} --- @@ -364,7 +364,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_mq block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} --- @@ -374,7 +374,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_msk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} --- @@ -384,7 +384,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_neptune block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} --- @@ -394,7 +394,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_qldb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} --- @@ -404,7 +404,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_route53resolver block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} --- @@ -414,7 +414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_states block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} --- @@ -424,7 +424,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_transit_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} --- @@ -434,7 +434,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_waf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} --- @@ -444,7 +444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre aws_wafv2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} --- @@ -454,7 +454,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre billing block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} --- @@ -464,7 +464,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre cloudfront block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} --- @@ -474,7 +474,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre cloudtrail block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} --- @@ -484,7 +484,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre doc_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} --- @@ -494,7 +494,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre dynamodb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} --- @@ -504,7 +504,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} --- @@ -514,7 +514,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ec2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} --- @@ -524,7 +524,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} --- @@ -534,7 +534,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre efs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} --- @@ -544,7 +544,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre elasticache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} --- @@ -554,7 +554,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre elasticbeanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} --- @@ -564,7 +564,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre elasticsearch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} --- @@ -574,7 +574,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre elb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} --- @@ -584,7 +584,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre emr block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} --- @@ -594,7 +594,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} --- @@ -604,7 +604,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre iam block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} --- @@ -612,7 +612,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#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. @@ -625,7 +625,7 @@ If you experience problems setting this value it might not be settable. Please t iot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} --- @@ -635,7 +635,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre kinesis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} --- @@ -645,7 +645,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre kinesis_firehose block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} --- @@ -655,7 +655,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre lambda block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} --- @@ -665,7 +665,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre rds block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} --- @@ -675,7 +675,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre redshift block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} --- @@ -685,7 +685,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} --- @@ -695,7 +695,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} --- @@ -705,7 +705,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ses block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} --- @@ -715,7 +715,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre sns block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} --- @@ -725,7 +725,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre sqs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} --- @@ -735,7 +735,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre trusted_advisor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} --- @@ -745,7 +745,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre vpc block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} --- @@ -755,7 +755,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre x_ray block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} --- @@ -1240,7 +1240,7 @@ def put_alb( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1252,7 +1252,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -1264,7 +1264,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -1274,7 +1274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes} --- @@ -1284,7 +1284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1294,7 +1294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -1304,7 +1304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -1326,7 +1326,7 @@ def put_api_gateway( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1336,7 +1336,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1348,7 +1348,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes} --- @@ -1358,7 +1358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -1368,7 +1368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -1387,7 +1387,7 @@ def put_auto_scaling( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1397,7 +1397,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1416,7 +1416,7 @@ def put_aws_app_sync( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1426,7 +1426,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1445,7 +1445,7 @@ def put_aws_athena( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1455,7 +1455,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1474,7 +1474,7 @@ def put_aws_cognito( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1484,7 +1484,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1503,7 +1503,7 @@ def put_aws_connect( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1513,7 +1513,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1532,7 +1532,7 @@ def put_aws_direct_connect( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1542,7 +1542,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1561,7 +1561,7 @@ def put_aws_fsx( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1571,7 +1571,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1590,7 +1590,7 @@ def put_aws_glue( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1600,7 +1600,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1619,7 +1619,7 @@ def put_aws_kinesis_analytics( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1629,7 +1629,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1648,7 +1648,7 @@ def put_aws_media_convert( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1658,7 +1658,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1677,7 +1677,7 @@ def put_aws_media_package_vod( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1687,7 +1687,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1706,7 +1706,7 @@ def put_aws_mq( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1716,7 +1716,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1735,7 +1735,7 @@ def put_aws_msk( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1745,7 +1745,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1764,7 +1764,7 @@ def put_aws_neptune( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1774,7 +1774,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1793,7 +1793,7 @@ def put_aws_qldb( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1803,7 +1803,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1822,7 +1822,7 @@ def put_aws_route53_resolver( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1832,7 +1832,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1851,7 +1851,7 @@ def put_aws_states( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1861,7 +1861,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1880,7 +1880,7 @@ def put_aws_transit_gateway( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1890,7 +1890,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1909,7 +1909,7 @@ def put_aws_waf( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1919,7 +1919,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1938,7 +1938,7 @@ def put_aws_wafv2( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -1948,7 +1948,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1966,7 +1966,7 @@ def put_billing( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -1990,7 +1990,7 @@ Specify if Lambdas@Edge should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge} --- @@ -2002,7 +2002,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -2012,7 +2012,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2022,7 +2022,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -2032,7 +2032,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -2051,7 +2051,7 @@ def put_cloudtrail( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2061,7 +2061,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2080,7 +2080,7 @@ def put_doc_db( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2090,7 +2090,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2113,7 +2113,7 @@ def put_dynamodb( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2125,7 +2125,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -2137,7 +2137,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -2147,7 +2147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2157,7 +2157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -2167,7 +2167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -2189,7 +2189,7 @@ def put_ebs( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2201,7 +2201,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -2211,7 +2211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2221,7 +2221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -2231,7 +2231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -2254,7 +2254,7 @@ def put_ec2( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2264,7 +2264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags} --- @@ -2274,7 +2274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses} --- @@ -2284,7 +2284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2294,7 +2294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -2304,7 +2304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -2326,7 +2326,7 @@ def put_ecs( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2338,7 +2338,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -2348,7 +2348,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2358,7 +2358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -2368,7 +2368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -2390,7 +2390,7 @@ def put_efs( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2402,7 +2402,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -2412,7 +2412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2422,7 +2422,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -2432,7 +2432,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -2454,7 +2454,7 @@ def put_elasticache( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2466,7 +2466,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -2476,7 +2476,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2486,7 +2486,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -2496,7 +2496,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -2519,7 +2519,7 @@ def put_elasticbeanstalk( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2531,7 +2531,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -2543,7 +2543,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -2553,7 +2553,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2563,7 +2563,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -2573,7 +2573,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -2595,7 +2595,7 @@ def put_elasticsearch( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2607,7 +2607,7 @@ Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes} --- @@ -2617,7 +2617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2627,7 +2627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -2637,7 +2637,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -2658,7 +2658,7 @@ def put_elb( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2670,7 +2670,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -2682,7 +2682,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -2692,7 +2692,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2714,7 +2714,7 @@ def put_emr( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2726,7 +2726,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -2736,7 +2736,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2746,7 +2746,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -2756,7 +2756,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -2774,7 +2774,7 @@ def put_health( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2794,7 +2794,7 @@ def put_iam( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2804,7 +2804,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -2814,7 +2814,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -2833,7 +2833,7 @@ def put_iot( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2843,7 +2843,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2866,7 +2866,7 @@ def put_kinesis( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2878,7 +2878,7 @@ Specify if Shards should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards} --- @@ -2890,7 +2890,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -2900,7 +2900,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2910,7 +2910,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -2920,7 +2920,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -2939,7 +2939,7 @@ def put_kinesis_firehose( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2949,7 +2949,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -2971,7 +2971,7 @@ def put_lambda( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2983,7 +2983,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -2993,7 +2993,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3003,7 +3003,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -3013,7 +3013,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -3035,7 +3035,7 @@ def put_rds( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3047,7 +3047,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -3057,7 +3057,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3067,7 +3067,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -3077,7 +3077,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -3098,7 +3098,7 @@ def put_redshift( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3108,7 +3108,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3118,7 +3118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -3128,7 +3128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -3149,7 +3149,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -3159,7 +3159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3183,7 +3183,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -3195,7 +3195,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -3205,7 +3205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3215,7 +3215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -3225,7 +3225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -3244,7 +3244,7 @@ def put_ses( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3254,7 +3254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3274,7 +3274,7 @@ def put_sns( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3286,7 +3286,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -3296,7 +3296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3320,7 +3320,7 @@ def put_sqs( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3332,7 +3332,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -3344,7 +3344,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -3354,7 +3354,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3364,7 +3364,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes} --- @@ -3374,7 +3374,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -3384,7 +3384,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -3402,7 +3402,7 @@ def put_trusted_advisor( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3425,7 +3425,7 @@ def put_vpc( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3437,7 +3437,7 @@ Specify if NAT gateway should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway} --- @@ -3449,7 +3449,7 @@ Specify if VPN should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn} --- @@ -3459,7 +3459,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3469,7 +3469,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -3479,7 +3479,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -3498,7 +3498,7 @@ def put_x_ray( Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3508,7 +3508,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3950,7 +3950,7 @@ The construct id used in the generated config for the CloudAwsIntegrations to im The id of the existing CloudAwsIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#import import section} in the documentation of this resource for the id to use --- @@ -5397,7 +5397,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5413,7 +5413,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -5429,7 +5429,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -5443,7 +5443,7 @@ load_balancer_prefixes: typing.List[str] Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes} --- @@ -5457,7 +5457,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5471,7 +5471,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5485,7 +5485,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5527,7 +5527,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5541,7 +5541,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5557,7 +5557,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes} --- @@ -5571,7 +5571,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5585,7 +5585,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5621,7 +5621,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5635,7 +5635,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5671,7 +5671,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5685,7 +5685,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5721,7 +5721,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5735,7 +5735,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5771,7 +5771,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5785,7 +5785,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5821,7 +5821,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5835,7 +5835,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5871,7 +5871,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5885,7 +5885,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5921,7 +5921,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5935,7 +5935,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5971,7 +5971,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5985,7 +5985,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6021,7 +6021,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6035,7 +6035,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6071,7 +6071,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6085,7 +6085,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6121,7 +6121,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6135,7 +6135,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6171,7 +6171,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6185,7 +6185,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6221,7 +6221,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6235,7 +6235,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6271,7 +6271,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6285,7 +6285,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6321,7 +6321,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6335,7 +6335,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6371,7 +6371,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6385,7 +6385,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6421,7 +6421,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6435,7 +6435,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6471,7 +6471,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6485,7 +6485,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6521,7 +6521,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6535,7 +6535,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6571,7 +6571,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6585,7 +6585,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6619,7 +6619,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6663,7 +6663,7 @@ Specify if Lambdas@Edge should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge} --- @@ -6679,7 +6679,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6693,7 +6693,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6707,7 +6707,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6721,7 +6721,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6757,7 +6757,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6771,7 +6771,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6899,7 +6899,7 @@ cloudAwsIntegrations.CloudAwsIntegrationsConfig( | emr | CloudAwsIntegrationsEmr | emr block. | | health | CloudAwsIntegrationsHealth | health block. | | iam | CloudAwsIntegrationsIam | iam block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. | | iot | CloudAwsIntegrationsIot | iot block. | | kinesis | CloudAwsIntegrationsKinesis | kinesis block. | | kinesis_firehose | CloudAwsIntegrationsKinesisFirehose | kinesis_firehose block. | @@ -6997,7 +6997,7 @@ linked_account_id: typing.Union[int, float] The ID of the linked AWS account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} --- @@ -7011,7 +7011,7 @@ account_id: typing.Union[int, float] The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} --- @@ -7025,7 +7025,7 @@ alb: CloudAwsIntegrationsAlb alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} --- @@ -7039,7 +7039,7 @@ api_gateway: CloudAwsIntegrationsApiGateway api_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} --- @@ -7053,7 +7053,7 @@ auto_scaling: CloudAwsIntegrationsAutoScaling auto_scaling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} --- @@ -7067,7 +7067,7 @@ aws_app_sync: CloudAwsIntegrationsAwsAppSync aws_app_sync block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} --- @@ -7081,7 +7081,7 @@ aws_athena: CloudAwsIntegrationsAwsAthena aws_athena block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} --- @@ -7095,7 +7095,7 @@ aws_cognito: CloudAwsIntegrationsAwsCognito aws_cognito block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} --- @@ -7109,7 +7109,7 @@ aws_connect: CloudAwsIntegrationsAwsConnect aws_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} --- @@ -7123,7 +7123,7 @@ aws_direct_connect: CloudAwsIntegrationsAwsDirectConnect aws_direct_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} --- @@ -7137,7 +7137,7 @@ aws_fsx: CloudAwsIntegrationsAwsFsx aws_fsx block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} --- @@ -7151,7 +7151,7 @@ aws_glue: CloudAwsIntegrationsAwsGlue aws_glue block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} --- @@ -7165,7 +7165,7 @@ aws_kinesis_analytics: CloudAwsIntegrationsAwsKinesisAnalytics aws_kinesis_analytics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} --- @@ -7179,7 +7179,7 @@ aws_media_convert: CloudAwsIntegrationsAwsMediaConvert aws_media_convert block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} --- @@ -7193,7 +7193,7 @@ aws_media_package_vod: CloudAwsIntegrationsAwsMediaPackageVod aws_media_package_vod block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} --- @@ -7207,7 +7207,7 @@ aws_mq: CloudAwsIntegrationsAwsMq aws_mq block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} --- @@ -7221,7 +7221,7 @@ aws_msk: CloudAwsIntegrationsAwsMsk aws_msk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} --- @@ -7235,7 +7235,7 @@ aws_neptune: CloudAwsIntegrationsAwsNeptune aws_neptune block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} --- @@ -7249,7 +7249,7 @@ aws_qldb: CloudAwsIntegrationsAwsQldb aws_qldb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} --- @@ -7263,7 +7263,7 @@ aws_route53_resolver: CloudAwsIntegrationsAwsRoute53Resolver aws_route53resolver block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} --- @@ -7277,7 +7277,7 @@ aws_states: CloudAwsIntegrationsAwsStates aws_states block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} --- @@ -7291,7 +7291,7 @@ aws_transit_gateway: CloudAwsIntegrationsAwsTransitGateway aws_transit_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} --- @@ -7305,7 +7305,7 @@ aws_waf: CloudAwsIntegrationsAwsWaf aws_waf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} --- @@ -7319,7 +7319,7 @@ aws_wafv2: CloudAwsIntegrationsAwsWafv2 aws_wafv2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} --- @@ -7333,7 +7333,7 @@ billing: CloudAwsIntegrationsBilling billing block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} --- @@ -7347,7 +7347,7 @@ cloudfront: CloudAwsIntegrationsCloudfront cloudfront block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} --- @@ -7361,7 +7361,7 @@ cloudtrail: CloudAwsIntegrationsCloudtrail cloudtrail block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} --- @@ -7375,7 +7375,7 @@ doc_db: CloudAwsIntegrationsDocDb doc_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} --- @@ -7389,7 +7389,7 @@ dynamodb: CloudAwsIntegrationsDynamodb dynamodb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} --- @@ -7403,7 +7403,7 @@ ebs: CloudAwsIntegrationsEbs ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} --- @@ -7417,7 +7417,7 @@ ec2: CloudAwsIntegrationsEc2 ec2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} --- @@ -7431,7 +7431,7 @@ ecs: CloudAwsIntegrationsEcs ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} --- @@ -7445,7 +7445,7 @@ efs: CloudAwsIntegrationsEfs efs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} --- @@ -7459,7 +7459,7 @@ elasticache: CloudAwsIntegrationsElasticache elasticache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} --- @@ -7473,7 +7473,7 @@ elasticbeanstalk: CloudAwsIntegrationsElasticbeanstalk elasticbeanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} --- @@ -7487,7 +7487,7 @@ elasticsearch: CloudAwsIntegrationsElasticsearch elasticsearch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} --- @@ -7501,7 +7501,7 @@ elb: CloudAwsIntegrationsElb elb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} --- @@ -7515,7 +7515,7 @@ emr: CloudAwsIntegrationsEmr emr block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} --- @@ -7529,7 +7529,7 @@ health: CloudAwsIntegrationsHealth health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} --- @@ -7543,7 +7543,7 @@ iam: CloudAwsIntegrationsIam iam block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} --- @@ -7555,7 +7555,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#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. @@ -7572,7 +7572,7 @@ iot: CloudAwsIntegrationsIot iot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} --- @@ -7586,7 +7586,7 @@ kinesis: CloudAwsIntegrationsKinesis kinesis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} --- @@ -7600,7 +7600,7 @@ kinesis_firehose: CloudAwsIntegrationsKinesisFirehose kinesis_firehose block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} --- @@ -7614,7 +7614,7 @@ lambda: CloudAwsIntegrationsLambda lambda block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} --- @@ -7628,7 +7628,7 @@ rds: CloudAwsIntegrationsRds rds block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} --- @@ -7642,7 +7642,7 @@ redshift: CloudAwsIntegrationsRedshift redshift block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} --- @@ -7656,7 +7656,7 @@ route53: CloudAwsIntegrationsRoute53 route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} --- @@ -7670,7 +7670,7 @@ s3: CloudAwsIntegrationsS3 s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} --- @@ -7684,7 +7684,7 @@ ses: CloudAwsIntegrationsSes ses block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} --- @@ -7698,7 +7698,7 @@ sns: CloudAwsIntegrationsSns sns block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} --- @@ -7712,7 +7712,7 @@ sqs: CloudAwsIntegrationsSqs sqs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} --- @@ -7726,7 +7726,7 @@ trusted_advisor: CloudAwsIntegrationsTrustedAdvisor trusted_advisor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} --- @@ -7740,7 +7740,7 @@ vpc: CloudAwsIntegrationsVpc vpc block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} --- @@ -7754,7 +7754,7 @@ x_ray: CloudAwsIntegrationsXRay x_ray block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} --- @@ -7790,7 +7790,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7804,7 +7804,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7848,7 +7848,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7864,7 +7864,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -7880,7 +7880,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -7894,7 +7894,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7908,7 +7908,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7922,7 +7922,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7964,7 +7964,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7980,7 +7980,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -7994,7 +7994,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8008,7 +8008,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -8022,7 +8022,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -8066,7 +8066,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -8080,7 +8080,7 @@ duplicate_ec2_tags: typing.Union[bool, IResolvable] Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags} --- @@ -8094,7 +8094,7 @@ fetch_ip_addresses: typing.Union[bool, IResolvable] Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses} --- @@ -8108,7 +8108,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8122,7 +8122,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -8136,7 +8136,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -8178,7 +8178,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -8194,7 +8194,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -8208,7 +8208,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8222,7 +8222,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -8236,7 +8236,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -8278,7 +8278,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -8294,7 +8294,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -8308,7 +8308,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8322,7 +8322,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -8336,7 +8336,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -8378,7 +8378,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -8394,7 +8394,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -8408,7 +8408,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8422,7 +8422,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -8436,7 +8436,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -8480,7 +8480,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -8496,7 +8496,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -8512,7 +8512,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -8526,7 +8526,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8540,7 +8540,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -8554,7 +8554,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -8596,7 +8596,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -8612,7 +8612,7 @@ Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes} --- @@ -8626,7 +8626,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8640,7 +8640,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -8654,7 +8654,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -8694,7 +8694,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -8710,7 +8710,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -8726,7 +8726,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -8740,7 +8740,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8782,7 +8782,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -8798,7 +8798,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -8812,7 +8812,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8826,7 +8826,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -8840,7 +8840,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -8874,7 +8874,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8912,7 +8912,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -8926,7 +8926,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -8940,7 +8940,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -8976,7 +8976,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -8990,7 +8990,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -9034,7 +9034,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -9050,7 +9050,7 @@ Specify if Shards should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards} --- @@ -9066,7 +9066,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -9080,7 +9080,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -9094,7 +9094,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -9108,7 +9108,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -9144,7 +9144,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -9158,7 +9158,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -9200,7 +9200,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -9216,7 +9216,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -9230,7 +9230,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -9244,7 +9244,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -9258,7 +9258,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -9300,7 +9300,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -9316,7 +9316,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -9330,7 +9330,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -9344,7 +9344,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -9358,7 +9358,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -9398,7 +9398,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -9412,7 +9412,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -9426,7 +9426,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -9440,7 +9440,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -9478,7 +9478,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -9492,7 +9492,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -9536,7 +9536,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -9552,7 +9552,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -9566,7 +9566,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -9580,7 +9580,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -9594,7 +9594,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -9630,7 +9630,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -9644,7 +9644,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -9682,7 +9682,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -9698,7 +9698,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -9712,7 +9712,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -9758,7 +9758,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -9774,7 +9774,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -9790,7 +9790,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -9804,7 +9804,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -9818,7 +9818,7 @@ queue_prefixes: typing.List[str] Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes} --- @@ -9832,7 +9832,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -9846,7 +9846,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -9880,7 +9880,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -9924,7 +9924,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -9940,7 +9940,7 @@ Specify if NAT gateway should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway} --- @@ -9956,7 +9956,7 @@ Specify if VPN should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn} --- @@ -9970,7 +9970,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -9984,7 +9984,7 @@ tag_key: str Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -9998,7 +9998,7 @@ tag_value: str Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -10034,7 +10034,7 @@ aws_regions: typing.List[str] Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -10048,7 +10048,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- diff --git a/docs/cloudAwsIntegrations.typescript.md b/docs/cloudAwsIntegrations.typescript.md index c6cc8e8b3..d33eeb4ba 100644 --- a/docs/cloudAwsIntegrations.typescript.md +++ b/docs/cloudAwsIntegrations.typescript.md @@ -4,7 +4,7 @@ ### CloudAwsIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations}. #### Initializers @@ -1521,7 +1521,7 @@ The construct id used in the generated config for the CloudAwsIntegrations to im The id of the existing CloudAwsIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#import import section} in the documentation of this resource for the id to use --- @@ -2960,7 +2960,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -2976,7 +2976,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -2992,7 +2992,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -3006,7 +3006,7 @@ public readonly loadBalancerPrefixes: string[]; Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes} --- @@ -3020,7 +3020,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3034,7 +3034,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -3048,7 +3048,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -3084,7 +3084,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3098,7 +3098,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3114,7 +3114,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes} --- @@ -3128,7 +3128,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -3142,7 +3142,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -3175,7 +3175,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3189,7 +3189,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3222,7 +3222,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3236,7 +3236,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3269,7 +3269,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3283,7 +3283,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3316,7 +3316,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3330,7 +3330,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3363,7 +3363,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3377,7 +3377,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3410,7 +3410,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3424,7 +3424,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3457,7 +3457,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3471,7 +3471,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3504,7 +3504,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3518,7 +3518,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3551,7 +3551,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3565,7 +3565,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3598,7 +3598,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3612,7 +3612,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3645,7 +3645,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3659,7 +3659,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3692,7 +3692,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3706,7 +3706,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3739,7 +3739,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3753,7 +3753,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3786,7 +3786,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3800,7 +3800,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3833,7 +3833,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3847,7 +3847,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3880,7 +3880,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3894,7 +3894,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3927,7 +3927,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3941,7 +3941,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -3974,7 +3974,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -3988,7 +3988,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4021,7 +4021,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4035,7 +4035,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4068,7 +4068,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4082,7 +4082,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4114,7 +4114,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4152,7 +4152,7 @@ Specify if Lambdas@Edge should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge} --- @@ -4168,7 +4168,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -4182,7 +4182,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4196,7 +4196,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -4210,7 +4210,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -4243,7 +4243,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -4257,7 +4257,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -4322,7 +4322,7 @@ const cloudAwsIntegrationsConfig: cloudAwsIntegrations.CloudAwsIntegrationsConfi | emr | CloudAwsIntegrationsEmr | emr block. | | health | CloudAwsIntegrationsHealth | health block. | | iam | CloudAwsIntegrationsIam | iam block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. | | iot | CloudAwsIntegrationsIot | iot block. | | kinesis | CloudAwsIntegrationsKinesis | kinesis block. | | kinesisFirehose | CloudAwsIntegrationsKinesisFirehose | kinesis_firehose block. | @@ -4420,7 +4420,7 @@ public readonly linkedAccountId: number; The ID of the linked AWS account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} --- @@ -4434,7 +4434,7 @@ public readonly accountId: number; The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} --- @@ -4448,7 +4448,7 @@ public readonly alb: CloudAwsIntegrationsAlb; alb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} --- @@ -4462,7 +4462,7 @@ public readonly apiGateway: CloudAwsIntegrationsApiGateway; api_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} --- @@ -4476,7 +4476,7 @@ public readonly autoScaling: CloudAwsIntegrationsAutoScaling; auto_scaling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} --- @@ -4490,7 +4490,7 @@ public readonly awsAppSync: CloudAwsIntegrationsAwsAppSync; aws_app_sync block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} --- @@ -4504,7 +4504,7 @@ public readonly awsAthena: CloudAwsIntegrationsAwsAthena; aws_athena block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} --- @@ -4518,7 +4518,7 @@ public readonly awsCognito: CloudAwsIntegrationsAwsCognito; aws_cognito block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} --- @@ -4532,7 +4532,7 @@ public readonly awsConnect: CloudAwsIntegrationsAwsConnect; aws_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} --- @@ -4546,7 +4546,7 @@ public readonly awsDirectConnect: CloudAwsIntegrationsAwsDirectConnect; aws_direct_connect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} --- @@ -4560,7 +4560,7 @@ public readonly awsFsx: CloudAwsIntegrationsAwsFsx; aws_fsx block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} --- @@ -4574,7 +4574,7 @@ public readonly awsGlue: CloudAwsIntegrationsAwsGlue; aws_glue block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} --- @@ -4588,7 +4588,7 @@ public readonly awsKinesisAnalytics: CloudAwsIntegrationsAwsKinesisAnalytics; aws_kinesis_analytics block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} --- @@ -4602,7 +4602,7 @@ public readonly awsMediaConvert: CloudAwsIntegrationsAwsMediaConvert; aws_media_convert block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} --- @@ -4616,7 +4616,7 @@ public readonly awsMediaPackageVod: CloudAwsIntegrationsAwsMediaPackageVod; aws_media_package_vod block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} --- @@ -4630,7 +4630,7 @@ public readonly awsMq: CloudAwsIntegrationsAwsMq; aws_mq block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} --- @@ -4644,7 +4644,7 @@ public readonly awsMsk: CloudAwsIntegrationsAwsMsk; aws_msk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} --- @@ -4658,7 +4658,7 @@ public readonly awsNeptune: CloudAwsIntegrationsAwsNeptune; aws_neptune block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} --- @@ -4672,7 +4672,7 @@ public readonly awsQldb: CloudAwsIntegrationsAwsQldb; aws_qldb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} --- @@ -4686,7 +4686,7 @@ public readonly awsRoute53Resolver: CloudAwsIntegrationsAwsRoute53Resolver; aws_route53resolver block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} --- @@ -4700,7 +4700,7 @@ public readonly awsStates: CloudAwsIntegrationsAwsStates; aws_states block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} --- @@ -4714,7 +4714,7 @@ public readonly awsTransitGateway: CloudAwsIntegrationsAwsTransitGateway; aws_transit_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} --- @@ -4728,7 +4728,7 @@ public readonly awsWaf: CloudAwsIntegrationsAwsWaf; aws_waf block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} --- @@ -4742,7 +4742,7 @@ public readonly awsWafv2: CloudAwsIntegrationsAwsWafv2; aws_wafv2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} --- @@ -4756,7 +4756,7 @@ public readonly billing: CloudAwsIntegrationsBilling; billing block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} --- @@ -4770,7 +4770,7 @@ public readonly cloudfront: CloudAwsIntegrationsCloudfront; cloudfront block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} --- @@ -4784,7 +4784,7 @@ public readonly cloudtrail: CloudAwsIntegrationsCloudtrail; cloudtrail block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} --- @@ -4798,7 +4798,7 @@ public readonly docDb: CloudAwsIntegrationsDocDb; doc_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} --- @@ -4812,7 +4812,7 @@ public readonly dynamodb: CloudAwsIntegrationsDynamodb; dynamodb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} --- @@ -4826,7 +4826,7 @@ public readonly ebs: CloudAwsIntegrationsEbs; ebs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} --- @@ -4840,7 +4840,7 @@ public readonly ec2: CloudAwsIntegrationsEc2; ec2 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} --- @@ -4854,7 +4854,7 @@ public readonly ecs: CloudAwsIntegrationsEcs; ecs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} --- @@ -4868,7 +4868,7 @@ public readonly efs: CloudAwsIntegrationsEfs; efs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} --- @@ -4882,7 +4882,7 @@ public readonly elasticache: CloudAwsIntegrationsElasticache; elasticache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} --- @@ -4896,7 +4896,7 @@ public readonly elasticbeanstalk: CloudAwsIntegrationsElasticbeanstalk; elasticbeanstalk block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} --- @@ -4910,7 +4910,7 @@ public readonly elasticsearch: CloudAwsIntegrationsElasticsearch; elasticsearch block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} --- @@ -4924,7 +4924,7 @@ public readonly elb: CloudAwsIntegrationsElb; elb block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} --- @@ -4938,7 +4938,7 @@ public readonly emr: CloudAwsIntegrationsEmr; emr block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} --- @@ -4952,7 +4952,7 @@ public readonly health: CloudAwsIntegrationsHealth; health block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} --- @@ -4966,7 +4966,7 @@ public readonly iam: CloudAwsIntegrationsIam; iam block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} --- @@ -4978,7 +4978,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#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. @@ -4995,7 +4995,7 @@ public readonly iot: CloudAwsIntegrationsIot; iot block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} --- @@ -5009,7 +5009,7 @@ public readonly kinesis: CloudAwsIntegrationsKinesis; kinesis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} --- @@ -5023,7 +5023,7 @@ public readonly kinesisFirehose: CloudAwsIntegrationsKinesisFirehose; kinesis_firehose block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} --- @@ -5037,7 +5037,7 @@ public readonly lambda: CloudAwsIntegrationsLambda; lambda block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} --- @@ -5051,7 +5051,7 @@ public readonly rds: CloudAwsIntegrationsRds; rds block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} --- @@ -5065,7 +5065,7 @@ public readonly redshift: CloudAwsIntegrationsRedshift; redshift block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} --- @@ -5079,7 +5079,7 @@ public readonly route53: CloudAwsIntegrationsRoute53; route53 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} --- @@ -5093,7 +5093,7 @@ public readonly s3: CloudAwsIntegrationsS3; s3 block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} --- @@ -5107,7 +5107,7 @@ public readonly ses: CloudAwsIntegrationsSes; ses block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} --- @@ -5121,7 +5121,7 @@ public readonly sns: CloudAwsIntegrationsSns; sns block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} --- @@ -5135,7 +5135,7 @@ public readonly sqs: CloudAwsIntegrationsSqs; sqs block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} --- @@ -5149,7 +5149,7 @@ public readonly trustedAdvisor: CloudAwsIntegrationsTrustedAdvisor; trusted_advisor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} --- @@ -5163,7 +5163,7 @@ public readonly vpc: CloudAwsIntegrationsVpc; vpc block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} --- @@ -5177,7 +5177,7 @@ public readonly xRay: CloudAwsIntegrationsXRay; x_ray block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} --- @@ -5210,7 +5210,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5224,7 +5224,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5261,7 +5261,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5277,7 +5277,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -5293,7 +5293,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -5307,7 +5307,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5321,7 +5321,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5335,7 +5335,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5371,7 +5371,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5387,7 +5387,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -5401,7 +5401,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5415,7 +5415,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5429,7 +5429,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5466,7 +5466,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5480,7 +5480,7 @@ public readonly duplicateEc2Tags: boolean | IResolvable; Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags} --- @@ -5494,7 +5494,7 @@ public readonly fetchIpAddresses: boolean | IResolvable; Specify if IP addresses of ec2 instance should be collected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses} --- @@ -5508,7 +5508,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5522,7 +5522,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5536,7 +5536,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5572,7 +5572,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5588,7 +5588,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -5602,7 +5602,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5616,7 +5616,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5630,7 +5630,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5666,7 +5666,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5682,7 +5682,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -5696,7 +5696,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5710,7 +5710,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5724,7 +5724,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5760,7 +5760,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5776,7 +5776,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -5790,7 +5790,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5804,7 +5804,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5818,7 +5818,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5855,7 +5855,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5871,7 +5871,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -5887,7 +5887,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -5901,7 +5901,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -5915,7 +5915,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -5929,7 +5929,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -5965,7 +5965,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -5981,7 +5981,7 @@ Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes} --- @@ -5995,7 +5995,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6009,7 +6009,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6023,7 +6023,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6058,7 +6058,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6074,7 +6074,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -6090,7 +6090,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6104,7 +6104,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6140,7 +6140,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6156,7 +6156,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6170,7 +6170,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6184,7 +6184,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6198,7 +6198,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6230,7 +6230,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6264,7 +6264,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6278,7 +6278,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6292,7 +6292,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6325,7 +6325,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6339,7 +6339,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6376,7 +6376,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6392,7 +6392,7 @@ Specify if Shards should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards} --- @@ -6408,7 +6408,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6422,7 +6422,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6436,7 +6436,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6450,7 +6450,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6483,7 +6483,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6497,7 +6497,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6533,7 +6533,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6549,7 +6549,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6563,7 +6563,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6577,7 +6577,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6591,7 +6591,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6627,7 +6627,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6643,7 +6643,7 @@ Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6657,7 +6657,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6671,7 +6671,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6685,7 +6685,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6720,7 +6720,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6734,7 +6734,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6748,7 +6748,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6762,7 +6762,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6797,7 +6797,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -6811,7 +6811,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6849,7 +6849,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -6865,7 +6865,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -6879,7 +6879,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6893,7 +6893,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -6907,7 +6907,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -6940,7 +6940,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -6954,7 +6954,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -6988,7 +6988,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7004,7 +7004,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -7018,7 +7018,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7056,7 +7056,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7072,7 +7072,7 @@ Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} --- @@ -7088,7 +7088,7 @@ Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} --- @@ -7102,7 +7102,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7116,7 +7116,7 @@ public readonly queuePrefixes: string[]; Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes} --- @@ -7130,7 +7130,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7144,7 +7144,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7176,7 +7176,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7213,7 +7213,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7229,7 +7229,7 @@ Specify if NAT gateway should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway} --- @@ -7245,7 +7245,7 @@ Specify if VPN should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn} --- @@ -7259,7 +7259,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- @@ -7273,7 +7273,7 @@ public readonly tagKey: string; Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} --- @@ -7287,7 +7287,7 @@ public readonly tagValue: string; Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} --- @@ -7320,7 +7320,7 @@ public readonly awsRegions: string[]; Specify each AWS region that includes the resources that you want to monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} --- @@ -7334,7 +7334,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} --- diff --git a/docs/cloudAwsLinkAccount.csharp.md b/docs/cloudAwsLinkAccount.csharp.md index 8a6cf211f..97ce0654e 100644 --- a/docs/cloudAwsLinkAccount.csharp.md +++ b/docs/cloudAwsLinkAccount.csharp.md @@ -4,7 +4,7 @@ ### CloudAwsLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account newrelic_cloud_aws_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account newrelic_cloud_aws_link_account}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the CloudAwsLinkAccount to imp The id of the existing CloudAwsLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#import import section} in the documentation of this resource for the id to use --- @@ -830,7 +830,7 @@ new CloudAwsLinkAccountConfig { | Arn | string | The AWS role ARN. | | Name | string | The name of the linked account. | | AccountId | double | The New Relic account ID where you want to link the AWS account. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. | | MetricCollectionMode | string | How metrics will be collected. Defaults to `PULL` if empty. | --- @@ -915,7 +915,7 @@ public string Arn { get; set; } The AWS role ARN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} --- @@ -929,7 +929,7 @@ public string Name { get; set; } The name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} --- @@ -943,7 +943,7 @@ public double AccountId { get; set; } The New Relic account ID where you want to link the AWS account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} --- @@ -955,7 +955,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#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. @@ -972,7 +972,7 @@ public string MetricCollectionMode { get; set; } How metrics will be collected. Defaults to `PULL` if empty. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} --- diff --git a/docs/cloudAwsLinkAccount.go.md b/docs/cloudAwsLinkAccount.go.md index b6d50f2c7..ac7dbe15f 100644 --- a/docs/cloudAwsLinkAccount.go.md +++ b/docs/cloudAwsLinkAccount.go.md @@ -4,7 +4,7 @@ ### CloudAwsLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account newrelic_cloud_aws_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account newrelic_cloud_aws_link_account}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the CloudAwsLinkAccount to imp The id of the existing CloudAwsLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#import import section} in the documentation of this resource for the id to use --- @@ -830,7 +830,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudawslinkacc | Arn | *string | The AWS role ARN. | | Name | *string | The name of the linked account. | | AccountId | *f64 | The New Relic account ID where you want to link the AWS account. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. | | MetricCollectionMode | *string | How metrics will be collected. Defaults to `PULL` if empty. | --- @@ -915,7 +915,7 @@ Arn *string The AWS role ARN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} --- @@ -929,7 +929,7 @@ Name *string The name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} --- @@ -943,7 +943,7 @@ AccountId *f64 The New Relic account ID where you want to link the AWS account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} --- @@ -955,7 +955,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#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. @@ -972,7 +972,7 @@ MetricCollectionMode *string How metrics will be collected. Defaults to `PULL` if empty. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} --- diff --git a/docs/cloudAwsLinkAccount.java.md b/docs/cloudAwsLinkAccount.java.md index 8a37cfc20..877d39bf0 100644 --- a/docs/cloudAwsLinkAccount.java.md +++ b/docs/cloudAwsLinkAccount.java.md @@ -4,7 +4,7 @@ ### CloudAwsLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account newrelic_cloud_aws_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account newrelic_cloud_aws_link_account}. #### Initializers @@ -45,7 +45,7 @@ CloudAwsLinkAccount.Builder.create(Construct scope, java.lang.String id) | arn | java.lang.String | The AWS role ARN. | | name | java.lang.String | The name of the linked account. | | accountId | java.lang.Number | The New Relic account ID where you want to link the AWS account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. | | metricCollectionMode | java.lang.String | How metrics will be collected. Defaults to `PULL` if empty. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The AWS role ARN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to link the AWS account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#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. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t How metrics will be collected. Defaults to `PULL` if empty. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} --- @@ -605,7 +605,7 @@ The construct id used in the generated config for the CloudAwsLinkAccount to imp The id of the existing CloudAwsLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#import import section} in the documentation of this resource for the id to use --- @@ -951,7 +951,7 @@ CloudAwsLinkAccountConfig.builder() | arn | java.lang.String | The AWS role ARN. | | name | java.lang.String | The name of the linked account. | | accountId | java.lang.Number | The New Relic account ID where you want to link the AWS account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. | | metricCollectionMode | java.lang.String | How metrics will be collected. Defaults to `PULL` if empty. | --- @@ -1036,7 +1036,7 @@ public java.lang.String getArn(); The AWS role ARN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} --- @@ -1050,7 +1050,7 @@ public java.lang.String getName(); The name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} --- @@ -1064,7 +1064,7 @@ public java.lang.Number getAccountId(); The New Relic account ID where you want to link the AWS account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} --- @@ -1076,7 +1076,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#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. @@ -1093,7 +1093,7 @@ public java.lang.String getMetricCollectionMode(); How metrics will be collected. Defaults to `PULL` if empty. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} --- diff --git a/docs/cloudAwsLinkAccount.python.md b/docs/cloudAwsLinkAccount.python.md index a0c72138d..11bdc45d0 100644 --- a/docs/cloudAwsLinkAccount.python.md +++ b/docs/cloudAwsLinkAccount.python.md @@ -4,7 +4,7 @@ ### CloudAwsLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account newrelic_cloud_aws_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account newrelic_cloud_aws_link_account}. #### Initializers @@ -43,7 +43,7 @@ cloudAwsLinkAccount.CloudAwsLinkAccount( | arn | str | The AWS role ARN. | | name | str | The name of the linked account. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to link the AWS account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. | | metric_collection_mode | str | How metrics will be collected. Defaults to `PULL` if empty. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The AWS role ARN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to link the AWS account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#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. @@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t How metrics will be collected. Defaults to `PULL` if empty. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} --- @@ -649,7 +649,7 @@ The construct id used in the generated config for the CloudAwsLinkAccount to imp The id of the existing CloudAwsLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#import import section} in the documentation of this resource for the id to use --- @@ -991,7 +991,7 @@ cloudAwsLinkAccount.CloudAwsLinkAccountConfig( | arn | str | The AWS role ARN. | | name | str | The name of the linked account. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to link the AWS account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. | | metric_collection_mode | str | How metrics will be collected. Defaults to `PULL` if empty. | --- @@ -1076,7 +1076,7 @@ arn: str The AWS role ARN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} --- @@ -1090,7 +1090,7 @@ name: str The name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} --- @@ -1104,7 +1104,7 @@ account_id: typing.Union[int, float] The New Relic account ID where you want to link the AWS account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} --- @@ -1116,7 +1116,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#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. @@ -1133,7 +1133,7 @@ metric_collection_mode: str How metrics will be collected. Defaults to `PULL` if empty. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} --- diff --git a/docs/cloudAwsLinkAccount.typescript.md b/docs/cloudAwsLinkAccount.typescript.md index c97c5bdca..ea30dfc73 100644 --- a/docs/cloudAwsLinkAccount.typescript.md +++ b/docs/cloudAwsLinkAccount.typescript.md @@ -4,7 +4,7 @@ ### CloudAwsLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account newrelic_cloud_aws_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account newrelic_cloud_aws_link_account}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the CloudAwsLinkAccount to imp The id of the existing CloudAwsLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#import import section} in the documentation of this resource for the id to use --- @@ -817,7 +817,7 @@ const cloudAwsLinkAccountConfig: cloudAwsLinkAccount.CloudAwsLinkAccountConfig = | arn | string | The AWS role ARN. | | name | string | The name of the linked account. | | accountId | number | The New Relic account ID where you want to link the AWS account. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. | | metricCollectionMode | string | How metrics will be collected. Defaults to `PULL` if empty. | --- @@ -902,7 +902,7 @@ public readonly arn: string; The AWS role ARN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} --- @@ -916,7 +916,7 @@ public readonly name: string; The name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} --- @@ -930,7 +930,7 @@ public readonly accountId: number; The New Relic account ID where you want to link the AWS account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} --- @@ -942,7 +942,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#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. @@ -959,7 +959,7 @@ public readonly metricCollectionMode: string; How metrics will be collected. Defaults to `PULL` if empty. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} --- diff --git a/docs/cloudAzureIntegrations.csharp.md b/docs/cloudAzureIntegrations.csharp.md index 3da715766..2be948de1 100644 --- a/docs/cloudAzureIntegrations.csharp.md +++ b/docs/cloudAzureIntegrations.csharp.md @@ -4,7 +4,7 @@ ### CloudAzureIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations}. #### Initializers @@ -1121,7 +1121,7 @@ The construct id used in the generated config for the CloudAzureIntegrations to The id of the existing CloudAzureIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#import import section} in the documentation of this resource for the id to use --- @@ -2118,7 +2118,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2132,7 +2132,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2168,7 +2168,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2182,7 +2182,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2218,7 +2218,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2232,7 +2232,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2314,7 +2314,7 @@ new CloudAzureIntegrationsConfig { | Firewalls | CloudAzureIntegrationsFirewalls | firewalls block. | | FrontDoor | CloudAzureIntegrationsFrontDoor | front_door block. | | Functions | CloudAzureIntegrationsFunctions | functions block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. | | KeyVault | CloudAzureIntegrationsKeyVault | key_vault block. | | LoadBalancer | CloudAzureIntegrationsLoadBalancer | load_balancer block. | | LogicApps | CloudAzureIntegrationsLogicApps | logic_apps block. | @@ -2418,7 +2418,7 @@ public double LinkedAccountId { get; set; } The ID of the linked Azure account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} --- @@ -2432,7 +2432,7 @@ public double AccountId { get; set; } The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} --- @@ -2446,7 +2446,7 @@ public CloudAzureIntegrationsApiManagement ApiManagement { get; set; } api_management block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} --- @@ -2460,7 +2460,7 @@ public CloudAzureIntegrationsAppGateway AppGateway { get; set; } app_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} --- @@ -2474,7 +2474,7 @@ public CloudAzureIntegrationsAppService AppService { get; set; } app_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} --- @@ -2488,7 +2488,7 @@ public CloudAzureIntegrationsContainers Containers { get; set; } containers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} --- @@ -2502,7 +2502,7 @@ public CloudAzureIntegrationsCosmosDb CosmosDb { get; set; } cosmos_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} --- @@ -2516,7 +2516,7 @@ public CloudAzureIntegrationsCostManagement CostManagement { get; set; } cost_management block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} --- @@ -2530,7 +2530,7 @@ public CloudAzureIntegrationsDataFactory DataFactory { get; set; } data_factory block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} --- @@ -2544,7 +2544,7 @@ public CloudAzureIntegrationsEventHub EventHub { get; set; } event_hub block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} --- @@ -2558,7 +2558,7 @@ public CloudAzureIntegrationsExpressRoute ExpressRoute { get; set; } express_route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} --- @@ -2572,7 +2572,7 @@ public CloudAzureIntegrationsFirewalls Firewalls { get; set; } firewalls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} --- @@ -2586,7 +2586,7 @@ public CloudAzureIntegrationsFrontDoor FrontDoor { get; set; } front_door block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} --- @@ -2600,7 +2600,7 @@ public CloudAzureIntegrationsFunctions Functions { get; set; } functions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} --- @@ -2612,7 +2612,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#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. @@ -2629,7 +2629,7 @@ public CloudAzureIntegrationsKeyVault KeyVault { get; set; } key_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} --- @@ -2643,7 +2643,7 @@ public CloudAzureIntegrationsLoadBalancer LoadBalancer { get; set; } load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} --- @@ -2657,7 +2657,7 @@ public CloudAzureIntegrationsLogicApps LogicApps { get; set; } logic_apps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} --- @@ -2671,7 +2671,7 @@ public CloudAzureIntegrationsMachineLearning MachineLearning { get; set; } machine_learning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} --- @@ -2685,7 +2685,7 @@ public CloudAzureIntegrationsMariaDb MariaDb { get; set; } maria_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} --- @@ -2699,7 +2699,7 @@ public CloudAzureIntegrationsMonitor Monitor { get; set; } monitor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} --- @@ -2713,7 +2713,7 @@ public CloudAzureIntegrationsMysql Mysql { get; set; } mysql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} --- @@ -2727,7 +2727,7 @@ public CloudAzureIntegrationsMysqlFlexible MysqlFlexible { get; set; } mysql_flexible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} --- @@ -2741,7 +2741,7 @@ public CloudAzureIntegrationsPostgresql Postgresql { get; set; } postgresql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} --- @@ -2755,7 +2755,7 @@ public CloudAzureIntegrationsPostgresqlFlexible PostgresqlFlexible { get; set; } postgresql_flexible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} --- @@ -2769,7 +2769,7 @@ public CloudAzureIntegrationsPowerBiDedicated PowerBiDedicated { get; set; } power_bi_dedicated block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} --- @@ -2783,7 +2783,7 @@ public CloudAzureIntegrationsRedisCache RedisCache { get; set; } redis_cache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} --- @@ -2797,7 +2797,7 @@ public CloudAzureIntegrationsServiceBus ServiceBus { get; set; } service_bus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} --- @@ -2811,7 +2811,7 @@ public CloudAzureIntegrationsSql Sql { get; set; } sql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} --- @@ -2825,7 +2825,7 @@ public CloudAzureIntegrationsSqlManaged SqlManaged { get; set; } sql_managed block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} --- @@ -2839,7 +2839,7 @@ public CloudAzureIntegrationsStorage Storage { get; set; } storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} --- @@ -2853,7 +2853,7 @@ public CloudAzureIntegrationsVirtualMachine VirtualMachine { get; set; } virtual_machine block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} --- @@ -2867,7 +2867,7 @@ public CloudAzureIntegrationsVirtualNetworks VirtualNetworks { get; set; } virtual_networks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} --- @@ -2881,7 +2881,7 @@ public CloudAzureIntegrationsVms Vms { get; set; } vms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} --- @@ -2895,7 +2895,7 @@ public CloudAzureIntegrationsVpnGateway VpnGateway { get; set; } vpn_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} --- @@ -2931,7 +2931,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2945,7 +2945,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2981,7 +2981,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2995,7 +2995,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3031,7 +3031,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3045,7 +3045,7 @@ public string[] TagKeys { get; set; } Specify if additional cost data per tag should be collected. This field is case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys} --- @@ -3081,7 +3081,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3095,7 +3095,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3131,7 +3131,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3145,7 +3145,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3181,7 +3181,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3195,7 +3195,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3231,7 +3231,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3245,7 +3245,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3281,7 +3281,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3295,7 +3295,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3331,7 +3331,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3345,7 +3345,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3381,7 +3381,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3395,7 +3395,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3431,7 +3431,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3445,7 +3445,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3481,7 +3481,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3495,7 +3495,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3531,7 +3531,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3545,7 +3545,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3581,7 +3581,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3595,7 +3595,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3639,7 +3639,7 @@ public object Enabled { get; set; } A flag that specifies if the integration is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled} --- @@ -3653,7 +3653,7 @@ public string[] ExcludeTags { get; set; } Specify resource tags in 'key:value' form to be excluded from monitoring. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags} --- @@ -3667,7 +3667,7 @@ public string[] IncludeTags { get; set; } Specify resource tags in 'key:value' form to be monitored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags} --- @@ -3681,7 +3681,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3695,7 +3695,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3709,7 +3709,7 @@ public string[] ResourceTypes { get; set; } Specify each Azure resource type that needs to be monitored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types} --- @@ -3745,7 +3745,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3759,7 +3759,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3795,7 +3795,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3809,7 +3809,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3845,7 +3845,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3859,7 +3859,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3895,7 +3895,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3909,7 +3909,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3945,7 +3945,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3959,7 +3959,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3995,7 +3995,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4009,7 +4009,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4045,7 +4045,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4059,7 +4059,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4095,7 +4095,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4109,7 +4109,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4145,7 +4145,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4159,7 +4159,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4195,7 +4195,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4209,7 +4209,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4245,7 +4245,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4259,7 +4259,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4295,7 +4295,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4309,7 +4309,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4345,7 +4345,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4359,7 +4359,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4395,7 +4395,7 @@ public double MetricsPollingInterval { get; set; } The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4409,7 +4409,7 @@ public string[] ResourceGroups { get; set; } Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- diff --git a/docs/cloudAzureIntegrations.go.md b/docs/cloudAzureIntegrations.go.md index f1e5f1532..8d5eef43e 100644 --- a/docs/cloudAzureIntegrations.go.md +++ b/docs/cloudAzureIntegrations.go.md @@ -4,7 +4,7 @@ ### CloudAzureIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations}. #### Initializers @@ -1121,7 +1121,7 @@ The construct id used in the generated config for the CloudAzureIntegrations to The id of the existing CloudAzureIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#import import section} in the documentation of this resource for the id to use --- @@ -2118,7 +2118,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2132,7 +2132,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2168,7 +2168,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2182,7 +2182,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2218,7 +2218,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2232,7 +2232,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2314,7 +2314,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazureinteg | Firewalls | CloudAzureIntegrationsFirewalls | firewalls block. | | FrontDoor | CloudAzureIntegrationsFrontDoor | front_door block. | | Functions | CloudAzureIntegrationsFunctions | functions block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. | | KeyVault | CloudAzureIntegrationsKeyVault | key_vault block. | | LoadBalancer | CloudAzureIntegrationsLoadBalancer | load_balancer block. | | LogicApps | CloudAzureIntegrationsLogicApps | logic_apps block. | @@ -2418,7 +2418,7 @@ LinkedAccountId *f64 The ID of the linked Azure account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} --- @@ -2432,7 +2432,7 @@ AccountId *f64 The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} --- @@ -2446,7 +2446,7 @@ ApiManagement CloudAzureIntegrationsApiManagement api_management block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} --- @@ -2460,7 +2460,7 @@ AppGateway CloudAzureIntegrationsAppGateway app_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} --- @@ -2474,7 +2474,7 @@ AppService CloudAzureIntegrationsAppService app_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} --- @@ -2488,7 +2488,7 @@ Containers CloudAzureIntegrationsContainers containers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} --- @@ -2502,7 +2502,7 @@ CosmosDb CloudAzureIntegrationsCosmosDb cosmos_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} --- @@ -2516,7 +2516,7 @@ CostManagement CloudAzureIntegrationsCostManagement cost_management block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} --- @@ -2530,7 +2530,7 @@ DataFactory CloudAzureIntegrationsDataFactory data_factory block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} --- @@ -2544,7 +2544,7 @@ EventHub CloudAzureIntegrationsEventHub event_hub block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} --- @@ -2558,7 +2558,7 @@ ExpressRoute CloudAzureIntegrationsExpressRoute express_route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} --- @@ -2572,7 +2572,7 @@ Firewalls CloudAzureIntegrationsFirewalls firewalls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} --- @@ -2586,7 +2586,7 @@ FrontDoor CloudAzureIntegrationsFrontDoor front_door block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} --- @@ -2600,7 +2600,7 @@ Functions CloudAzureIntegrationsFunctions functions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} --- @@ -2612,7 +2612,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#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. @@ -2629,7 +2629,7 @@ KeyVault CloudAzureIntegrationsKeyVault key_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} --- @@ -2643,7 +2643,7 @@ LoadBalancer CloudAzureIntegrationsLoadBalancer load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} --- @@ -2657,7 +2657,7 @@ LogicApps CloudAzureIntegrationsLogicApps logic_apps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} --- @@ -2671,7 +2671,7 @@ MachineLearning CloudAzureIntegrationsMachineLearning machine_learning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} --- @@ -2685,7 +2685,7 @@ MariaDb CloudAzureIntegrationsMariaDb maria_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} --- @@ -2699,7 +2699,7 @@ Monitor CloudAzureIntegrationsMonitor monitor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} --- @@ -2713,7 +2713,7 @@ Mysql CloudAzureIntegrationsMysql mysql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} --- @@ -2727,7 +2727,7 @@ MysqlFlexible CloudAzureIntegrationsMysqlFlexible mysql_flexible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} --- @@ -2741,7 +2741,7 @@ Postgresql CloudAzureIntegrationsPostgresql postgresql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} --- @@ -2755,7 +2755,7 @@ PostgresqlFlexible CloudAzureIntegrationsPostgresqlFlexible postgresql_flexible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} --- @@ -2769,7 +2769,7 @@ PowerBiDedicated CloudAzureIntegrationsPowerBiDedicated power_bi_dedicated block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} --- @@ -2783,7 +2783,7 @@ RedisCache CloudAzureIntegrationsRedisCache redis_cache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} --- @@ -2797,7 +2797,7 @@ ServiceBus CloudAzureIntegrationsServiceBus service_bus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} --- @@ -2811,7 +2811,7 @@ Sql CloudAzureIntegrationsSql sql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} --- @@ -2825,7 +2825,7 @@ SqlManaged CloudAzureIntegrationsSqlManaged sql_managed block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} --- @@ -2839,7 +2839,7 @@ Storage CloudAzureIntegrationsStorage storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} --- @@ -2853,7 +2853,7 @@ VirtualMachine CloudAzureIntegrationsVirtualMachine virtual_machine block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} --- @@ -2867,7 +2867,7 @@ VirtualNetworks CloudAzureIntegrationsVirtualNetworks virtual_networks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} --- @@ -2881,7 +2881,7 @@ Vms CloudAzureIntegrationsVms vms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} --- @@ -2895,7 +2895,7 @@ VpnGateway CloudAzureIntegrationsVpnGateway vpn_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} --- @@ -2931,7 +2931,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2945,7 +2945,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2981,7 +2981,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2995,7 +2995,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3031,7 +3031,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3045,7 +3045,7 @@ TagKeys *[]*string Specify if additional cost data per tag should be collected. This field is case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys} --- @@ -3081,7 +3081,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3095,7 +3095,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3131,7 +3131,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3145,7 +3145,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3181,7 +3181,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3195,7 +3195,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3231,7 +3231,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3245,7 +3245,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3281,7 +3281,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3295,7 +3295,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3331,7 +3331,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3345,7 +3345,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3381,7 +3381,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3395,7 +3395,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3431,7 +3431,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3445,7 +3445,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3481,7 +3481,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3495,7 +3495,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3531,7 +3531,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3545,7 +3545,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3581,7 +3581,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3595,7 +3595,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3639,7 +3639,7 @@ Enabled interface{} A flag that specifies if the integration is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled} --- @@ -3653,7 +3653,7 @@ ExcludeTags *[]*string Specify resource tags in 'key:value' form to be excluded from monitoring. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags} --- @@ -3667,7 +3667,7 @@ IncludeTags *[]*string Specify resource tags in 'key:value' form to be monitored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags} --- @@ -3681,7 +3681,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3695,7 +3695,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3709,7 +3709,7 @@ ResourceTypes *[]*string Specify each Azure resource type that needs to be monitored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types} --- @@ -3745,7 +3745,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3759,7 +3759,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3795,7 +3795,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3809,7 +3809,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3845,7 +3845,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3859,7 +3859,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3895,7 +3895,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3909,7 +3909,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3945,7 +3945,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3959,7 +3959,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3995,7 +3995,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4009,7 +4009,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4045,7 +4045,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4059,7 +4059,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4095,7 +4095,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4109,7 +4109,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4145,7 +4145,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4159,7 +4159,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4195,7 +4195,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4209,7 +4209,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4245,7 +4245,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4259,7 +4259,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4295,7 +4295,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4309,7 +4309,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4345,7 +4345,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4359,7 +4359,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4395,7 +4395,7 @@ MetricsPollingInterval *f64 The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4409,7 +4409,7 @@ ResourceGroups *[]*string Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- diff --git a/docs/cloudAzureIntegrations.java.md b/docs/cloudAzureIntegrations.java.md index cff68702b..9fbfecb45 100644 --- a/docs/cloudAzureIntegrations.java.md +++ b/docs/cloudAzureIntegrations.java.md @@ -4,7 +4,7 @@ ### CloudAzureIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations}. #### Initializers @@ -86,7 +86,7 @@ CloudAzureIntegrations.Builder.create(Construct scope, java.lang.String id) | firewalls | CloudAzureIntegrationsFirewalls | firewalls block. | | frontDoor | CloudAzureIntegrationsFrontDoor | front_door block. | | functions | CloudAzureIntegrationsFunctions | functions block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. | | keyVault | CloudAzureIntegrationsKeyVault | key_vault block. | | loadBalancer | CloudAzureIntegrationsLoadBalancer | load_balancer block. | | logicApps | CloudAzureIntegrationsLogicApps | logic_apps block. | @@ -176,7 +176,7 @@ Must be unique amongst siblings in the same scope The ID of the linked Azure account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre api_management block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre app_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre app_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre containers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre cosmos_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} --- @@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre cost_management block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre data_factory block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre event_hub block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre express_route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} --- @@ -286,7 +286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre firewalls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} --- @@ -296,7 +296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre front_door block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} --- @@ -306,7 +306,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre functions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} --- @@ -314,7 +314,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#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. @@ -327,7 +327,7 @@ If you experience problems setting this value it might not be settable. Please t key_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} --- @@ -337,7 +337,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} --- @@ -347,7 +347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre logic_apps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} --- @@ -357,7 +357,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre machine_learning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} --- @@ -367,7 +367,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre maria_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} --- @@ -377,7 +377,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre monitor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} --- @@ -387,7 +387,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre mysql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} --- @@ -397,7 +397,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre mysql_flexible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} --- @@ -407,7 +407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre postgresql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} --- @@ -417,7 +417,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre postgresql_flexible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} --- @@ -427,7 +427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre power_bi_dedicated block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} --- @@ -437,7 +437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre redis_cache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} --- @@ -447,7 +447,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre service_bus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} --- @@ -457,7 +457,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre sql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} --- @@ -467,7 +467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre sql_managed block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} --- @@ -477,7 +477,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} --- @@ -487,7 +487,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre virtual_machine block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} --- @@ -497,7 +497,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre virtual_networks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} --- @@ -507,7 +507,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre vms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} --- @@ -517,7 +517,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre vpn_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} --- @@ -1598,7 +1598,7 @@ The construct id used in the generated config for the CloudAzureIntegrations to The id of the existing CloudAzureIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#import import section} in the documentation of this resource for the id to use --- @@ -2595,7 +2595,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2609,7 +2609,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2645,7 +2645,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2659,7 +2659,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2695,7 +2695,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2709,7 +2709,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2795,7 +2795,7 @@ CloudAzureIntegrationsConfig.builder() | firewalls | CloudAzureIntegrationsFirewalls | firewalls block. | | frontDoor | CloudAzureIntegrationsFrontDoor | front_door block. | | functions | CloudAzureIntegrationsFunctions | functions block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. | | keyVault | CloudAzureIntegrationsKeyVault | key_vault block. | | loadBalancer | CloudAzureIntegrationsLoadBalancer | load_balancer block. | | logicApps | CloudAzureIntegrationsLogicApps | logic_apps block. | @@ -2899,7 +2899,7 @@ public java.lang.Number getLinkedAccountId(); The ID of the linked Azure account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} --- @@ -2913,7 +2913,7 @@ public java.lang.Number getAccountId(); The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} --- @@ -2927,7 +2927,7 @@ public CloudAzureIntegrationsApiManagement getApiManagement(); api_management block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} --- @@ -2941,7 +2941,7 @@ public CloudAzureIntegrationsAppGateway getAppGateway(); app_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} --- @@ -2955,7 +2955,7 @@ public CloudAzureIntegrationsAppService getAppService(); app_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} --- @@ -2969,7 +2969,7 @@ public CloudAzureIntegrationsContainers getContainers(); containers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} --- @@ -2983,7 +2983,7 @@ public CloudAzureIntegrationsCosmosDb getCosmosDb(); cosmos_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} --- @@ -2997,7 +2997,7 @@ public CloudAzureIntegrationsCostManagement getCostManagement(); cost_management block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} --- @@ -3011,7 +3011,7 @@ public CloudAzureIntegrationsDataFactory getDataFactory(); data_factory block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} --- @@ -3025,7 +3025,7 @@ public CloudAzureIntegrationsEventHub getEventHub(); event_hub block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} --- @@ -3039,7 +3039,7 @@ public CloudAzureIntegrationsExpressRoute getExpressRoute(); express_route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} --- @@ -3053,7 +3053,7 @@ public CloudAzureIntegrationsFirewalls getFirewalls(); firewalls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} --- @@ -3067,7 +3067,7 @@ public CloudAzureIntegrationsFrontDoor getFrontDoor(); front_door block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} --- @@ -3081,7 +3081,7 @@ public CloudAzureIntegrationsFunctions getFunctions(); functions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} --- @@ -3093,7 +3093,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#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. @@ -3110,7 +3110,7 @@ public CloudAzureIntegrationsKeyVault getKeyVault(); key_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} --- @@ -3124,7 +3124,7 @@ public CloudAzureIntegrationsLoadBalancer getLoadBalancer(); load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} --- @@ -3138,7 +3138,7 @@ public CloudAzureIntegrationsLogicApps getLogicApps(); logic_apps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} --- @@ -3152,7 +3152,7 @@ public CloudAzureIntegrationsMachineLearning getMachineLearning(); machine_learning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} --- @@ -3166,7 +3166,7 @@ public CloudAzureIntegrationsMariaDb getMariaDb(); maria_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} --- @@ -3180,7 +3180,7 @@ public CloudAzureIntegrationsMonitor getMonitor(); monitor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} --- @@ -3194,7 +3194,7 @@ public CloudAzureIntegrationsMysql getMysql(); mysql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} --- @@ -3208,7 +3208,7 @@ public CloudAzureIntegrationsMysqlFlexible getMysqlFlexible(); mysql_flexible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} --- @@ -3222,7 +3222,7 @@ public CloudAzureIntegrationsPostgresql getPostgresql(); postgresql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} --- @@ -3236,7 +3236,7 @@ public CloudAzureIntegrationsPostgresqlFlexible getPostgresqlFlexible(); postgresql_flexible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} --- @@ -3250,7 +3250,7 @@ public CloudAzureIntegrationsPowerBiDedicated getPowerBiDedicated(); power_bi_dedicated block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} --- @@ -3264,7 +3264,7 @@ public CloudAzureIntegrationsRedisCache getRedisCache(); redis_cache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} --- @@ -3278,7 +3278,7 @@ public CloudAzureIntegrationsServiceBus getServiceBus(); service_bus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} --- @@ -3292,7 +3292,7 @@ public CloudAzureIntegrationsSql getSql(); sql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} --- @@ -3306,7 +3306,7 @@ public CloudAzureIntegrationsSqlManaged getSqlManaged(); sql_managed block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} --- @@ -3320,7 +3320,7 @@ public CloudAzureIntegrationsStorage getStorage(); storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} --- @@ -3334,7 +3334,7 @@ public CloudAzureIntegrationsVirtualMachine getVirtualMachine(); virtual_machine block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} --- @@ -3348,7 +3348,7 @@ public CloudAzureIntegrationsVirtualNetworks getVirtualNetworks(); virtual_networks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} --- @@ -3362,7 +3362,7 @@ public CloudAzureIntegrationsVms getVms(); vms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} --- @@ -3376,7 +3376,7 @@ public CloudAzureIntegrationsVpnGateway getVpnGateway(); vpn_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} --- @@ -3412,7 +3412,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3426,7 +3426,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3462,7 +3462,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3476,7 +3476,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3512,7 +3512,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3526,7 +3526,7 @@ public java.util.List getTagKeys(); Specify if additional cost data per tag should be collected. This field is case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys} --- @@ -3562,7 +3562,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3576,7 +3576,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3612,7 +3612,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3626,7 +3626,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3662,7 +3662,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3676,7 +3676,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3712,7 +3712,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3726,7 +3726,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3762,7 +3762,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3776,7 +3776,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3812,7 +3812,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3826,7 +3826,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3862,7 +3862,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3876,7 +3876,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3912,7 +3912,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3926,7 +3926,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3962,7 +3962,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3976,7 +3976,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4012,7 +4012,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4026,7 +4026,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4062,7 +4062,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4076,7 +4076,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4121,7 +4121,7 @@ public java.lang.Object getEnabled(); A flag that specifies if the integration is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled} --- @@ -4135,7 +4135,7 @@ public java.util.List getExcludeTags(); Specify resource tags in 'key:value' form to be excluded from monitoring. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags} --- @@ -4149,7 +4149,7 @@ public java.util.List getIncludeTags(); Specify resource tags in 'key:value' form to be monitored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags} --- @@ -4163,7 +4163,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4177,7 +4177,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4191,7 +4191,7 @@ public java.util.List getResourceTypes(); Specify each Azure resource type that needs to be monitored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types} --- @@ -4227,7 +4227,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4241,7 +4241,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4277,7 +4277,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4291,7 +4291,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4327,7 +4327,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4341,7 +4341,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4377,7 +4377,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4391,7 +4391,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4427,7 +4427,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4441,7 +4441,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4477,7 +4477,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4491,7 +4491,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4527,7 +4527,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4541,7 +4541,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4577,7 +4577,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4591,7 +4591,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4627,7 +4627,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4641,7 +4641,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4677,7 +4677,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4691,7 +4691,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4727,7 +4727,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4741,7 +4741,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4777,7 +4777,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4791,7 +4791,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4827,7 +4827,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4841,7 +4841,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4877,7 +4877,7 @@ public java.lang.Number getMetricsPollingInterval(); The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4891,7 +4891,7 @@ public java.util.List getResourceGroups(); Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- diff --git a/docs/cloudAzureIntegrations.python.md b/docs/cloudAzureIntegrations.python.md index b225b7d7d..0667980fd 100644 --- a/docs/cloudAzureIntegrations.python.md +++ b/docs/cloudAzureIntegrations.python.md @@ -4,7 +4,7 @@ ### CloudAzureIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations}. #### Initializers @@ -84,7 +84,7 @@ cloudAzureIntegrations.CloudAzureIntegrations( | firewalls | CloudAzureIntegrationsFirewalls | firewalls block. | | front_door | CloudAzureIntegrationsFrontDoor | front_door block. | | functions | CloudAzureIntegrationsFunctions | functions block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. | | key_vault | CloudAzureIntegrationsKeyVault | key_vault block. | | load_balancer | CloudAzureIntegrationsLoadBalancer | load_balancer block. | | logic_apps | CloudAzureIntegrationsLogicApps | logic_apps block. | @@ -174,7 +174,7 @@ Must be unique amongst siblings in the same scope The ID of the linked Azure account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre api_management block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre app_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre app_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre containers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre cosmos_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} --- @@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre cost_management block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} --- @@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre data_factory block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} --- @@ -264,7 +264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre event_hub block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre express_route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} --- @@ -284,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre firewalls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} --- @@ -294,7 +294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre front_door block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} --- @@ -304,7 +304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre functions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} --- @@ -312,7 +312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#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. @@ -325,7 +325,7 @@ If you experience problems setting this value it might not be settable. Please t key_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} --- @@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} --- @@ -345,7 +345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre logic_apps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} --- @@ -355,7 +355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre machine_learning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} --- @@ -365,7 +365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre maria_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} --- @@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre monitor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} --- @@ -385,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre mysql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} --- @@ -395,7 +395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre mysql_flexible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} --- @@ -405,7 +405,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre postgresql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} --- @@ -415,7 +415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre postgresql_flexible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} --- @@ -425,7 +425,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre power_bi_dedicated block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} --- @@ -435,7 +435,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre redis_cache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} --- @@ -445,7 +445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre service_bus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} --- @@ -455,7 +455,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre sql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} --- @@ -465,7 +465,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre sql_managed block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} --- @@ -475,7 +475,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} --- @@ -485,7 +485,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre virtual_machine block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} --- @@ -495,7 +495,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre virtual_networks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} --- @@ -505,7 +505,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre vms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} --- @@ -515,7 +515,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre vpn_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} --- @@ -955,7 +955,7 @@ def put_api_management( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -965,7 +965,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -984,7 +984,7 @@ def put_app_gateway( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -994,7 +994,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1013,7 +1013,7 @@ def put_app_service( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1023,7 +1023,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1042,7 +1042,7 @@ def put_containers( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1052,7 +1052,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1071,7 +1071,7 @@ def put_cosmos_db( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1081,7 +1081,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1100,7 +1100,7 @@ def put_cost_management( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1110,7 +1110,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify if additional cost data per tag should be collected. This field is case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys} --- @@ -1129,7 +1129,7 @@ def put_data_factory( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1139,7 +1139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1158,7 +1158,7 @@ def put_event_hub( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1168,7 +1168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1187,7 +1187,7 @@ def put_express_route( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1197,7 +1197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1216,7 +1216,7 @@ def put_firewalls( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1226,7 +1226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1245,7 +1245,7 @@ def put_front_door( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1255,7 +1255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1274,7 +1274,7 @@ def put_functions( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1284,7 +1284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1303,7 +1303,7 @@ def put_key_vault( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1313,7 +1313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1332,7 +1332,7 @@ def put_load_balancer( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1342,7 +1342,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1361,7 +1361,7 @@ def put_logic_apps( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1371,7 +1371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1390,7 +1390,7 @@ def put_machine_learning( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1400,7 +1400,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1419,7 +1419,7 @@ def put_maria_db( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1429,7 +1429,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1452,7 +1452,7 @@ def put_monitor( A flag that specifies if the integration is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled} --- @@ -1462,7 +1462,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify resource tags in 'key:value' form to be excluded from monitoring. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags} --- @@ -1472,7 +1472,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify resource tags in 'key:value' form to be monitored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags} --- @@ -1482,7 +1482,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1492,7 +1492,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1502,7 +1502,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Azure resource type that needs to be monitored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types} --- @@ -1521,7 +1521,7 @@ def put_mysql( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1531,7 +1531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1550,7 +1550,7 @@ def put_mysql_flexible( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1560,7 +1560,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1579,7 +1579,7 @@ def put_postgresql( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1589,7 +1589,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1608,7 +1608,7 @@ def put_postgresql_flexible( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1618,7 +1618,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1637,7 +1637,7 @@ def put_power_bi_dedicated( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1647,7 +1647,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1666,7 +1666,7 @@ def put_redis_cache( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1676,7 +1676,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1695,7 +1695,7 @@ def put_service_bus( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1705,7 +1705,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1724,7 +1724,7 @@ def put_sql( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1734,7 +1734,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1753,7 +1753,7 @@ def put_sql_managed( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1763,7 +1763,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1782,7 +1782,7 @@ def put_storage( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1792,7 +1792,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1811,7 +1811,7 @@ def put_virtual_machine( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1821,7 +1821,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1840,7 +1840,7 @@ def put_virtual_networks( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1850,7 +1850,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1869,7 +1869,7 @@ def put_vms( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1879,7 +1879,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -1898,7 +1898,7 @@ def put_vpn_gateway( The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -1908,7 +1908,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2230,7 +2230,7 @@ The construct id used in the generated config for the CloudAzureIntegrations to The id of the existing CloudAzureIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#import import section} in the documentation of this resource for the id to use --- @@ -3227,7 +3227,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3241,7 +3241,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3277,7 +3277,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3291,7 +3291,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3327,7 +3327,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3341,7 +3341,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3423,7 +3423,7 @@ cloudAzureIntegrations.CloudAzureIntegrationsConfig( | firewalls | CloudAzureIntegrationsFirewalls | firewalls block. | | front_door | CloudAzureIntegrationsFrontDoor | front_door block. | | functions | CloudAzureIntegrationsFunctions | functions block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. | | key_vault | CloudAzureIntegrationsKeyVault | key_vault block. | | load_balancer | CloudAzureIntegrationsLoadBalancer | load_balancer block. | | logic_apps | CloudAzureIntegrationsLogicApps | logic_apps block. | @@ -3527,7 +3527,7 @@ linked_account_id: typing.Union[int, float] The ID of the linked Azure account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} --- @@ -3541,7 +3541,7 @@ account_id: typing.Union[int, float] The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} --- @@ -3555,7 +3555,7 @@ api_management: CloudAzureIntegrationsApiManagement api_management block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} --- @@ -3569,7 +3569,7 @@ app_gateway: CloudAzureIntegrationsAppGateway app_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} --- @@ -3583,7 +3583,7 @@ app_service: CloudAzureIntegrationsAppService app_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} --- @@ -3597,7 +3597,7 @@ containers: CloudAzureIntegrationsContainers containers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} --- @@ -3611,7 +3611,7 @@ cosmos_db: CloudAzureIntegrationsCosmosDb cosmos_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} --- @@ -3625,7 +3625,7 @@ cost_management: CloudAzureIntegrationsCostManagement cost_management block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} --- @@ -3639,7 +3639,7 @@ data_factory: CloudAzureIntegrationsDataFactory data_factory block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} --- @@ -3653,7 +3653,7 @@ event_hub: CloudAzureIntegrationsEventHub event_hub block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} --- @@ -3667,7 +3667,7 @@ express_route: CloudAzureIntegrationsExpressRoute express_route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} --- @@ -3681,7 +3681,7 @@ firewalls: CloudAzureIntegrationsFirewalls firewalls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} --- @@ -3695,7 +3695,7 @@ front_door: CloudAzureIntegrationsFrontDoor front_door block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} --- @@ -3709,7 +3709,7 @@ functions: CloudAzureIntegrationsFunctions functions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} --- @@ -3721,7 +3721,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#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. @@ -3738,7 +3738,7 @@ key_vault: CloudAzureIntegrationsKeyVault key_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} --- @@ -3752,7 +3752,7 @@ load_balancer: CloudAzureIntegrationsLoadBalancer load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} --- @@ -3766,7 +3766,7 @@ logic_apps: CloudAzureIntegrationsLogicApps logic_apps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} --- @@ -3780,7 +3780,7 @@ machine_learning: CloudAzureIntegrationsMachineLearning machine_learning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} --- @@ -3794,7 +3794,7 @@ maria_db: CloudAzureIntegrationsMariaDb maria_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} --- @@ -3808,7 +3808,7 @@ monitor: CloudAzureIntegrationsMonitor monitor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} --- @@ -3822,7 +3822,7 @@ mysql: CloudAzureIntegrationsMysql mysql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} --- @@ -3836,7 +3836,7 @@ mysql_flexible: CloudAzureIntegrationsMysqlFlexible mysql_flexible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} --- @@ -3850,7 +3850,7 @@ postgresql: CloudAzureIntegrationsPostgresql postgresql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} --- @@ -3864,7 +3864,7 @@ postgresql_flexible: CloudAzureIntegrationsPostgresqlFlexible postgresql_flexible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} --- @@ -3878,7 +3878,7 @@ power_bi_dedicated: CloudAzureIntegrationsPowerBiDedicated power_bi_dedicated block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} --- @@ -3892,7 +3892,7 @@ redis_cache: CloudAzureIntegrationsRedisCache redis_cache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} --- @@ -3906,7 +3906,7 @@ service_bus: CloudAzureIntegrationsServiceBus service_bus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} --- @@ -3920,7 +3920,7 @@ sql: CloudAzureIntegrationsSql sql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} --- @@ -3934,7 +3934,7 @@ sql_managed: CloudAzureIntegrationsSqlManaged sql_managed block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} --- @@ -3948,7 +3948,7 @@ storage: CloudAzureIntegrationsStorage storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} --- @@ -3962,7 +3962,7 @@ virtual_machine: CloudAzureIntegrationsVirtualMachine virtual_machine block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} --- @@ -3976,7 +3976,7 @@ virtual_networks: CloudAzureIntegrationsVirtualNetworks virtual_networks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} --- @@ -3990,7 +3990,7 @@ vms: CloudAzureIntegrationsVms vms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} --- @@ -4004,7 +4004,7 @@ vpn_gateway: CloudAzureIntegrationsVpnGateway vpn_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} --- @@ -4040,7 +4040,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4054,7 +4054,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4090,7 +4090,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4104,7 +4104,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4140,7 +4140,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4154,7 +4154,7 @@ tag_keys: typing.List[str] Specify if additional cost data per tag should be collected. This field is case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys} --- @@ -4190,7 +4190,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4204,7 +4204,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4240,7 +4240,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4254,7 +4254,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4290,7 +4290,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4304,7 +4304,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4340,7 +4340,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4354,7 +4354,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4390,7 +4390,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4404,7 +4404,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4440,7 +4440,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4454,7 +4454,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4490,7 +4490,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4504,7 +4504,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4540,7 +4540,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4554,7 +4554,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4590,7 +4590,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4604,7 +4604,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4640,7 +4640,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4654,7 +4654,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4690,7 +4690,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4704,7 +4704,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4748,7 +4748,7 @@ enabled: typing.Union[bool, IResolvable] A flag that specifies if the integration is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled} --- @@ -4762,7 +4762,7 @@ exclude_tags: typing.List[str] Specify resource tags in 'key:value' form to be excluded from monitoring. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags} --- @@ -4776,7 +4776,7 @@ include_tags: typing.List[str] Specify resource tags in 'key:value' form to be monitored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags} --- @@ -4790,7 +4790,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4804,7 +4804,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4818,7 +4818,7 @@ resource_types: typing.List[str] Specify each Azure resource type that needs to be monitored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types} --- @@ -4854,7 +4854,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4868,7 +4868,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4904,7 +4904,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4918,7 +4918,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4954,7 +4954,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4968,7 +4968,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -5004,7 +5004,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -5018,7 +5018,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -5054,7 +5054,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -5068,7 +5068,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -5104,7 +5104,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -5118,7 +5118,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -5154,7 +5154,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -5168,7 +5168,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -5204,7 +5204,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -5218,7 +5218,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -5254,7 +5254,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -5268,7 +5268,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -5304,7 +5304,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -5318,7 +5318,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -5354,7 +5354,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -5368,7 +5368,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -5404,7 +5404,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -5418,7 +5418,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -5454,7 +5454,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -5468,7 +5468,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -5504,7 +5504,7 @@ metrics_polling_interval: typing.Union[int, float] The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -5518,7 +5518,7 @@ resource_groups: typing.List[str] Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- diff --git a/docs/cloudAzureIntegrations.typescript.md b/docs/cloudAzureIntegrations.typescript.md index f131ba728..5cd2d7bb7 100644 --- a/docs/cloudAzureIntegrations.typescript.md +++ b/docs/cloudAzureIntegrations.typescript.md @@ -4,7 +4,7 @@ ### CloudAzureIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations}. #### Initializers @@ -1121,7 +1121,7 @@ The construct id used in the generated config for the CloudAzureIntegrations to The id of the existing CloudAzureIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#import import section} in the documentation of this resource for the id to use --- @@ -2115,7 +2115,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2129,7 +2129,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2162,7 +2162,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2176,7 +2176,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2209,7 +2209,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2223,7 +2223,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2262,7 +2262,7 @@ const cloudAzureIntegrationsConfig: cloudAzureIntegrations.CloudAzureIntegration | firewalls | CloudAzureIntegrationsFirewalls | firewalls block. | | frontDoor | CloudAzureIntegrationsFrontDoor | front_door block. | | functions | CloudAzureIntegrationsFunctions | functions block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. | | keyVault | CloudAzureIntegrationsKeyVault | key_vault block. | | loadBalancer | CloudAzureIntegrationsLoadBalancer | load_balancer block. | | logicApps | CloudAzureIntegrationsLogicApps | logic_apps block. | @@ -2366,7 +2366,7 @@ public readonly linkedAccountId: number; The ID of the linked Azure account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} --- @@ -2380,7 +2380,7 @@ public readonly accountId: number; The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} --- @@ -2394,7 +2394,7 @@ public readonly apiManagement: CloudAzureIntegrationsApiManagement; api_management block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} --- @@ -2408,7 +2408,7 @@ public readonly appGateway: CloudAzureIntegrationsAppGateway; app_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} --- @@ -2422,7 +2422,7 @@ public readonly appService: CloudAzureIntegrationsAppService; app_service block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} --- @@ -2436,7 +2436,7 @@ public readonly containers: CloudAzureIntegrationsContainers; containers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} --- @@ -2450,7 +2450,7 @@ public readonly cosmosDb: CloudAzureIntegrationsCosmosDb; cosmos_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} --- @@ -2464,7 +2464,7 @@ public readonly costManagement: CloudAzureIntegrationsCostManagement; cost_management block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} --- @@ -2478,7 +2478,7 @@ public readonly dataFactory: CloudAzureIntegrationsDataFactory; data_factory block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} --- @@ -2492,7 +2492,7 @@ public readonly eventHub: CloudAzureIntegrationsEventHub; event_hub block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} --- @@ -2506,7 +2506,7 @@ public readonly expressRoute: CloudAzureIntegrationsExpressRoute; express_route block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} --- @@ -2520,7 +2520,7 @@ public readonly firewalls: CloudAzureIntegrationsFirewalls; firewalls block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} --- @@ -2534,7 +2534,7 @@ public readonly frontDoor: CloudAzureIntegrationsFrontDoor; front_door block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} --- @@ -2548,7 +2548,7 @@ public readonly functions: CloudAzureIntegrationsFunctions; functions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} --- @@ -2560,7 +2560,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#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. @@ -2577,7 +2577,7 @@ public readonly keyVault: CloudAzureIntegrationsKeyVault; key_vault block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} --- @@ -2591,7 +2591,7 @@ public readonly loadBalancer: CloudAzureIntegrationsLoadBalancer; load_balancer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} --- @@ -2605,7 +2605,7 @@ public readonly logicApps: CloudAzureIntegrationsLogicApps; logic_apps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} --- @@ -2619,7 +2619,7 @@ public readonly machineLearning: CloudAzureIntegrationsMachineLearning; machine_learning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} --- @@ -2633,7 +2633,7 @@ public readonly mariaDb: CloudAzureIntegrationsMariaDb; maria_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} --- @@ -2647,7 +2647,7 @@ public readonly monitor: CloudAzureIntegrationsMonitor; monitor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} --- @@ -2661,7 +2661,7 @@ public readonly mysql: CloudAzureIntegrationsMysql; mysql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} --- @@ -2675,7 +2675,7 @@ public readonly mysqlFlexible: CloudAzureIntegrationsMysqlFlexible; mysql_flexible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} --- @@ -2689,7 +2689,7 @@ public readonly postgresql: CloudAzureIntegrationsPostgresql; postgresql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} --- @@ -2703,7 +2703,7 @@ public readonly postgresqlFlexible: CloudAzureIntegrationsPostgresqlFlexible; postgresql_flexible block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} --- @@ -2717,7 +2717,7 @@ public readonly powerBiDedicated: CloudAzureIntegrationsPowerBiDedicated; power_bi_dedicated block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} --- @@ -2731,7 +2731,7 @@ public readonly redisCache: CloudAzureIntegrationsRedisCache; redis_cache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} --- @@ -2745,7 +2745,7 @@ public readonly serviceBus: CloudAzureIntegrationsServiceBus; service_bus block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} --- @@ -2759,7 +2759,7 @@ public readonly sql: CloudAzureIntegrationsSql; sql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} --- @@ -2773,7 +2773,7 @@ public readonly sqlManaged: CloudAzureIntegrationsSqlManaged; sql_managed block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} --- @@ -2787,7 +2787,7 @@ public readonly storage: CloudAzureIntegrationsStorage; storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} --- @@ -2801,7 +2801,7 @@ public readonly virtualMachine: CloudAzureIntegrationsVirtualMachine; virtual_machine block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} --- @@ -2815,7 +2815,7 @@ public readonly virtualNetworks: CloudAzureIntegrationsVirtualNetworks; virtual_networks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} --- @@ -2829,7 +2829,7 @@ public readonly vms: CloudAzureIntegrationsVms; vms block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} --- @@ -2843,7 +2843,7 @@ public readonly vpnGateway: CloudAzureIntegrationsVpnGateway; vpn_gateway block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} --- @@ -2876,7 +2876,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2890,7 +2890,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2923,7 +2923,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2937,7 +2937,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -2970,7 +2970,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -2984,7 +2984,7 @@ public readonly tagKeys: string[]; Specify if additional cost data per tag should be collected. This field is case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys} --- @@ -3017,7 +3017,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3031,7 +3031,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3064,7 +3064,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3078,7 +3078,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3111,7 +3111,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3125,7 +3125,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3158,7 +3158,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3172,7 +3172,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3205,7 +3205,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3219,7 +3219,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3252,7 +3252,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3266,7 +3266,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3299,7 +3299,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3313,7 +3313,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3346,7 +3346,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3360,7 +3360,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3393,7 +3393,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3407,7 +3407,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3440,7 +3440,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3454,7 +3454,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3487,7 +3487,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3501,7 +3501,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3538,7 +3538,7 @@ public readonly enabled: boolean | IResolvable; A flag that specifies if the integration is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled} --- @@ -3552,7 +3552,7 @@ public readonly excludeTags: string[]; Specify resource tags in 'key:value' form to be excluded from monitoring. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags} --- @@ -3566,7 +3566,7 @@ public readonly includeTags: string[]; Specify resource tags in 'key:value' form to be monitored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags} --- @@ -3580,7 +3580,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3594,7 +3594,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3608,7 +3608,7 @@ public readonly resourceTypes: string[]; Specify each Azure resource type that needs to be monitored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types} --- @@ -3641,7 +3641,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3655,7 +3655,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3688,7 +3688,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3702,7 +3702,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3735,7 +3735,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3749,7 +3749,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3782,7 +3782,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3796,7 +3796,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3829,7 +3829,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3843,7 +3843,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3876,7 +3876,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3890,7 +3890,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3923,7 +3923,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3937,7 +3937,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -3970,7 +3970,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -3984,7 +3984,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4017,7 +4017,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4031,7 +4031,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4064,7 +4064,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4078,7 +4078,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4111,7 +4111,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4125,7 +4125,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4158,7 +4158,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4172,7 +4172,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4205,7 +4205,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4219,7 +4219,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- @@ -4252,7 +4252,7 @@ public readonly metricsPollingInterval: number; The data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} --- @@ -4266,7 +4266,7 @@ public readonly resourceGroups: string[]; Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} --- diff --git a/docs/cloudAzureLinkAccount.csharp.md b/docs/cloudAzureLinkAccount.csharp.md index 76ffc812f..5800aaced 100644 --- a/docs/cloudAzureLinkAccount.csharp.md +++ b/docs/cloudAzureLinkAccount.csharp.md @@ -4,7 +4,7 @@ ### CloudAzureLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the CloudAzureLinkAccount to i The id of the existing CloudAzureLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#import import section} in the documentation of this resource for the id to use --- @@ -872,7 +872,7 @@ new CloudAzureLinkAccountConfig { | SubscriptionId | string | Subscription ID for the Azure account. | | TenantId | string | Tenant ID for the Azure account. | | AccountId | double | The New Relic account ID where you want to link the Azure account. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. | --- @@ -956,7 +956,7 @@ public string ApplicationId { get; set; } Application ID for Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} --- @@ -970,7 +970,7 @@ public string ClientSecret { get; set; } Value of the client secret from Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} --- @@ -984,7 +984,7 @@ public string Name { get; set; } Name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} --- @@ -998,7 +998,7 @@ public string SubscriptionId { get; set; } Subscription ID for the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} --- @@ -1012,7 +1012,7 @@ public string TenantId { get; set; } Tenant ID for the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} --- @@ -1026,7 +1026,7 @@ public double AccountId { get; set; } The New Relic account ID where you want to link the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} --- @@ -1038,7 +1038,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#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. diff --git a/docs/cloudAzureLinkAccount.go.md b/docs/cloudAzureLinkAccount.go.md index 1b8d2d4ef..6fcdf3ac2 100644 --- a/docs/cloudAzureLinkAccount.go.md +++ b/docs/cloudAzureLinkAccount.go.md @@ -4,7 +4,7 @@ ### CloudAzureLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the CloudAzureLinkAccount to i The id of the existing CloudAzureLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#import import section} in the documentation of this resource for the id to use --- @@ -872,7 +872,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudazurelinka | SubscriptionId | *string | Subscription ID for the Azure account. | | TenantId | *string | Tenant ID for the Azure account. | | AccountId | *f64 | The New Relic account ID where you want to link the Azure account. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. | --- @@ -956,7 +956,7 @@ ApplicationId *string Application ID for Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} --- @@ -970,7 +970,7 @@ ClientSecret *string Value of the client secret from Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} --- @@ -984,7 +984,7 @@ Name *string Name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} --- @@ -998,7 +998,7 @@ SubscriptionId *string Subscription ID for the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} --- @@ -1012,7 +1012,7 @@ TenantId *string Tenant ID for the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} --- @@ -1026,7 +1026,7 @@ AccountId *f64 The New Relic account ID where you want to link the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} --- @@ -1038,7 +1038,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#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. diff --git a/docs/cloudAzureLinkAccount.java.md b/docs/cloudAzureLinkAccount.java.md index bdb733cca..3173f3511 100644 --- a/docs/cloudAzureLinkAccount.java.md +++ b/docs/cloudAzureLinkAccount.java.md @@ -4,7 +4,7 @@ ### CloudAzureLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account}. #### Initializers @@ -50,7 +50,7 @@ CloudAzureLinkAccount.Builder.create(Construct scope, java.lang.String id) | subscriptionId | java.lang.String | Subscription ID for the Azure account. | | tenantId | java.lang.String | Tenant ID for the Azure account. | | accountId | java.lang.Number | The New Relic account ID where you want to link the Azure account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. | --- @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope Application ID for Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Value of the client secret from Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Subscription ID for the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Tenant ID for the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to link the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#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. @@ -622,7 +622,7 @@ The construct id used in the generated config for the CloudAzureLinkAccount to i The id of the existing CloudAzureLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#import import section} in the documentation of this resource for the id to use --- @@ -1017,7 +1017,7 @@ CloudAzureLinkAccountConfig.builder() | subscriptionId | java.lang.String | Subscription ID for the Azure account. | | tenantId | java.lang.String | Tenant ID for the Azure account. | | accountId | java.lang.Number | The New Relic account ID where you want to link the Azure account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. | --- @@ -1101,7 +1101,7 @@ public java.lang.String getApplicationId(); Application ID for Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} --- @@ -1115,7 +1115,7 @@ public java.lang.String getClientSecret(); Value of the client secret from Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} --- @@ -1129,7 +1129,7 @@ public java.lang.String getName(); Name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} --- @@ -1143,7 +1143,7 @@ public java.lang.String getSubscriptionId(); Subscription ID for the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} --- @@ -1157,7 +1157,7 @@ public java.lang.String getTenantId(); Tenant ID for the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} --- @@ -1171,7 +1171,7 @@ public java.lang.Number getAccountId(); The New Relic account ID where you want to link the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} --- @@ -1183,7 +1183,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#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. diff --git a/docs/cloudAzureLinkAccount.python.md b/docs/cloudAzureLinkAccount.python.md index 6ddcee521..233b8c345 100644 --- a/docs/cloudAzureLinkAccount.python.md +++ b/docs/cloudAzureLinkAccount.python.md @@ -4,7 +4,7 @@ ### CloudAzureLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account}. #### Initializers @@ -48,7 +48,7 @@ cloudAzureLinkAccount.CloudAzureLinkAccount( | subscription_id | str | Subscription ID for the Azure account. | | tenant_id | str | Tenant ID for the Azure account. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to link the Azure account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope Application ID for Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Value of the client secret from Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Subscription ID for the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Tenant ID for the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to link the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#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. @@ -666,7 +666,7 @@ The construct id used in the generated config for the CloudAzureLinkAccount to i The id of the existing CloudAzureLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#import import section} in the documentation of this resource for the id to use --- @@ -1057,7 +1057,7 @@ cloudAzureLinkAccount.CloudAzureLinkAccountConfig( | subscription_id | str | Subscription ID for the Azure account. | | tenant_id | str | Tenant ID for the Azure account. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to link the Azure account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. | --- @@ -1141,7 +1141,7 @@ application_id: str Application ID for Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} --- @@ -1155,7 +1155,7 @@ client_secret: str Value of the client secret from Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} --- @@ -1169,7 +1169,7 @@ name: str Name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} --- @@ -1183,7 +1183,7 @@ subscription_id: str Subscription ID for the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} --- @@ -1197,7 +1197,7 @@ tenant_id: str Tenant ID for the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} --- @@ -1211,7 +1211,7 @@ account_id: typing.Union[int, float] The New Relic account ID where you want to link the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} --- @@ -1223,7 +1223,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#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. diff --git a/docs/cloudAzureLinkAccount.typescript.md b/docs/cloudAzureLinkAccount.typescript.md index 4395607b3..b6ffc8a73 100644 --- a/docs/cloudAzureLinkAccount.typescript.md +++ b/docs/cloudAzureLinkAccount.typescript.md @@ -4,7 +4,7 @@ ### CloudAzureLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the CloudAzureLinkAccount to i The id of the existing CloudAzureLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#import import section} in the documentation of this resource for the id to use --- @@ -857,7 +857,7 @@ const cloudAzureLinkAccountConfig: cloudAzureLinkAccount.CloudAzureLinkAccountCo | subscriptionId | string | Subscription ID for the Azure account. | | tenantId | string | Tenant ID for the Azure account. | | accountId | number | The New Relic account ID where you want to link the Azure account. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. | --- @@ -941,7 +941,7 @@ public readonly applicationId: string; Application ID for Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} --- @@ -955,7 +955,7 @@ public readonly clientSecret: string; Value of the client secret from Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} --- @@ -969,7 +969,7 @@ public readonly name: string; Name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} --- @@ -983,7 +983,7 @@ public readonly subscriptionId: string; Subscription ID for the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} --- @@ -997,7 +997,7 @@ public readonly tenantId: string; Tenant ID for the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} --- @@ -1011,7 +1011,7 @@ public readonly accountId: number; The New Relic account ID where you want to link the Azure account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} --- @@ -1023,7 +1023,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#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. diff --git a/docs/cloudGcpIntegrations.csharp.md b/docs/cloudGcpIntegrations.csharp.md index a0a0ac285..48f13bb10 100644 --- a/docs/cloudGcpIntegrations.csharp.md +++ b/docs/cloudGcpIntegrations.csharp.md @@ -4,7 +4,7 @@ ### CloudGcpIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations}. #### Initializers @@ -1001,7 +1001,7 @@ The construct id used in the generated config for the CloudGcpIntegrations to im The id of the existing CloudGcpIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#import import section} in the documentation of this resource for the id to use --- @@ -1864,7 +1864,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1898,7 +1898,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1934,7 +1934,7 @@ public object FetchTags { get; set; } to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -1948,7 +1948,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1982,7 +1982,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2016,7 +2016,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2093,7 +2093,7 @@ new CloudGcpIntegrationsConfig { | FireBaseStorage | CloudGcpIntegrationsFireBaseStorage | fire_base_storage block. | | FireStore | CloudGcpIntegrationsFireStore | fire_store block. | | Functions | CloudGcpIntegrationsFunctions | functions block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. | | Interconnect | CloudGcpIntegrationsInterconnect | interconnect block. | | Kubernetes | CloudGcpIntegrationsKubernetes | kubernetes block. | | LoadBalancing | CloudGcpIntegrationsLoadBalancing | load_balancing block. | @@ -2190,7 +2190,7 @@ public double LinkedAccountId { get; set; } Id of the linked gcp account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} --- @@ -2204,7 +2204,7 @@ public double AccountId { get; set; } ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} --- @@ -2218,7 +2218,7 @@ public CloudGcpIntegrationsAlloyDb AlloyDb { get; set; } alloy_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} --- @@ -2232,7 +2232,7 @@ public CloudGcpIntegrationsAppEngine AppEngine { get; set; } app_engine block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} --- @@ -2246,7 +2246,7 @@ public CloudGcpIntegrationsBigQuery BigQuery { get; set; } big_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} --- @@ -2260,7 +2260,7 @@ public CloudGcpIntegrationsBigTable BigTable { get; set; } big_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} --- @@ -2274,7 +2274,7 @@ public CloudGcpIntegrationsComposer Composer { get; set; } composer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} --- @@ -2288,7 +2288,7 @@ public CloudGcpIntegrationsDataFlow DataFlow { get; set; } data_flow block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} --- @@ -2302,7 +2302,7 @@ public CloudGcpIntegrationsDataProc DataProc { get; set; } data_proc block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} --- @@ -2316,7 +2316,7 @@ public CloudGcpIntegrationsDataStore DataStore { get; set; } data_store block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} --- @@ -2330,7 +2330,7 @@ public CloudGcpIntegrationsFireBaseDatabase FireBaseDatabase { get; set; } fire_base_database block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} --- @@ -2344,7 +2344,7 @@ public CloudGcpIntegrationsFireBaseHosting FireBaseHosting { get; set; } fire_base_hosting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} --- @@ -2358,7 +2358,7 @@ public CloudGcpIntegrationsFireBaseStorage FireBaseStorage { get; set; } fire_base_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} --- @@ -2372,7 +2372,7 @@ public CloudGcpIntegrationsFireStore FireStore { get; set; } fire_store block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} --- @@ -2386,7 +2386,7 @@ public CloudGcpIntegrationsFunctions Functions { get; set; } functions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} --- @@ -2398,7 +2398,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#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. @@ -2415,7 +2415,7 @@ public CloudGcpIntegrationsInterconnect Interconnect { get; set; } interconnect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} --- @@ -2429,7 +2429,7 @@ public CloudGcpIntegrationsKubernetes Kubernetes { get; set; } kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} --- @@ -2443,7 +2443,7 @@ public CloudGcpIntegrationsLoadBalancing LoadBalancing { get; set; } load_balancing block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} --- @@ -2457,7 +2457,7 @@ public CloudGcpIntegrationsMemCache MemCache { get; set; } mem_cache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} --- @@ -2471,7 +2471,7 @@ public CloudGcpIntegrationsPubSub PubSub { get; set; } pub_sub block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} --- @@ -2485,7 +2485,7 @@ public CloudGcpIntegrationsRedis Redis { get; set; } redis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} --- @@ -2499,7 +2499,7 @@ public CloudGcpIntegrationsRouter Router { get; set; } router block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} --- @@ -2513,7 +2513,7 @@ public CloudGcpIntegrationsRun Run { get; set; } run block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} --- @@ -2527,7 +2527,7 @@ public CloudGcpIntegrationsSpanner Spanner { get; set; } spanner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} --- @@ -2541,7 +2541,7 @@ public CloudGcpIntegrationsSql Sql { get; set; } sql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} --- @@ -2555,7 +2555,7 @@ public CloudGcpIntegrationsStorage Storage { get; set; } storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} --- @@ -2569,7 +2569,7 @@ public CloudGcpIntegrationsVirtualMachines VirtualMachines { get; set; } virtual_machines block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} --- @@ -2583,7 +2583,7 @@ public CloudGcpIntegrationsVpcAccess VpcAccess { get; set; } vpc_access block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} --- @@ -2617,7 +2617,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2651,7 +2651,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2685,7 +2685,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2719,7 +2719,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2753,7 +2753,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2787,7 +2787,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2821,7 +2821,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2855,7 +2855,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2889,7 +2889,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2923,7 +2923,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2957,7 +2957,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2991,7 +2991,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3027,7 +3027,7 @@ public object FetchTags { get; set; } to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -3041,7 +3041,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3075,7 +3075,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3109,7 +3109,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3143,7 +3143,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3179,7 +3179,7 @@ public object FetchTags { get; set; } to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -3193,7 +3193,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3227,7 +3227,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3263,7 +3263,7 @@ public object FetchTags { get; set; } to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -3277,7 +3277,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3311,7 +3311,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3345,7 +3345,7 @@ public double MetricsPollingInterval { get; set; } the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- diff --git a/docs/cloudGcpIntegrations.go.md b/docs/cloudGcpIntegrations.go.md index c1265962c..658bd7ab4 100644 --- a/docs/cloudGcpIntegrations.go.md +++ b/docs/cloudGcpIntegrations.go.md @@ -4,7 +4,7 @@ ### CloudGcpIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations}. #### Initializers @@ -1001,7 +1001,7 @@ The construct id used in the generated config for the CloudGcpIntegrations to im The id of the existing CloudGcpIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#import import section} in the documentation of this resource for the id to use --- @@ -1864,7 +1864,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1898,7 +1898,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1934,7 +1934,7 @@ FetchTags interface{} to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -1948,7 +1948,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1982,7 +1982,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2016,7 +2016,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2093,7 +2093,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcpintegra | FireBaseStorage | CloudGcpIntegrationsFireBaseStorage | fire_base_storage block. | | FireStore | CloudGcpIntegrationsFireStore | fire_store block. | | Functions | CloudGcpIntegrationsFunctions | functions block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. | | Interconnect | CloudGcpIntegrationsInterconnect | interconnect block. | | Kubernetes | CloudGcpIntegrationsKubernetes | kubernetes block. | | LoadBalancing | CloudGcpIntegrationsLoadBalancing | load_balancing block. | @@ -2190,7 +2190,7 @@ LinkedAccountId *f64 Id of the linked gcp account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} --- @@ -2204,7 +2204,7 @@ AccountId *f64 ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} --- @@ -2218,7 +2218,7 @@ AlloyDb CloudGcpIntegrationsAlloyDb alloy_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} --- @@ -2232,7 +2232,7 @@ AppEngine CloudGcpIntegrationsAppEngine app_engine block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} --- @@ -2246,7 +2246,7 @@ BigQuery CloudGcpIntegrationsBigQuery big_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} --- @@ -2260,7 +2260,7 @@ BigTable CloudGcpIntegrationsBigTable big_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} --- @@ -2274,7 +2274,7 @@ Composer CloudGcpIntegrationsComposer composer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} --- @@ -2288,7 +2288,7 @@ DataFlow CloudGcpIntegrationsDataFlow data_flow block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} --- @@ -2302,7 +2302,7 @@ DataProc CloudGcpIntegrationsDataProc data_proc block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} --- @@ -2316,7 +2316,7 @@ DataStore CloudGcpIntegrationsDataStore data_store block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} --- @@ -2330,7 +2330,7 @@ FireBaseDatabase CloudGcpIntegrationsFireBaseDatabase fire_base_database block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} --- @@ -2344,7 +2344,7 @@ FireBaseHosting CloudGcpIntegrationsFireBaseHosting fire_base_hosting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} --- @@ -2358,7 +2358,7 @@ FireBaseStorage CloudGcpIntegrationsFireBaseStorage fire_base_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} --- @@ -2372,7 +2372,7 @@ FireStore CloudGcpIntegrationsFireStore fire_store block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} --- @@ -2386,7 +2386,7 @@ Functions CloudGcpIntegrationsFunctions functions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} --- @@ -2398,7 +2398,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#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. @@ -2415,7 +2415,7 @@ Interconnect CloudGcpIntegrationsInterconnect interconnect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} --- @@ -2429,7 +2429,7 @@ Kubernetes CloudGcpIntegrationsKubernetes kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} --- @@ -2443,7 +2443,7 @@ LoadBalancing CloudGcpIntegrationsLoadBalancing load_balancing block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} --- @@ -2457,7 +2457,7 @@ MemCache CloudGcpIntegrationsMemCache mem_cache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} --- @@ -2471,7 +2471,7 @@ PubSub CloudGcpIntegrationsPubSub pub_sub block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} --- @@ -2485,7 +2485,7 @@ Redis CloudGcpIntegrationsRedis redis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} --- @@ -2499,7 +2499,7 @@ Router CloudGcpIntegrationsRouter router block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} --- @@ -2513,7 +2513,7 @@ Run CloudGcpIntegrationsRun run block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} --- @@ -2527,7 +2527,7 @@ Spanner CloudGcpIntegrationsSpanner spanner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} --- @@ -2541,7 +2541,7 @@ Sql CloudGcpIntegrationsSql sql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} --- @@ -2555,7 +2555,7 @@ Storage CloudGcpIntegrationsStorage storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} --- @@ -2569,7 +2569,7 @@ VirtualMachines CloudGcpIntegrationsVirtualMachines virtual_machines block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} --- @@ -2583,7 +2583,7 @@ VpcAccess CloudGcpIntegrationsVpcAccess vpc_access block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} --- @@ -2617,7 +2617,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2651,7 +2651,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2685,7 +2685,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2719,7 +2719,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2753,7 +2753,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2787,7 +2787,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2821,7 +2821,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2855,7 +2855,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2889,7 +2889,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2923,7 +2923,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2957,7 +2957,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2991,7 +2991,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3027,7 +3027,7 @@ FetchTags interface{} to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -3041,7 +3041,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3075,7 +3075,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3109,7 +3109,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3143,7 +3143,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3179,7 +3179,7 @@ FetchTags interface{} to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -3193,7 +3193,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3227,7 +3227,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3263,7 +3263,7 @@ FetchTags interface{} to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -3277,7 +3277,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3311,7 +3311,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3345,7 +3345,7 @@ MetricsPollingInterval *f64 the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- diff --git a/docs/cloudGcpIntegrations.java.md b/docs/cloudGcpIntegrations.java.md index aa8423ff9..91ac21aa4 100644 --- a/docs/cloudGcpIntegrations.java.md +++ b/docs/cloudGcpIntegrations.java.md @@ -4,7 +4,7 @@ ### CloudGcpIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations}. #### Initializers @@ -81,7 +81,7 @@ CloudGcpIntegrations.Builder.create(Construct scope, java.lang.String id) | fireBaseStorage | CloudGcpIntegrationsFireBaseStorage | fire_base_storage block. | | fireStore | CloudGcpIntegrationsFireStore | fire_store block. | | functions | CloudGcpIntegrationsFunctions | functions block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. | | interconnect | CloudGcpIntegrationsInterconnect | interconnect block. | | kubernetes | CloudGcpIntegrationsKubernetes | kubernetes block. | | loadBalancing | CloudGcpIntegrationsLoadBalancing | load_balancing block. | @@ -164,7 +164,7 @@ Must be unique amongst siblings in the same scope Id of the linked gcp account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre alloy_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre app_engine block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre big_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre big_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre composer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre data_flow block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} --- @@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre data_proc block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} --- @@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre data_store block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} --- @@ -264,7 +264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre fire_base_database block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre fire_base_hosting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} --- @@ -284,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre fire_base_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} --- @@ -294,7 +294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre fire_store block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} --- @@ -304,7 +304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre functions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} --- @@ -312,7 +312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#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. @@ -325,7 +325,7 @@ If you experience problems setting this value it might not be settable. Please t interconnect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} --- @@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} --- @@ -345,7 +345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre load_balancing block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} --- @@ -355,7 +355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre mem_cache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} --- @@ -365,7 +365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre pub_sub block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} --- @@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre redis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} --- @@ -385,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre router block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} --- @@ -395,7 +395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre run block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} --- @@ -405,7 +405,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre spanner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} --- @@ -415,7 +415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre sql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} --- @@ -425,7 +425,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} --- @@ -435,7 +435,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre virtual_machines block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} --- @@ -445,7 +445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre vpc_access block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} --- @@ -1406,7 +1406,7 @@ The construct id used in the generated config for the CloudGcpIntegrations to im The id of the existing CloudGcpIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#import import section} in the documentation of this resource for the id to use --- @@ -2269,7 +2269,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2303,7 +2303,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2340,7 +2340,7 @@ public java.lang.Object getFetchTags(); to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -2354,7 +2354,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2388,7 +2388,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2422,7 +2422,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2503,7 +2503,7 @@ CloudGcpIntegrationsConfig.builder() | fireBaseStorage | CloudGcpIntegrationsFireBaseStorage | fire_base_storage block. | | fireStore | CloudGcpIntegrationsFireStore | fire_store block. | | functions | CloudGcpIntegrationsFunctions | functions block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. | | interconnect | CloudGcpIntegrationsInterconnect | interconnect block. | | kubernetes | CloudGcpIntegrationsKubernetes | kubernetes block. | | loadBalancing | CloudGcpIntegrationsLoadBalancing | load_balancing block. | @@ -2600,7 +2600,7 @@ public java.lang.Number getLinkedAccountId(); Id of the linked gcp account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} --- @@ -2614,7 +2614,7 @@ public java.lang.Number getAccountId(); ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} --- @@ -2628,7 +2628,7 @@ public CloudGcpIntegrationsAlloyDb getAlloyDb(); alloy_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} --- @@ -2642,7 +2642,7 @@ public CloudGcpIntegrationsAppEngine getAppEngine(); app_engine block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} --- @@ -2656,7 +2656,7 @@ public CloudGcpIntegrationsBigQuery getBigQuery(); big_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} --- @@ -2670,7 +2670,7 @@ public CloudGcpIntegrationsBigTable getBigTable(); big_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} --- @@ -2684,7 +2684,7 @@ public CloudGcpIntegrationsComposer getComposer(); composer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} --- @@ -2698,7 +2698,7 @@ public CloudGcpIntegrationsDataFlow getDataFlow(); data_flow block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} --- @@ -2712,7 +2712,7 @@ public CloudGcpIntegrationsDataProc getDataProc(); data_proc block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} --- @@ -2726,7 +2726,7 @@ public CloudGcpIntegrationsDataStore getDataStore(); data_store block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} --- @@ -2740,7 +2740,7 @@ public CloudGcpIntegrationsFireBaseDatabase getFireBaseDatabase(); fire_base_database block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} --- @@ -2754,7 +2754,7 @@ public CloudGcpIntegrationsFireBaseHosting getFireBaseHosting(); fire_base_hosting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} --- @@ -2768,7 +2768,7 @@ public CloudGcpIntegrationsFireBaseStorage getFireBaseStorage(); fire_base_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} --- @@ -2782,7 +2782,7 @@ public CloudGcpIntegrationsFireStore getFireStore(); fire_store block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} --- @@ -2796,7 +2796,7 @@ public CloudGcpIntegrationsFunctions getFunctions(); functions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} --- @@ -2808,7 +2808,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#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. @@ -2825,7 +2825,7 @@ public CloudGcpIntegrationsInterconnect getInterconnect(); interconnect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} --- @@ -2839,7 +2839,7 @@ public CloudGcpIntegrationsKubernetes getKubernetes(); kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} --- @@ -2853,7 +2853,7 @@ public CloudGcpIntegrationsLoadBalancing getLoadBalancing(); load_balancing block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} --- @@ -2867,7 +2867,7 @@ public CloudGcpIntegrationsMemCache getMemCache(); mem_cache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} --- @@ -2881,7 +2881,7 @@ public CloudGcpIntegrationsPubSub getPubSub(); pub_sub block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} --- @@ -2895,7 +2895,7 @@ public CloudGcpIntegrationsRedis getRedis(); redis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} --- @@ -2909,7 +2909,7 @@ public CloudGcpIntegrationsRouter getRouter(); router block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} --- @@ -2923,7 +2923,7 @@ public CloudGcpIntegrationsRun getRun(); run block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} --- @@ -2937,7 +2937,7 @@ public CloudGcpIntegrationsSpanner getSpanner(); spanner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} --- @@ -2951,7 +2951,7 @@ public CloudGcpIntegrationsSql getSql(); sql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} --- @@ -2965,7 +2965,7 @@ public CloudGcpIntegrationsStorage getStorage(); storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} --- @@ -2979,7 +2979,7 @@ public CloudGcpIntegrationsVirtualMachines getVirtualMachines(); virtual_machines block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} --- @@ -2993,7 +2993,7 @@ public CloudGcpIntegrationsVpcAccess getVpcAccess(); vpc_access block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} --- @@ -3027,7 +3027,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3061,7 +3061,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3095,7 +3095,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3129,7 +3129,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3163,7 +3163,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3197,7 +3197,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3231,7 +3231,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3265,7 +3265,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3299,7 +3299,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3333,7 +3333,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3367,7 +3367,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3401,7 +3401,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3438,7 +3438,7 @@ public java.lang.Object getFetchTags(); to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -3452,7 +3452,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3486,7 +3486,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3520,7 +3520,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3554,7 +3554,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3591,7 +3591,7 @@ public java.lang.Object getFetchTags(); to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -3605,7 +3605,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3639,7 +3639,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3676,7 +3676,7 @@ public java.lang.Object getFetchTags(); to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -3690,7 +3690,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3724,7 +3724,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3758,7 +3758,7 @@ public java.lang.Number getMetricsPollingInterval(); the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- diff --git a/docs/cloudGcpIntegrations.python.md b/docs/cloudGcpIntegrations.python.md index a0f34c6e3..4d6a56db5 100644 --- a/docs/cloudGcpIntegrations.python.md +++ b/docs/cloudGcpIntegrations.python.md @@ -4,7 +4,7 @@ ### CloudGcpIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations}. #### Initializers @@ -79,7 +79,7 @@ cloudGcpIntegrations.CloudGcpIntegrations( | fire_base_storage | CloudGcpIntegrationsFireBaseStorage | fire_base_storage block. | | fire_store | CloudGcpIntegrationsFireStore | fire_store block. | | functions | CloudGcpIntegrationsFunctions | functions block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. | | interconnect | CloudGcpIntegrationsInterconnect | interconnect block. | | kubernetes | CloudGcpIntegrationsKubernetes | kubernetes block. | | load_balancing | CloudGcpIntegrationsLoadBalancing | load_balancing block. | @@ -162,7 +162,7 @@ Must be unique amongst siblings in the same scope Id of the linked gcp account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre alloy_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre app_engine block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre big_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre big_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre composer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre data_flow block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} --- @@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre data_proc block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre data_store block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} --- @@ -262,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre fire_base_database block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} --- @@ -272,7 +272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre fire_base_hosting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} --- @@ -282,7 +282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre fire_base_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} --- @@ -292,7 +292,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre fire_store block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} --- @@ -302,7 +302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre functions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} --- @@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#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. @@ -323,7 +323,7 @@ If you experience problems setting this value it might not be settable. Please t interconnect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} --- @@ -333,7 +333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} --- @@ -343,7 +343,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre load_balancing block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} --- @@ -353,7 +353,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre mem_cache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} --- @@ -363,7 +363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre pub_sub block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} --- @@ -373,7 +373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre redis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} --- @@ -383,7 +383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre router block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} --- @@ -393,7 +393,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre run block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} --- @@ -403,7 +403,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre spanner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} --- @@ -413,7 +413,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre sql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} --- @@ -423,7 +423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} --- @@ -433,7 +433,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre virtual_machines block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} --- @@ -443,7 +443,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre vpc_access block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} --- @@ -870,7 +870,7 @@ def put_alloy_db( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -888,7 +888,7 @@ def put_app_engine( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -907,7 +907,7 @@ def put_big_query( to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -917,7 +917,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -935,7 +935,7 @@ def put_big_table( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -953,7 +953,7 @@ def put_composer( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -971,7 +971,7 @@ def put_data_flow( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -989,7 +989,7 @@ def put_data_proc( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1007,7 +1007,7 @@ def put_data_store( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1025,7 +1025,7 @@ def put_fire_base_database( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1043,7 +1043,7 @@ def put_fire_base_hosting( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1061,7 +1061,7 @@ def put_fire_base_storage( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1079,7 +1079,7 @@ def put_fire_store( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1097,7 +1097,7 @@ def put_functions( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1115,7 +1115,7 @@ def put_interconnect( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1133,7 +1133,7 @@ def put_kubernetes( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1151,7 +1151,7 @@ def put_load_balancing( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1169,7 +1169,7 @@ def put_mem_cache( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1188,7 +1188,7 @@ def put_pub_sub( to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -1198,7 +1198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1216,7 +1216,7 @@ def put_redis( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1234,7 +1234,7 @@ def put_router( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1252,7 +1252,7 @@ def put_run( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1271,7 +1271,7 @@ def put_spanner( to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -1281,7 +1281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1299,7 +1299,7 @@ def put_sql( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1318,7 +1318,7 @@ def put_storage( to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -1328,7 +1328,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1346,7 +1346,7 @@ def put_virtual_machines( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1364,7 +1364,7 @@ def put_vpc_access( the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1650,7 +1650,7 @@ The construct id used in the generated config for the CloudGcpIntegrations to im The id of the existing CloudGcpIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#import import section} in the documentation of this resource for the id to use --- @@ -2513,7 +2513,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2547,7 +2547,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2583,7 +2583,7 @@ fetch_tags: typing.Union[bool, IResolvable] to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -2597,7 +2597,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2631,7 +2631,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2665,7 +2665,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2742,7 +2742,7 @@ cloudGcpIntegrations.CloudGcpIntegrationsConfig( | fire_base_storage | CloudGcpIntegrationsFireBaseStorage | fire_base_storage block. | | fire_store | CloudGcpIntegrationsFireStore | fire_store block. | | functions | CloudGcpIntegrationsFunctions | functions block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. | | interconnect | CloudGcpIntegrationsInterconnect | interconnect block. | | kubernetes | CloudGcpIntegrationsKubernetes | kubernetes block. | | load_balancing | CloudGcpIntegrationsLoadBalancing | load_balancing block. | @@ -2839,7 +2839,7 @@ linked_account_id: typing.Union[int, float] Id of the linked gcp account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} --- @@ -2853,7 +2853,7 @@ account_id: typing.Union[int, float] ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} --- @@ -2867,7 +2867,7 @@ alloy_db: CloudGcpIntegrationsAlloyDb alloy_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} --- @@ -2881,7 +2881,7 @@ app_engine: CloudGcpIntegrationsAppEngine app_engine block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} --- @@ -2895,7 +2895,7 @@ big_query: CloudGcpIntegrationsBigQuery big_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} --- @@ -2909,7 +2909,7 @@ big_table: CloudGcpIntegrationsBigTable big_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} --- @@ -2923,7 +2923,7 @@ composer: CloudGcpIntegrationsComposer composer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} --- @@ -2937,7 +2937,7 @@ data_flow: CloudGcpIntegrationsDataFlow data_flow block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} --- @@ -2951,7 +2951,7 @@ data_proc: CloudGcpIntegrationsDataProc data_proc block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} --- @@ -2965,7 +2965,7 @@ data_store: CloudGcpIntegrationsDataStore data_store block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} --- @@ -2979,7 +2979,7 @@ fire_base_database: CloudGcpIntegrationsFireBaseDatabase fire_base_database block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} --- @@ -2993,7 +2993,7 @@ fire_base_hosting: CloudGcpIntegrationsFireBaseHosting fire_base_hosting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} --- @@ -3007,7 +3007,7 @@ fire_base_storage: CloudGcpIntegrationsFireBaseStorage fire_base_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} --- @@ -3021,7 +3021,7 @@ fire_store: CloudGcpIntegrationsFireStore fire_store block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} --- @@ -3035,7 +3035,7 @@ functions: CloudGcpIntegrationsFunctions functions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} --- @@ -3047,7 +3047,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#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. @@ -3064,7 +3064,7 @@ interconnect: CloudGcpIntegrationsInterconnect interconnect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} --- @@ -3078,7 +3078,7 @@ kubernetes: CloudGcpIntegrationsKubernetes kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} --- @@ -3092,7 +3092,7 @@ load_balancing: CloudGcpIntegrationsLoadBalancing load_balancing block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} --- @@ -3106,7 +3106,7 @@ mem_cache: CloudGcpIntegrationsMemCache mem_cache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} --- @@ -3120,7 +3120,7 @@ pub_sub: CloudGcpIntegrationsPubSub pub_sub block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} --- @@ -3134,7 +3134,7 @@ redis: CloudGcpIntegrationsRedis redis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} --- @@ -3148,7 +3148,7 @@ router: CloudGcpIntegrationsRouter router block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} --- @@ -3162,7 +3162,7 @@ run: CloudGcpIntegrationsRun run block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} --- @@ -3176,7 +3176,7 @@ spanner: CloudGcpIntegrationsSpanner spanner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} --- @@ -3190,7 +3190,7 @@ sql: CloudGcpIntegrationsSql sql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} --- @@ -3204,7 +3204,7 @@ storage: CloudGcpIntegrationsStorage storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} --- @@ -3218,7 +3218,7 @@ virtual_machines: CloudGcpIntegrationsVirtualMachines virtual_machines block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} --- @@ -3232,7 +3232,7 @@ vpc_access: CloudGcpIntegrationsVpcAccess vpc_access block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} --- @@ -3266,7 +3266,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3300,7 +3300,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3334,7 +3334,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3368,7 +3368,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3402,7 +3402,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3436,7 +3436,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3470,7 +3470,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3504,7 +3504,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3538,7 +3538,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3572,7 +3572,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3606,7 +3606,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3640,7 +3640,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3676,7 +3676,7 @@ fetch_tags: typing.Union[bool, IResolvable] to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -3690,7 +3690,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3724,7 +3724,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3758,7 +3758,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3792,7 +3792,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3828,7 +3828,7 @@ fetch_tags: typing.Union[bool, IResolvable] to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -3842,7 +3842,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3876,7 +3876,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3912,7 +3912,7 @@ fetch_tags: typing.Union[bool, IResolvable] to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -3926,7 +3926,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3960,7 +3960,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3994,7 +3994,7 @@ metrics_polling_interval: typing.Union[int, float] the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- diff --git a/docs/cloudGcpIntegrations.typescript.md b/docs/cloudGcpIntegrations.typescript.md index 340288185..dff14e43f 100644 --- a/docs/cloudGcpIntegrations.typescript.md +++ b/docs/cloudGcpIntegrations.typescript.md @@ -4,7 +4,7 @@ ### CloudGcpIntegrations -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations}. #### Initializers @@ -1001,7 +1001,7 @@ The construct id used in the generated config for the CloudGcpIntegrations to im The id of the existing CloudGcpIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#import import section} in the documentation of this resource for the id to use --- @@ -1862,7 +1862,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1894,7 +1894,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1927,7 +1927,7 @@ public readonly fetchTags: boolean | IResolvable; to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -1941,7 +1941,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -1973,7 +1973,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2005,7 +2005,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2045,7 +2045,7 @@ const cloudGcpIntegrationsConfig: cloudGcpIntegrations.CloudGcpIntegrationsConfi | fireBaseStorage | CloudGcpIntegrationsFireBaseStorage | fire_base_storage block. | | fireStore | CloudGcpIntegrationsFireStore | fire_store block. | | functions | CloudGcpIntegrationsFunctions | functions block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. | | interconnect | CloudGcpIntegrationsInterconnect | interconnect block. | | kubernetes | CloudGcpIntegrationsKubernetes | kubernetes block. | | loadBalancing | CloudGcpIntegrationsLoadBalancing | load_balancing block. | @@ -2142,7 +2142,7 @@ public readonly linkedAccountId: number; Id of the linked gcp account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} --- @@ -2156,7 +2156,7 @@ public readonly accountId: number; ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} --- @@ -2170,7 +2170,7 @@ public readonly alloyDb: CloudGcpIntegrationsAlloyDb; alloy_db block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} --- @@ -2184,7 +2184,7 @@ public readonly appEngine: CloudGcpIntegrationsAppEngine; app_engine block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} --- @@ -2198,7 +2198,7 @@ public readonly bigQuery: CloudGcpIntegrationsBigQuery; big_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} --- @@ -2212,7 +2212,7 @@ public readonly bigTable: CloudGcpIntegrationsBigTable; big_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} --- @@ -2226,7 +2226,7 @@ public readonly composer: CloudGcpIntegrationsComposer; composer block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} --- @@ -2240,7 +2240,7 @@ public readonly dataFlow: CloudGcpIntegrationsDataFlow; data_flow block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} --- @@ -2254,7 +2254,7 @@ public readonly dataProc: CloudGcpIntegrationsDataProc; data_proc block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} --- @@ -2268,7 +2268,7 @@ public readonly dataStore: CloudGcpIntegrationsDataStore; data_store block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} --- @@ -2282,7 +2282,7 @@ public readonly fireBaseDatabase: CloudGcpIntegrationsFireBaseDatabase; fire_base_database block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} --- @@ -2296,7 +2296,7 @@ public readonly fireBaseHosting: CloudGcpIntegrationsFireBaseHosting; fire_base_hosting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} --- @@ -2310,7 +2310,7 @@ public readonly fireBaseStorage: CloudGcpIntegrationsFireBaseStorage; fire_base_storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} --- @@ -2324,7 +2324,7 @@ public readonly fireStore: CloudGcpIntegrationsFireStore; fire_store block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} --- @@ -2338,7 +2338,7 @@ public readonly functions: CloudGcpIntegrationsFunctions; functions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} --- @@ -2350,7 +2350,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#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. @@ -2367,7 +2367,7 @@ public readonly interconnect: CloudGcpIntegrationsInterconnect; interconnect block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} --- @@ -2381,7 +2381,7 @@ public readonly kubernetes: CloudGcpIntegrationsKubernetes; kubernetes block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} --- @@ -2395,7 +2395,7 @@ public readonly loadBalancing: CloudGcpIntegrationsLoadBalancing; load_balancing block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} --- @@ -2409,7 +2409,7 @@ public readonly memCache: CloudGcpIntegrationsMemCache; mem_cache block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} --- @@ -2423,7 +2423,7 @@ public readonly pubSub: CloudGcpIntegrationsPubSub; pub_sub block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} --- @@ -2437,7 +2437,7 @@ public readonly redis: CloudGcpIntegrationsRedis; redis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} --- @@ -2451,7 +2451,7 @@ public readonly router: CloudGcpIntegrationsRouter; router block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} --- @@ -2465,7 +2465,7 @@ public readonly run: CloudGcpIntegrationsRun; run block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} --- @@ -2479,7 +2479,7 @@ public readonly spanner: CloudGcpIntegrationsSpanner; spanner block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} --- @@ -2493,7 +2493,7 @@ public readonly sql: CloudGcpIntegrationsSql; sql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} --- @@ -2507,7 +2507,7 @@ public readonly storage: CloudGcpIntegrationsStorage; storage block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} --- @@ -2521,7 +2521,7 @@ public readonly virtualMachines: CloudGcpIntegrationsVirtualMachines; virtual_machines block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} --- @@ -2535,7 +2535,7 @@ public readonly vpcAccess: CloudGcpIntegrationsVpcAccess; vpc_access block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} --- @@ -2567,7 +2567,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2599,7 +2599,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2631,7 +2631,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2663,7 +2663,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2695,7 +2695,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2727,7 +2727,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2759,7 +2759,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2791,7 +2791,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2823,7 +2823,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2855,7 +2855,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2887,7 +2887,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2919,7 +2919,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2952,7 +2952,7 @@ public readonly fetchTags: boolean | IResolvable; to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -2966,7 +2966,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -2998,7 +2998,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3030,7 +3030,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3062,7 +3062,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3095,7 +3095,7 @@ public readonly fetchTags: boolean | IResolvable; to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -3109,7 +3109,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3141,7 +3141,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3174,7 +3174,7 @@ public readonly fetchTags: boolean | IResolvable; to fetch tags of the resource. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} --- @@ -3188,7 +3188,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3220,7 +3220,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- @@ -3252,7 +3252,7 @@ public readonly metricsPollingInterval: number; the data polling interval in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} --- diff --git a/docs/cloudGcpLinkAccount.csharp.md b/docs/cloudGcpLinkAccount.csharp.md index 9d165b917..c67613679 100644 --- a/docs/cloudGcpLinkAccount.csharp.md +++ b/docs/cloudGcpLinkAccount.csharp.md @@ -4,7 +4,7 @@ ### CloudGcpLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the CloudGcpLinkAccount to imp The id of the existing CloudGcpLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#import import section} in the documentation of this resource for the id to use --- @@ -800,7 +800,7 @@ new CloudGcpLinkAccountConfig { | Name | string | name of the linked account. | | ProjectId | string | project id of the Gcp account. | | AccountId | double | accountID of newrelic account. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. | --- @@ -884,7 +884,7 @@ public string Name { get; set; } name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} --- @@ -898,7 +898,7 @@ public string ProjectId { get; set; } project id of the Gcp account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} --- @@ -912,7 +912,7 @@ public double AccountId { get; set; } accountID of newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} --- @@ -924,7 +924,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#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. diff --git a/docs/cloudGcpLinkAccount.go.md b/docs/cloudGcpLinkAccount.go.md index efe94c445..0f4a2a1be 100644 --- a/docs/cloudGcpLinkAccount.go.md +++ b/docs/cloudGcpLinkAccount.go.md @@ -4,7 +4,7 @@ ### CloudGcpLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the CloudGcpLinkAccount to imp The id of the existing CloudGcpLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#import import section} in the documentation of this resource for the id to use --- @@ -800,7 +800,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/cloudgcplinkacc | Name | *string | name of the linked account. | | ProjectId | *string | project id of the Gcp account. | | AccountId | *f64 | accountID of newrelic account. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. | --- @@ -884,7 +884,7 @@ Name *string name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} --- @@ -898,7 +898,7 @@ ProjectId *string project id of the Gcp account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} --- @@ -912,7 +912,7 @@ AccountId *f64 accountID of newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} --- @@ -924,7 +924,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#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. diff --git a/docs/cloudGcpLinkAccount.java.md b/docs/cloudGcpLinkAccount.java.md index 6286ea3e3..e2ad30a4b 100644 --- a/docs/cloudGcpLinkAccount.java.md +++ b/docs/cloudGcpLinkAccount.java.md @@ -4,7 +4,7 @@ ### CloudGcpLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account}. #### Initializers @@ -44,7 +44,7 @@ CloudGcpLinkAccount.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | name of the linked account. | | projectId | java.lang.String | project id of the Gcp account. | | accountId | java.lang.Number | accountID of newrelic account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre project id of the Gcp account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre accountID of newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#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. @@ -586,7 +586,7 @@ The construct id used in the generated config for the CloudGcpLinkAccount to imp The id of the existing CloudGcpLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#import import section} in the documentation of this resource for the id to use --- @@ -909,7 +909,7 @@ CloudGcpLinkAccountConfig.builder() | name | java.lang.String | name of the linked account. | | projectId | java.lang.String | project id of the Gcp account. | | accountId | java.lang.Number | accountID of newrelic account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. | --- @@ -993,7 +993,7 @@ public java.lang.String getName(); name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} --- @@ -1007,7 +1007,7 @@ public java.lang.String getProjectId(); project id of the Gcp account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} --- @@ -1021,7 +1021,7 @@ public java.lang.Number getAccountId(); accountID of newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} --- @@ -1033,7 +1033,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#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. diff --git a/docs/cloudGcpLinkAccount.python.md b/docs/cloudGcpLinkAccount.python.md index 900e0dec0..1bdefb152 100644 --- a/docs/cloudGcpLinkAccount.python.md +++ b/docs/cloudGcpLinkAccount.python.md @@ -4,7 +4,7 @@ ### CloudGcpLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account}. #### Initializers @@ -42,7 +42,7 @@ cloudGcpLinkAccount.CloudGcpLinkAccount( | name | str | name of the linked account. | | project_id | str | project id of the Gcp account. | | account_id | typing.Union[int, float] | accountID of newrelic account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre project id of the Gcp account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre accountID of newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#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. @@ -630,7 +630,7 @@ The construct id used in the generated config for the CloudGcpLinkAccount to imp The id of the existing CloudGcpLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#import import section} in the documentation of this resource for the id to use --- @@ -949,7 +949,7 @@ cloudGcpLinkAccount.CloudGcpLinkAccountConfig( | name | str | name of the linked account. | | project_id | str | project id of the Gcp account. | | account_id | typing.Union[int, float] | accountID of newrelic account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. | --- @@ -1033,7 +1033,7 @@ name: str name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} --- @@ -1047,7 +1047,7 @@ project_id: str project id of the Gcp account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} --- @@ -1061,7 +1061,7 @@ account_id: typing.Union[int, float] accountID of newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} --- @@ -1073,7 +1073,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#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. diff --git a/docs/cloudGcpLinkAccount.typescript.md b/docs/cloudGcpLinkAccount.typescript.md index 39818c532..d60f9f4a9 100644 --- a/docs/cloudGcpLinkAccount.typescript.md +++ b/docs/cloudGcpLinkAccount.typescript.md @@ -4,7 +4,7 @@ ### CloudGcpLinkAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the CloudGcpLinkAccount to imp The id of the existing CloudGcpLinkAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#import import section} in the documentation of this resource for the id to use --- @@ -788,7 +788,7 @@ const cloudGcpLinkAccountConfig: cloudGcpLinkAccount.CloudGcpLinkAccountConfig = | name | string | name of the linked account. | | projectId | string | project id of the Gcp account. | | accountId | number | accountID of newrelic account. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. | --- @@ -872,7 +872,7 @@ public readonly name: string; name of the linked account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} --- @@ -886,7 +886,7 @@ public readonly projectId: string; project id of the Gcp account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} --- @@ -900,7 +900,7 @@ public readonly accountId: number; accountID of newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} --- @@ -912,7 +912,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#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. diff --git a/docs/dataNewrelicAccount.csharp.md b/docs/dataNewrelicAccount.csharp.md index 048f3c314..d785eb339 100644 --- a/docs/dataNewrelicAccount.csharp.md +++ b/docs/dataNewrelicAccount.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account newrelic_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account newrelic_account}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataNewrelicAccount to imp The id of the existing DataNewrelicAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#import import section} in the documentation of this resource for the id to use --- @@ -688,7 +688,7 @@ new DataNewrelicAccountConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | AccountId | double | The ID of the account in New Relic. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#id DataNewrelicAccount#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#id DataNewrelicAccount#id}. | | Name | string | The name of the account in New Relic. | | Scope | string | The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". | @@ -774,7 +774,7 @@ public double AccountId { get; set; } The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#account_id DataNewrelicAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#account_id DataNewrelicAccount#account_id} --- @@ -786,7 +786,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#id DataNewrelicAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#id DataNewrelicAccount#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. @@ -803,7 +803,7 @@ public string Name { get; set; } The name of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#name DataNewrelicAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#name DataNewrelicAccount#name} --- @@ -817,7 +817,7 @@ public string Scope { get; set; } The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#scope DataNewrelicAccount#scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#scope DataNewrelicAccount#scope} --- diff --git a/docs/dataNewrelicAccount.go.md b/docs/dataNewrelicAccount.go.md index 58ff0aa88..d91374f4a 100644 --- a/docs/dataNewrelicAccount.go.md +++ b/docs/dataNewrelicAccount.go.md @@ -4,7 +4,7 @@ ### DataNewrelicAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account newrelic_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account newrelic_account}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataNewrelicAccount to imp The id of the existing DataNewrelicAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#import import section} in the documentation of this resource for the id to use --- @@ -688,7 +688,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicacc | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | AccountId | *f64 | The ID of the account in New Relic. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#id DataNewrelicAccount#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#id DataNewrelicAccount#id}. | | Name | *string | The name of the account in New Relic. | | Scope | *string | The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". | @@ -774,7 +774,7 @@ AccountId *f64 The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#account_id DataNewrelicAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#account_id DataNewrelicAccount#account_id} --- @@ -786,7 +786,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#id DataNewrelicAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#id DataNewrelicAccount#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. @@ -803,7 +803,7 @@ Name *string The name of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#name DataNewrelicAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#name DataNewrelicAccount#name} --- @@ -817,7 +817,7 @@ Scope *string The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#scope DataNewrelicAccount#scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#scope DataNewrelicAccount#scope} --- diff --git a/docs/dataNewrelicAccount.java.md b/docs/dataNewrelicAccount.java.md index bbc2e5739..8526a8327 100644 --- a/docs/dataNewrelicAccount.java.md +++ b/docs/dataNewrelicAccount.java.md @@ -4,7 +4,7 @@ ### DataNewrelicAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account newrelic_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account newrelic_account}. #### Initializers @@ -42,7 +42,7 @@ DataNewrelicAccount.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | accountId | java.lang.Number | The ID of the account in New Relic. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#id DataNewrelicAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#id DataNewrelicAccount#id}. | | name | java.lang.String | The name of the account in New Relic. | | scope | java.lang.String | The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#account_id DataNewrelicAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#account_id DataNewrelicAccount#account_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#id DataNewrelicAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#id DataNewrelicAccount#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. @@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#name DataNewrelicAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#name DataNewrelicAccount#name} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#scope DataNewrelicAccount#scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#scope DataNewrelicAccount#scope} --- @@ -496,7 +496,7 @@ The construct id used in the generated config for the DataNewrelicAccount to imp The id of the existing DataNewrelicAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#import import section} in the documentation of this resource for the id to use --- @@ -795,7 +795,7 @@ DataNewrelicAccountConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | accountId | java.lang.Number | The ID of the account in New Relic. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#id DataNewrelicAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#id DataNewrelicAccount#id}. | | name | java.lang.String | The name of the account in New Relic. | | scope | java.lang.String | The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". | @@ -881,7 +881,7 @@ public java.lang.Number getAccountId(); The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#account_id DataNewrelicAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#account_id DataNewrelicAccount#account_id} --- @@ -893,7 +893,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#id DataNewrelicAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#id DataNewrelicAccount#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. @@ -910,7 +910,7 @@ public java.lang.String getName(); The name of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#name DataNewrelicAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#name DataNewrelicAccount#name} --- @@ -924,7 +924,7 @@ public java.lang.String getScope(); The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#scope DataNewrelicAccount#scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#scope DataNewrelicAccount#scope} --- diff --git a/docs/dataNewrelicAccount.python.md b/docs/dataNewrelicAccount.python.md index 0c71a9662..7ed047232 100644 --- a/docs/dataNewrelicAccount.python.md +++ b/docs/dataNewrelicAccount.python.md @@ -4,7 +4,7 @@ ### DataNewrelicAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account newrelic_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account newrelic_account}. #### Initializers @@ -40,7 +40,7 @@ dataNewrelicAccount.DataNewrelicAccount( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | account_id | typing.Union[int, float] | The ID of the account in New Relic. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#id DataNewrelicAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#id DataNewrelicAccount#id}. | | name | str | The name of the account in New Relic. | | scope | str | The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". | @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#account_id DataNewrelicAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#account_id DataNewrelicAccount#account_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#id DataNewrelicAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#id DataNewrelicAccount#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. @@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#name DataNewrelicAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#name DataNewrelicAccount#name} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#scope DataNewrelicAccount#scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#scope DataNewrelicAccount#scope} --- @@ -530,7 +530,7 @@ The construct id used in the generated config for the DataNewrelicAccount to imp The id of the existing DataNewrelicAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#import import section} in the documentation of this resource for the id to use --- @@ -825,7 +825,7 @@ dataNewrelicAccount.DataNewrelicAccountConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | account_id | typing.Union[int, float] | The ID of the account in New Relic. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#id DataNewrelicAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#id DataNewrelicAccount#id}. | | name | str | The name of the account in New Relic. | | scope | str | The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". | @@ -911,7 +911,7 @@ account_id: typing.Union[int, float] The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#account_id DataNewrelicAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#account_id DataNewrelicAccount#account_id} --- @@ -923,7 +923,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#id DataNewrelicAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#id DataNewrelicAccount#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. @@ -940,7 +940,7 @@ name: str The name of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#name DataNewrelicAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#name DataNewrelicAccount#name} --- @@ -954,7 +954,7 @@ scope: str The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#scope DataNewrelicAccount#scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#scope DataNewrelicAccount#scope} --- diff --git a/docs/dataNewrelicAccount.typescript.md b/docs/dataNewrelicAccount.typescript.md index 079e02ca0..11afc40d0 100644 --- a/docs/dataNewrelicAccount.typescript.md +++ b/docs/dataNewrelicAccount.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account newrelic_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account newrelic_account}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataNewrelicAccount to imp The id of the existing DataNewrelicAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#import import section} in the documentation of this resource for the id to use --- @@ -676,7 +676,7 @@ const dataNewrelicAccountConfig: dataNewrelicAccount.DataNewrelicAccountConfig = | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | accountId | number | The ID of the account in New Relic. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#id DataNewrelicAccount#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#id DataNewrelicAccount#id}. | | name | string | The name of the account in New Relic. | | scope | string | The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". | @@ -762,7 +762,7 @@ public readonly accountId: number; The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#account_id DataNewrelicAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#account_id DataNewrelicAccount#account_id} --- @@ -774,7 +774,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#id DataNewrelicAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#id DataNewrelicAccount#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. @@ -791,7 +791,7 @@ public readonly name: string; The name of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#name DataNewrelicAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#name DataNewrelicAccount#name} --- @@ -805,7 +805,7 @@ public readonly scope: string; The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#scope DataNewrelicAccount#scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#scope DataNewrelicAccount#scope} --- diff --git a/docs/dataNewrelicAlertChannel.csharp.md b/docs/dataNewrelicAlertChannel.csharp.md index 227cab14a..6f1ba6177 100644 --- a/docs/dataNewrelicAlertChannel.csharp.md +++ b/docs/dataNewrelicAlertChannel.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicAlertChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel newrelic_alert_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel newrelic_alert_channel}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicAlertChannel t The id of the existing DataNewrelicAlertChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#import import section} in the documentation of this resource for the id to use --- @@ -685,7 +685,7 @@ new DataNewrelicAlertChannelConfig { | Provisioners | object[] | *No description.* | | Name | string | The name of the alert channel in New Relic. | | AccountId | double | The New Relic account ID where you want to retrieve the alert channel. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. | --- @@ -769,7 +769,7 @@ public string Name { get; set; } The name of the alert channel in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} --- @@ -783,7 +783,7 @@ public double AccountId { get; set; } The New Relic account ID where you want to retrieve the alert channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} --- @@ -795,7 +795,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#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. diff --git a/docs/dataNewrelicAlertChannel.go.md b/docs/dataNewrelicAlertChannel.go.md index fa161394e..33730a5ae 100644 --- a/docs/dataNewrelicAlertChannel.go.md +++ b/docs/dataNewrelicAlertChannel.go.md @@ -4,7 +4,7 @@ ### DataNewrelicAlertChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel newrelic_alert_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel newrelic_alert_channel}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicAlertChannel t The id of the existing DataNewrelicAlertChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#import import section} in the documentation of this resource for the id to use --- @@ -685,7 +685,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicale | Provisioners | *[]interface{} | *No description.* | | Name | *string | The name of the alert channel in New Relic. | | AccountId | *f64 | The New Relic account ID where you want to retrieve the alert channel. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. | --- @@ -769,7 +769,7 @@ Name *string The name of the alert channel in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} --- @@ -783,7 +783,7 @@ AccountId *f64 The New Relic account ID where you want to retrieve the alert channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} --- @@ -795,7 +795,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#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. diff --git a/docs/dataNewrelicAlertChannel.java.md b/docs/dataNewrelicAlertChannel.java.md index b6bbac0e1..fc9588f3a 100644 --- a/docs/dataNewrelicAlertChannel.java.md +++ b/docs/dataNewrelicAlertChannel.java.md @@ -4,7 +4,7 @@ ### DataNewrelicAlertChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel newrelic_alert_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel newrelic_alert_channel}. #### Initializers @@ -42,7 +42,7 @@ DataNewrelicAlertChannel.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | name | java.lang.String | The name of the alert channel in New Relic. | | accountId | java.lang.Number | The New Relic account ID where you want to retrieve the alert channel. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The name of the alert channel in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to retrieve the alert channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#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. @@ -470,7 +470,7 @@ The construct id used in the generated config for the DataNewrelicAlertChannel t The id of the existing DataNewrelicAlertChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#import import section} in the documentation of this resource for the id to use --- @@ -780,7 +780,7 @@ DataNewrelicAlertChannelConfig.builder() | provisioners | java.util.List | *No description.* | | name | java.lang.String | The name of the alert channel in New Relic. | | accountId | java.lang.Number | The New Relic account ID where you want to retrieve the alert channel. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. | --- @@ -864,7 +864,7 @@ public java.lang.String getName(); The name of the alert channel in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} --- @@ -878,7 +878,7 @@ public java.lang.Number getAccountId(); The New Relic account ID where you want to retrieve the alert channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} --- @@ -890,7 +890,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#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. diff --git a/docs/dataNewrelicAlertChannel.python.md b/docs/dataNewrelicAlertChannel.python.md index 6b46c4a14..18a040707 100644 --- a/docs/dataNewrelicAlertChannel.python.md +++ b/docs/dataNewrelicAlertChannel.python.md @@ -4,7 +4,7 @@ ### DataNewrelicAlertChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel newrelic_alert_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel newrelic_alert_channel}. #### Initializers @@ -40,7 +40,7 @@ dataNewrelicAlertChannel.DataNewrelicAlertChannel( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the alert channel in New Relic. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to retrieve the alert channel. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The name of the alert channel in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to retrieve the alert channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#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. @@ -504,7 +504,7 @@ The construct id used in the generated config for the DataNewrelicAlertChannel t The id of the existing DataNewrelicAlertChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,7 @@ dataNewrelicAlertChannel.DataNewrelicAlertChannelConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the alert channel in New Relic. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to retrieve the alert channel. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. | --- @@ -894,7 +894,7 @@ name: str The name of the alert channel in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} --- @@ -908,7 +908,7 @@ account_id: typing.Union[int, float] The New Relic account ID where you want to retrieve the alert channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} --- @@ -920,7 +920,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#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. diff --git a/docs/dataNewrelicAlertChannel.typescript.md b/docs/dataNewrelicAlertChannel.typescript.md index db6650ba0..e0ec6dd7a 100644 --- a/docs/dataNewrelicAlertChannel.typescript.md +++ b/docs/dataNewrelicAlertChannel.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicAlertChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel newrelic_alert_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel newrelic_alert_channel}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicAlertChannel t The id of the existing DataNewrelicAlertChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#import import section} in the documentation of this resource for the id to use --- @@ -674,7 +674,7 @@ const dataNewrelicAlertChannelConfig: dataNewrelicAlertChannel.DataNewrelicAlert | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | The name of the alert channel in New Relic. | | accountId | number | The New Relic account ID where you want to retrieve the alert channel. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. | --- @@ -758,7 +758,7 @@ public readonly name: string; The name of the alert channel in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} --- @@ -772,7 +772,7 @@ public readonly accountId: number; The New Relic account ID where you want to retrieve the alert channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} --- @@ -784,7 +784,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#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. diff --git a/docs/dataNewrelicAlertPolicy.csharp.md b/docs/dataNewrelicAlertPolicy.csharp.md index fef17a8b7..b9b7df640 100644 --- a/docs/dataNewrelicAlertPolicy.csharp.md +++ b/docs/dataNewrelicAlertPolicy.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicAlertPolicy -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy newrelic_alert_policy}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy newrelic_alert_policy}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataNewrelicAlertPolicy to The id of the existing DataNewrelicAlertPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#import import section} in the documentation of this resource for the id to use --- @@ -704,7 +704,7 @@ new DataNewrelicAlertPolicyConfig { | Provisioners | object[] | *No description.* | | Name | string | The name of the alert policy in New Relic. | | AccountId | double | The New Relic account ID to operate on. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. | | IncidentPreference | string | The rollup strategy for the policy, which can be `PER_POLICY`, `PER_CONDITION`, or `PER_CONDITION_AND_TARGET`. | --- @@ -789,7 +789,7 @@ public string Name { get; set; } The name of the alert policy in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} --- @@ -803,7 +803,7 @@ public double AccountId { get; set; } The New Relic account ID to operate on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} --- @@ -815,7 +815,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#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. @@ -832,7 +832,7 @@ public string IncidentPreference { get; set; } The rollup strategy for the policy, which can be `PER_POLICY`, `PER_CONDITION`, or `PER_CONDITION_AND_TARGET`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} --- diff --git a/docs/dataNewrelicAlertPolicy.go.md b/docs/dataNewrelicAlertPolicy.go.md index a7dd2664a..14585ab8b 100644 --- a/docs/dataNewrelicAlertPolicy.go.md +++ b/docs/dataNewrelicAlertPolicy.go.md @@ -4,7 +4,7 @@ ### DataNewrelicAlertPolicy -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy newrelic_alert_policy}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy newrelic_alert_policy}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataNewrelicAlertPolicy to The id of the existing DataNewrelicAlertPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#import import section} in the documentation of this resource for the id to use --- @@ -704,7 +704,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicale | Provisioners | *[]interface{} | *No description.* | | Name | *string | The name of the alert policy in New Relic. | | AccountId | *f64 | The New Relic account ID to operate on. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. | | IncidentPreference | *string | The rollup strategy for the policy, which can be `PER_POLICY`, `PER_CONDITION`, or `PER_CONDITION_AND_TARGET`. | --- @@ -789,7 +789,7 @@ Name *string The name of the alert policy in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} --- @@ -803,7 +803,7 @@ AccountId *f64 The New Relic account ID to operate on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} --- @@ -815,7 +815,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#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. @@ -832,7 +832,7 @@ IncidentPreference *string The rollup strategy for the policy, which can be `PER_POLICY`, `PER_CONDITION`, or `PER_CONDITION_AND_TARGET`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} --- diff --git a/docs/dataNewrelicAlertPolicy.java.md b/docs/dataNewrelicAlertPolicy.java.md index 687a92071..c1cdb3aaa 100644 --- a/docs/dataNewrelicAlertPolicy.java.md +++ b/docs/dataNewrelicAlertPolicy.java.md @@ -4,7 +4,7 @@ ### DataNewrelicAlertPolicy -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy newrelic_alert_policy}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy newrelic_alert_policy}. #### Initializers @@ -43,7 +43,7 @@ DataNewrelicAlertPolicy.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | name | java.lang.String | The name of the alert policy in New Relic. | | accountId | java.lang.Number | The New Relic account ID to operate on. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. | | incidentPreference | java.lang.String | The rollup strategy for the policy, which can be `PER_POLICY`, `PER_CONDITION`, or `PER_CONDITION_AND_TARGET`. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The name of the alert policy in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID to operate on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#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. @@ -145,7 +145,7 @@ If you experience problems setting this value it might not be settable. Please t The rollup strategy for the policy, which can be `PER_POLICY`, `PER_CONDITION`, or `PER_CONDITION_AND_TARGET`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} --- @@ -489,7 +489,7 @@ The construct id used in the generated config for the DataNewrelicAlertPolicy to The id of the existing DataNewrelicAlertPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#import import section} in the documentation of this resource for the id to use --- @@ -811,7 +811,7 @@ DataNewrelicAlertPolicyConfig.builder() | provisioners | java.util.List | *No description.* | | name | java.lang.String | The name of the alert policy in New Relic. | | accountId | java.lang.Number | The New Relic account ID to operate on. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. | | incidentPreference | java.lang.String | The rollup strategy for the policy, which can be `PER_POLICY`, `PER_CONDITION`, or `PER_CONDITION_AND_TARGET`. | --- @@ -896,7 +896,7 @@ public java.lang.String getName(); The name of the alert policy in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} --- @@ -910,7 +910,7 @@ public java.lang.Number getAccountId(); The New Relic account ID to operate on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} --- @@ -922,7 +922,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#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. @@ -939,7 +939,7 @@ public java.lang.String getIncidentPreference(); The rollup strategy for the policy, which can be `PER_POLICY`, `PER_CONDITION`, or `PER_CONDITION_AND_TARGET`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} --- diff --git a/docs/dataNewrelicAlertPolicy.python.md b/docs/dataNewrelicAlertPolicy.python.md index 56dfb3806..451bc8037 100644 --- a/docs/dataNewrelicAlertPolicy.python.md +++ b/docs/dataNewrelicAlertPolicy.python.md @@ -4,7 +4,7 @@ ### DataNewrelicAlertPolicy -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy newrelic_alert_policy}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy newrelic_alert_policy}. #### Initializers @@ -41,7 +41,7 @@ dataNewrelicAlertPolicy.DataNewrelicAlertPolicy( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the alert policy in New Relic. | | account_id | typing.Union[int, float] | The New Relic account ID to operate on. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. | | incident_preference | str | The rollup strategy for the policy, which can be `PER_POLICY`, `PER_CONDITION`, or `PER_CONDITION_AND_TARGET`. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The name of the alert policy in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID to operate on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#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. @@ -143,7 +143,7 @@ If you experience problems setting this value it might not be settable. Please t The rollup strategy for the policy, which can be `PER_POLICY`, `PER_CONDITION`, or `PER_CONDITION_AND_TARGET`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} --- @@ -523,7 +523,7 @@ The construct id used in the generated config for the DataNewrelicAlertPolicy to The id of the existing DataNewrelicAlertPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#import import section} in the documentation of this resource for the id to use --- @@ -841,7 +841,7 @@ dataNewrelicAlertPolicy.DataNewrelicAlertPolicyConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the alert policy in New Relic. | | account_id | typing.Union[int, float] | The New Relic account ID to operate on. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. | | incident_preference | str | The rollup strategy for the policy, which can be `PER_POLICY`, `PER_CONDITION`, or `PER_CONDITION_AND_TARGET`. | --- @@ -926,7 +926,7 @@ name: str The name of the alert policy in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} --- @@ -940,7 +940,7 @@ account_id: typing.Union[int, float] The New Relic account ID to operate on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} --- @@ -952,7 +952,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#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. @@ -969,7 +969,7 @@ incident_preference: str The rollup strategy for the policy, which can be `PER_POLICY`, `PER_CONDITION`, or `PER_CONDITION_AND_TARGET`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} --- diff --git a/docs/dataNewrelicAlertPolicy.typescript.md b/docs/dataNewrelicAlertPolicy.typescript.md index 06aab216f..b6f2bedf7 100644 --- a/docs/dataNewrelicAlertPolicy.typescript.md +++ b/docs/dataNewrelicAlertPolicy.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicAlertPolicy -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy newrelic_alert_policy}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy newrelic_alert_policy}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataNewrelicAlertPolicy to The id of the existing DataNewrelicAlertPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#import import section} in the documentation of this resource for the id to use --- @@ -692,7 +692,7 @@ const dataNewrelicAlertPolicyConfig: dataNewrelicAlertPolicy.DataNewrelicAlertPo | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | The name of the alert policy in New Relic. | | accountId | number | The New Relic account ID to operate on. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. | | incidentPreference | string | The rollup strategy for the policy, which can be `PER_POLICY`, `PER_CONDITION`, or `PER_CONDITION_AND_TARGET`. | --- @@ -777,7 +777,7 @@ public readonly name: string; The name of the alert policy in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} --- @@ -791,7 +791,7 @@ public readonly accountId: number; The New Relic account ID to operate on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} --- @@ -803,7 +803,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#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. @@ -820,7 +820,7 @@ public readonly incidentPreference: string; The rollup strategy for the policy, which can be `PER_POLICY`, `PER_CONDITION`, or `PER_CONDITION_AND_TARGET`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} --- diff --git a/docs/dataNewrelicApplication.csharp.md b/docs/dataNewrelicApplication.csharp.md index e137cb3cd..6e861148c 100644 --- a/docs/dataNewrelicApplication.csharp.md +++ b/docs/dataNewrelicApplication.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicApplication -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application newrelic_application}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application newrelic_application}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataNewrelicApplication to The id of the existing DataNewrelicApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use --- @@ -643,7 +643,7 @@ new DataNewrelicApplicationConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | The name of the application in New Relic. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#id DataNewrelicApplication#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#id DataNewrelicApplication#id}. | --- @@ -727,7 +727,7 @@ public string Name { get; set; } The name of the application in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#name DataNewrelicApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#name DataNewrelicApplication#name} --- @@ -739,7 +739,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#id DataNewrelicApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#id DataNewrelicApplication#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. diff --git a/docs/dataNewrelicApplication.go.md b/docs/dataNewrelicApplication.go.md index 1f27f0187..3353e5673 100644 --- a/docs/dataNewrelicApplication.go.md +++ b/docs/dataNewrelicApplication.go.md @@ -4,7 +4,7 @@ ### DataNewrelicApplication -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application newrelic_application}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application newrelic_application}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataNewrelicApplication to The id of the existing DataNewrelicApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use --- @@ -643,7 +643,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicapp | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | The name of the application in New Relic. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#id DataNewrelicApplication#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#id DataNewrelicApplication#id}. | --- @@ -727,7 +727,7 @@ Name *string The name of the application in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#name DataNewrelicApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#name DataNewrelicApplication#name} --- @@ -739,7 +739,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#id DataNewrelicApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#id DataNewrelicApplication#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. diff --git a/docs/dataNewrelicApplication.java.md b/docs/dataNewrelicApplication.java.md index 33b415e84..60152794d 100644 --- a/docs/dataNewrelicApplication.java.md +++ b/docs/dataNewrelicApplication.java.md @@ -4,7 +4,7 @@ ### DataNewrelicApplication -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application newrelic_application}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application newrelic_application}. #### Initializers @@ -40,7 +40,7 @@ DataNewrelicApplication.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | The name of the application in New Relic. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#id DataNewrelicApplication#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#id DataNewrelicApplication#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The name of the application in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#name DataNewrelicApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#name DataNewrelicApplication#name} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#id DataNewrelicApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#id DataNewrelicApplication#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. @@ -451,7 +451,7 @@ The construct id used in the generated config for the DataNewrelicApplication to The id of the existing DataNewrelicApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use --- @@ -726,7 +726,7 @@ DataNewrelicApplicationConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | The name of the application in New Relic. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#id DataNewrelicApplication#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#id DataNewrelicApplication#id}. | --- @@ -810,7 +810,7 @@ public java.lang.String getName(); The name of the application in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#name DataNewrelicApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#name DataNewrelicApplication#name} --- @@ -822,7 +822,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#id DataNewrelicApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#id DataNewrelicApplication#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. diff --git a/docs/dataNewrelicApplication.python.md b/docs/dataNewrelicApplication.python.md index 227f34f4d..f248f1128 100644 --- a/docs/dataNewrelicApplication.python.md +++ b/docs/dataNewrelicApplication.python.md @@ -4,7 +4,7 @@ ### DataNewrelicApplication -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application newrelic_application}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application newrelic_application}. #### Initializers @@ -38,7 +38,7 @@ dataNewrelicApplication.DataNewrelicApplication( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the application in New Relic. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#id DataNewrelicApplication#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#id DataNewrelicApplication#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The name of the application in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#name DataNewrelicApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#name DataNewrelicApplication#name} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#id DataNewrelicApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#id DataNewrelicApplication#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. @@ -485,7 +485,7 @@ The construct id used in the generated config for the DataNewrelicApplication to The id of the existing DataNewrelicApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use --- @@ -756,7 +756,7 @@ dataNewrelicApplication.DataNewrelicApplicationConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the application in New Relic. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#id DataNewrelicApplication#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#id DataNewrelicApplication#id}. | --- @@ -840,7 +840,7 @@ name: str The name of the application in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#name DataNewrelicApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#name DataNewrelicApplication#name} --- @@ -852,7 +852,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#id DataNewrelicApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#id DataNewrelicApplication#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. diff --git a/docs/dataNewrelicApplication.typescript.md b/docs/dataNewrelicApplication.typescript.md index b11582a3d..21bd662d7 100644 --- a/docs/dataNewrelicApplication.typescript.md +++ b/docs/dataNewrelicApplication.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicApplication -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application newrelic_application}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application newrelic_application}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataNewrelicApplication to The id of the existing DataNewrelicApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use --- @@ -633,7 +633,7 @@ const dataNewrelicApplicationConfig: dataNewrelicApplication.DataNewrelicApplica | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | The name of the application in New Relic. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#id DataNewrelicApplication#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#id DataNewrelicApplication#id}. | --- @@ -717,7 +717,7 @@ public readonly name: string; The name of the application in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#name DataNewrelicApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#name DataNewrelicApplication#name} --- @@ -729,7 +729,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#id DataNewrelicApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#id DataNewrelicApplication#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. diff --git a/docs/dataNewrelicAuthenticationDomain.csharp.md b/docs/dataNewrelicAuthenticationDomain.csharp.md index c0dee468c..3193b6e93 100644 --- a/docs/dataNewrelicAuthenticationDomain.csharp.md +++ b/docs/dataNewrelicAuthenticationDomain.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicAuthenticationDomain -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain newrelic_authentication_domain}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain newrelic_authentication_domain}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataNewrelicAuthentication The id of the existing DataNewrelicAuthenticationDomain that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain#import import section} in the documentation of this resource for the id to use --- @@ -685,7 +685,7 @@ public string Name { get; set; } The name of the authentication domain to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} --- diff --git a/docs/dataNewrelicAuthenticationDomain.go.md b/docs/dataNewrelicAuthenticationDomain.go.md index df8d8bcfc..ebdcd3338 100644 --- a/docs/dataNewrelicAuthenticationDomain.go.md +++ b/docs/dataNewrelicAuthenticationDomain.go.md @@ -4,7 +4,7 @@ ### DataNewrelicAuthenticationDomain -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain newrelic_authentication_domain}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain newrelic_authentication_domain}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataNewrelicAuthentication The id of the existing DataNewrelicAuthenticationDomain that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain#import import section} in the documentation of this resource for the id to use --- @@ -685,7 +685,7 @@ Name *string The name of the authentication domain to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} --- diff --git a/docs/dataNewrelicAuthenticationDomain.java.md b/docs/dataNewrelicAuthenticationDomain.java.md index 586c83417..12890a553 100644 --- a/docs/dataNewrelicAuthenticationDomain.java.md +++ b/docs/dataNewrelicAuthenticationDomain.java.md @@ -4,7 +4,7 @@ ### DataNewrelicAuthenticationDomain -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain newrelic_authentication_domain}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain newrelic_authentication_domain}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The name of the authentication domain to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} --- @@ -431,7 +431,7 @@ The construct id used in the generated config for the DataNewrelicAuthentication The id of the existing DataNewrelicAuthenticationDomain that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain#import import section} in the documentation of this resource for the id to use --- @@ -755,7 +755,7 @@ public java.lang.String getName(); The name of the authentication domain to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} --- diff --git a/docs/dataNewrelicAuthenticationDomain.python.md b/docs/dataNewrelicAuthenticationDomain.python.md index 27de557cd..dffb13dba 100644 --- a/docs/dataNewrelicAuthenticationDomain.python.md +++ b/docs/dataNewrelicAuthenticationDomain.python.md @@ -4,7 +4,7 @@ ### DataNewrelicAuthenticationDomain -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain newrelic_authentication_domain}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain newrelic_authentication_domain}. #### Initializers @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope The name of the authentication domain to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} --- @@ -465,7 +465,7 @@ The construct id used in the generated config for the DataNewrelicAuthentication The id of the existing DataNewrelicAuthenticationDomain that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain#import import section} in the documentation of this resource for the id to use --- @@ -785,7 +785,7 @@ name: str The name of the authentication domain to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} --- diff --git a/docs/dataNewrelicAuthenticationDomain.typescript.md b/docs/dataNewrelicAuthenticationDomain.typescript.md index 2c3a9ab83..437e15cc5 100644 --- a/docs/dataNewrelicAuthenticationDomain.typescript.md +++ b/docs/dataNewrelicAuthenticationDomain.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicAuthenticationDomain -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain newrelic_authentication_domain}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain newrelic_authentication_domain}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataNewrelicAuthentication The id of the existing DataNewrelicAuthenticationDomain that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain#import import section} in the documentation of this resource for the id to use --- @@ -676,7 +676,7 @@ public readonly name: string; The name of the authentication domain to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} --- diff --git a/docs/dataNewrelicCloudAccount.csharp.md b/docs/dataNewrelicCloudAccount.csharp.md index 43804ba7a..347029adb 100644 --- a/docs/dataNewrelicCloudAccount.csharp.md +++ b/docs/dataNewrelicCloudAccount.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicCloudAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account newrelic_cloud_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account newrelic_cloud_account}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicCloudAccount t The id of the existing DataNewrelicCloudAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#import import section} in the documentation of this resource for the id to use --- @@ -676,7 +676,7 @@ new DataNewrelicCloudAccountConfig { | CloudProvider | string | The cloud provider of the account, e.g. aws, gcp, azure. | | Name | string | The name of the cloud account. | | AccountId | double | The ID of the New Relic account. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. | --- @@ -760,7 +760,7 @@ public string CloudProvider { get; set; } The cloud provider of the account, e.g. aws, gcp, azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} --- @@ -774,7 +774,7 @@ public string Name { get; set; } The name of the cloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} --- @@ -788,7 +788,7 @@ public double AccountId { get; set; } The ID of the New Relic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} --- @@ -800,7 +800,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#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. diff --git a/docs/dataNewrelicCloudAccount.go.md b/docs/dataNewrelicCloudAccount.go.md index 405c0638b..dc3f173b4 100644 --- a/docs/dataNewrelicCloudAccount.go.md +++ b/docs/dataNewrelicCloudAccount.go.md @@ -4,7 +4,7 @@ ### DataNewrelicCloudAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account newrelic_cloud_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account newrelic_cloud_account}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicCloudAccount t The id of the existing DataNewrelicCloudAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#import import section} in the documentation of this resource for the id to use --- @@ -676,7 +676,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicclo | CloudProvider | *string | The cloud provider of the account, e.g. aws, gcp, azure. | | Name | *string | The name of the cloud account. | | AccountId | *f64 | The ID of the New Relic account. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. | --- @@ -760,7 +760,7 @@ CloudProvider *string The cloud provider of the account, e.g. aws, gcp, azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} --- @@ -774,7 +774,7 @@ Name *string The name of the cloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} --- @@ -788,7 +788,7 @@ AccountId *f64 The ID of the New Relic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} --- @@ -800,7 +800,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#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. diff --git a/docs/dataNewrelicCloudAccount.java.md b/docs/dataNewrelicCloudAccount.java.md index 2f2e8eb36..77fac9e62 100644 --- a/docs/dataNewrelicCloudAccount.java.md +++ b/docs/dataNewrelicCloudAccount.java.md @@ -4,7 +4,7 @@ ### DataNewrelicCloudAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account newrelic_cloud_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account newrelic_cloud_account}. #### Initializers @@ -44,7 +44,7 @@ DataNewrelicCloudAccount.Builder.create(Construct scope, java.lang.String id) | cloudProvider | java.lang.String | The cloud provider of the account, e.g. aws, gcp, azure. | | name | java.lang.String | The name of the cloud account. | | accountId | java.lang.Number | The ID of the New Relic account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The cloud provider of the account, e.g. aws, gcp, azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the cloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the New Relic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#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. @@ -482,7 +482,7 @@ The construct id used in the generated config for the DataNewrelicCloudAccount t The id of the existing DataNewrelicCloudAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#import import section} in the documentation of this resource for the id to use --- @@ -783,7 +783,7 @@ DataNewrelicCloudAccountConfig.builder() | cloudProvider | java.lang.String | The cloud provider of the account, e.g. aws, gcp, azure. | | name | java.lang.String | The name of the cloud account. | | accountId | java.lang.Number | The ID of the New Relic account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. | --- @@ -867,7 +867,7 @@ public java.lang.String getCloudProvider(); The cloud provider of the account, e.g. aws, gcp, azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} --- @@ -881,7 +881,7 @@ public java.lang.String getName(); The name of the cloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} --- @@ -895,7 +895,7 @@ public java.lang.Number getAccountId(); The ID of the New Relic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} --- @@ -907,7 +907,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#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. diff --git a/docs/dataNewrelicCloudAccount.python.md b/docs/dataNewrelicCloudAccount.python.md index 017b4aff2..e714e4b10 100644 --- a/docs/dataNewrelicCloudAccount.python.md +++ b/docs/dataNewrelicCloudAccount.python.md @@ -4,7 +4,7 @@ ### DataNewrelicCloudAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account newrelic_cloud_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account newrelic_cloud_account}. #### Initializers @@ -42,7 +42,7 @@ dataNewrelicCloudAccount.DataNewrelicCloudAccount( | cloud_provider | str | The cloud provider of the account, e.g. aws, gcp, azure. | | name | str | The name of the cloud account. | | account_id | typing.Union[int, float] | The ID of the New Relic account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The cloud provider of the account, e.g. aws, gcp, azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the cloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the New Relic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#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. @@ -516,7 +516,7 @@ The construct id used in the generated config for the DataNewrelicCloudAccount t The id of the existing DataNewrelicCloudAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#import import section} in the documentation of this resource for the id to use --- @@ -813,7 +813,7 @@ dataNewrelicCloudAccount.DataNewrelicCloudAccountConfig( | cloud_provider | str | The cloud provider of the account, e.g. aws, gcp, azure. | | name | str | The name of the cloud account. | | account_id | typing.Union[int, float] | The ID of the New Relic account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. | --- @@ -897,7 +897,7 @@ cloud_provider: str The cloud provider of the account, e.g. aws, gcp, azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} --- @@ -911,7 +911,7 @@ name: str The name of the cloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} --- @@ -925,7 +925,7 @@ account_id: typing.Union[int, float] The ID of the New Relic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} --- @@ -937,7 +937,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#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. diff --git a/docs/dataNewrelicCloudAccount.typescript.md b/docs/dataNewrelicCloudAccount.typescript.md index 17c3a26d1..1058749be 100644 --- a/docs/dataNewrelicCloudAccount.typescript.md +++ b/docs/dataNewrelicCloudAccount.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicCloudAccount -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account newrelic_cloud_account}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account newrelic_cloud_account}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicCloudAccount t The id of the existing DataNewrelicCloudAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#import import section} in the documentation of this resource for the id to use --- @@ -664,7 +664,7 @@ const dataNewrelicCloudAccountConfig: dataNewrelicCloudAccount.DataNewrelicCloud | cloudProvider | string | The cloud provider of the account, e.g. aws, gcp, azure. | | name | string | The name of the cloud account. | | accountId | number | The ID of the New Relic account. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. | --- @@ -748,7 +748,7 @@ public readonly cloudProvider: string; The cloud provider of the account, e.g. aws, gcp, azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} --- @@ -762,7 +762,7 @@ public readonly name: string; The name of the cloud account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} --- @@ -776,7 +776,7 @@ public readonly accountId: number; The ID of the New Relic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} --- @@ -788,7 +788,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#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. diff --git a/docs/dataNewrelicEntity.csharp.md b/docs/dataNewrelicEntity.csharp.md index 69aff4621..36ce7bb56 100644 --- a/docs/dataNewrelicEntity.csharp.md +++ b/docs/dataNewrelicEntity.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicEntity -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity newrelic_entity}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity newrelic_entity}. #### Initializers @@ -434,7 +434,7 @@ The construct id used in the generated config for the DataNewrelicEntity to impo The id of the existing DataNewrelicEntity that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#import import section} in the documentation of this resource for the id to use --- @@ -879,8 +879,8 @@ new DataNewrelicEntityConfig { | Name | string | The name of the entity in New Relic One. | | AccountId | double | The New Relic account ID; | | Domain | string | The entity's domain. | -| EntityTags | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#id DataNewrelicEntity#id}. | +| EntityTags | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#id DataNewrelicEntity#id}. | | IgnoreCase | object | Ignore case when searching the entity name. | | IgnoreNotFound | object | A boolean attribute which when set to true, does not throw an error if the queried entity is not found. | | Tag | object | tag block. | @@ -970,7 +970,7 @@ The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#name DataNewrelicEntity#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#name DataNewrelicEntity#name} --- @@ -986,7 +986,7 @@ The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} --- @@ -1002,7 +1002,7 @@ The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#domain DataNewrelicEntity#domain} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#domain DataNewrelicEntity#domain} --- @@ -1014,7 +1014,7 @@ public string EntityTags { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. --- @@ -1026,7 +1026,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#id DataNewrelicEntity#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#id DataNewrelicEntity#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. @@ -1043,7 +1043,7 @@ public object IgnoreCase { get; set; } Ignore case when searching the entity name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} --- @@ -1057,7 +1057,7 @@ public object IgnoreNotFound { get; set; } A boolean attribute which when set to true, does not throw an error if the queried entity is not found. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} --- @@ -1071,7 +1071,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#tag DataNewrelicEntity#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#tag DataNewrelicEntity#tag} --- @@ -1085,7 +1085,7 @@ public string Type { get; set; } The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#type DataNewrelicEntity#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#type DataNewrelicEntity#type} --- @@ -1121,7 +1121,7 @@ public string Key { get; set; } The tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#key DataNewrelicEntity#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#key DataNewrelicEntity#key} --- @@ -1135,7 +1135,7 @@ public string Value { get; set; } The tag value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#value DataNewrelicEntity#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#value DataNewrelicEntity#value} --- diff --git a/docs/dataNewrelicEntity.go.md b/docs/dataNewrelicEntity.go.md index ec9e24937..b64344030 100644 --- a/docs/dataNewrelicEntity.go.md +++ b/docs/dataNewrelicEntity.go.md @@ -4,7 +4,7 @@ ### DataNewrelicEntity -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity newrelic_entity}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity newrelic_entity}. #### Initializers @@ -434,7 +434,7 @@ The construct id used in the generated config for the DataNewrelicEntity to impo The id of the existing DataNewrelicEntity that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#import import section} in the documentation of this resource for the id to use --- @@ -879,8 +879,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicent | Name | *string | The name of the entity in New Relic One. | | AccountId | *f64 | The New Relic account ID; | | Domain | *string | The entity's domain. | -| EntityTags | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#id DataNewrelicEntity#id}. | +| EntityTags | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#id DataNewrelicEntity#id}. | | IgnoreCase | interface{} | Ignore case when searching the entity name. | | IgnoreNotFound | interface{} | A boolean attribute which when set to true, does not throw an error if the queried entity is not found. | | Tag | interface{} | tag block. | @@ -970,7 +970,7 @@ The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#name DataNewrelicEntity#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#name DataNewrelicEntity#name} --- @@ -986,7 +986,7 @@ The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} --- @@ -1002,7 +1002,7 @@ The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#domain DataNewrelicEntity#domain} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#domain DataNewrelicEntity#domain} --- @@ -1014,7 +1014,7 @@ EntityTags *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. --- @@ -1026,7 +1026,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#id DataNewrelicEntity#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#id DataNewrelicEntity#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. @@ -1043,7 +1043,7 @@ IgnoreCase interface{} Ignore case when searching the entity name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} --- @@ -1057,7 +1057,7 @@ IgnoreNotFound interface{} A boolean attribute which when set to true, does not throw an error if the queried entity is not found. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} --- @@ -1071,7 +1071,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#tag DataNewrelicEntity#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#tag DataNewrelicEntity#tag} --- @@ -1085,7 +1085,7 @@ Type *string The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#type DataNewrelicEntity#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#type DataNewrelicEntity#type} --- @@ -1121,7 +1121,7 @@ Key *string The tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#key DataNewrelicEntity#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#key DataNewrelicEntity#key} --- @@ -1135,7 +1135,7 @@ Value *string The tag value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#value DataNewrelicEntity#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#value DataNewrelicEntity#value} --- diff --git a/docs/dataNewrelicEntity.java.md b/docs/dataNewrelicEntity.java.md index fa8799d64..3851f259a 100644 --- a/docs/dataNewrelicEntity.java.md +++ b/docs/dataNewrelicEntity.java.md @@ -4,7 +4,7 @@ ### DataNewrelicEntity -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity newrelic_entity}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity newrelic_entity}. #### Initializers @@ -52,8 +52,8 @@ DataNewrelicEntity.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | The name of the entity in New Relic One. | | accountId | java.lang.Number | The New Relic account ID; | | domain | java.lang.String | The entity's domain. | -| entityTags | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#id DataNewrelicEntity#id}. | +| entityTags | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#id DataNewrelicEntity#id}. | | ignoreCase | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Ignore case when searching the entity name. | | ignoreNotFound | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | A boolean attribute which when set to true, does not throw an error if the queried entity is not found. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<DataNewrelicEntityTag> | tag block. | @@ -129,7 +129,7 @@ The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#name DataNewrelicEntity#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#name DataNewrelicEntity#name} --- @@ -141,7 +141,7 @@ The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} --- @@ -153,7 +153,7 @@ The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#domain DataNewrelicEntity#domain} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#domain DataNewrelicEntity#domain} --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#id DataNewrelicEntity#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#id DataNewrelicEntity#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. @@ -182,7 +182,7 @@ If you experience problems setting this value it might not be settable. Please t Ignore case when searching the entity name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A boolean attribute which when set to true, does not throw an error if the queried entity is not found. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#tag DataNewrelicEntity#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#tag DataNewrelicEntity#tag} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#type DataNewrelicEntity#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#type DataNewrelicEntity#type} --- @@ -604,7 +604,7 @@ The construct id used in the generated config for the DataNewrelicEntity to impo The id of the existing DataNewrelicEntity that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#import import section} in the documentation of this resource for the id to use --- @@ -1056,8 +1056,8 @@ DataNewrelicEntityConfig.builder() | name | java.lang.String | The name of the entity in New Relic One. | | accountId | java.lang.Number | The New Relic account ID; | | domain | java.lang.String | The entity's domain. | -| entityTags | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#id DataNewrelicEntity#id}. | +| entityTags | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#id DataNewrelicEntity#id}. | | ignoreCase | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Ignore case when searching the entity name. | | ignoreNotFound | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | A boolean attribute which when set to true, does not throw an error if the queried entity is not found. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<DataNewrelicEntityTag> | tag block. | @@ -1147,7 +1147,7 @@ The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#name DataNewrelicEntity#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#name DataNewrelicEntity#name} --- @@ -1163,7 +1163,7 @@ The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} --- @@ -1179,7 +1179,7 @@ The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#domain DataNewrelicEntity#domain} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#domain DataNewrelicEntity#domain} --- @@ -1191,7 +1191,7 @@ public java.lang.String getEntityTags(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. --- @@ -1203,7 +1203,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#id DataNewrelicEntity#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#id DataNewrelicEntity#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. @@ -1220,7 +1220,7 @@ public java.lang.Object getIgnoreCase(); Ignore case when searching the entity name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} --- @@ -1234,7 +1234,7 @@ public java.lang.Object getIgnoreNotFound(); A boolean attribute which when set to true, does not throw an error if the queried entity is not found. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} --- @@ -1248,7 +1248,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#tag DataNewrelicEntity#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#tag DataNewrelicEntity#tag} --- @@ -1262,7 +1262,7 @@ public java.lang.String getType(); The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#type DataNewrelicEntity#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#type DataNewrelicEntity#type} --- @@ -1298,7 +1298,7 @@ public java.lang.String getKey(); The tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#key DataNewrelicEntity#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#key DataNewrelicEntity#key} --- @@ -1312,7 +1312,7 @@ public java.lang.String getValue(); The tag value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#value DataNewrelicEntity#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#value DataNewrelicEntity#value} --- diff --git a/docs/dataNewrelicEntity.python.md b/docs/dataNewrelicEntity.python.md index 3f6666d97..f73b05923 100644 --- a/docs/dataNewrelicEntity.python.md +++ b/docs/dataNewrelicEntity.python.md @@ -4,7 +4,7 @@ ### DataNewrelicEntity -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity newrelic_entity}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity newrelic_entity}. #### Initializers @@ -47,8 +47,8 @@ dataNewrelicEntity.DataNewrelicEntity( | name | str | The name of the entity in New Relic One. | | account_id | typing.Union[int, float] | The New Relic account ID; | | domain | str | The entity's domain. | -| entity_tags | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#id DataNewrelicEntity#id}. | +| entity_tags | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#id DataNewrelicEntity#id}. | | ignore_case | typing.Union[bool, cdktf.IResolvable] | Ignore case when searching the entity name. | | ignore_not_found | typing.Union[bool, cdktf.IResolvable] | A boolean attribute which when set to true, does not throw an error if the queried entity is not found. | | tag | typing.Union[cdktf.IResolvable, typing.List[DataNewrelicEntityTag]] | tag block. | @@ -124,7 +124,7 @@ The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#name DataNewrelicEntity#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#name DataNewrelicEntity#name} --- @@ -136,7 +136,7 @@ The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} --- @@ -148,7 +148,7 @@ The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#domain DataNewrelicEntity#domain} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#domain DataNewrelicEntity#domain} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#id DataNewrelicEntity#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#id DataNewrelicEntity#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. @@ -177,7 +177,7 @@ If you experience problems setting this value it might not be settable. Please t Ignore case when searching the entity name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A boolean attribute which when set to true, does not throw an error if the queried entity is not found. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#tag DataNewrelicEntity#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#tag DataNewrelicEntity#tag} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#type DataNewrelicEntity#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#type DataNewrelicEntity#type} --- @@ -637,7 +637,7 @@ The construct id used in the generated config for the DataNewrelicEntity to impo The id of the existing DataNewrelicEntity that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#import import section} in the documentation of this resource for the id to use --- @@ -1082,8 +1082,8 @@ dataNewrelicEntity.DataNewrelicEntityConfig( | name | str | The name of the entity in New Relic One. | | account_id | typing.Union[int, float] | The New Relic account ID; | | domain | str | The entity's domain. | -| entity_tags | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#id DataNewrelicEntity#id}. | +| entity_tags | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#id DataNewrelicEntity#id}. | | ignore_case | typing.Union[bool, cdktf.IResolvable] | Ignore case when searching the entity name. | | ignore_not_found | typing.Union[bool, cdktf.IResolvable] | A boolean attribute which when set to true, does not throw an error if the queried entity is not found. | | tag | typing.Union[cdktf.IResolvable, typing.List[DataNewrelicEntityTag]] | tag block. | @@ -1173,7 +1173,7 @@ The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#name DataNewrelicEntity#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#name DataNewrelicEntity#name} --- @@ -1189,7 +1189,7 @@ The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} --- @@ -1205,7 +1205,7 @@ The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#domain DataNewrelicEntity#domain} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#domain DataNewrelicEntity#domain} --- @@ -1217,7 +1217,7 @@ entity_tags: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. --- @@ -1229,7 +1229,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#id DataNewrelicEntity#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#id DataNewrelicEntity#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. @@ -1246,7 +1246,7 @@ ignore_case: typing.Union[bool, IResolvable] Ignore case when searching the entity name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} --- @@ -1260,7 +1260,7 @@ ignore_not_found: typing.Union[bool, IResolvable] A boolean attribute which when set to true, does not throw an error if the queried entity is not found. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} --- @@ -1274,7 +1274,7 @@ tag: typing.Union[IResolvable, typing.List[DataNewrelicEntityTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#tag DataNewrelicEntity#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#tag DataNewrelicEntity#tag} --- @@ -1288,7 +1288,7 @@ type: str The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#type DataNewrelicEntity#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#type DataNewrelicEntity#type} --- @@ -1324,7 +1324,7 @@ key: str The tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#key DataNewrelicEntity#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#key DataNewrelicEntity#key} --- @@ -1338,7 +1338,7 @@ value: str The tag value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#value DataNewrelicEntity#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#value DataNewrelicEntity#value} --- diff --git a/docs/dataNewrelicEntity.typescript.md b/docs/dataNewrelicEntity.typescript.md index a1df2433b..2f71f5f0a 100644 --- a/docs/dataNewrelicEntity.typescript.md +++ b/docs/dataNewrelicEntity.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicEntity -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity newrelic_entity}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity newrelic_entity}. #### Initializers @@ -434,7 +434,7 @@ The construct id used in the generated config for the DataNewrelicEntity to impo The id of the existing DataNewrelicEntity that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#import import section} in the documentation of this resource for the id to use --- @@ -862,8 +862,8 @@ const dataNewrelicEntityConfig: dataNewrelicEntity.DataNewrelicEntityConfig = { | name | string | The name of the entity in New Relic One. | | accountId | number | The New Relic account ID; | | domain | string | The entity's domain. | -| entityTags | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#id DataNewrelicEntity#id}. | +| entityTags | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#id DataNewrelicEntity#id}. | | ignoreCase | boolean \| cdktf.IResolvable | Ignore case when searching the entity name. | | ignoreNotFound | boolean \| cdktf.IResolvable | A boolean attribute which when set to true, does not throw an error if the queried entity is not found. | | tag | cdktf.IResolvable \| DataNewrelicEntityTag[] | tag block. | @@ -953,7 +953,7 @@ The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#name DataNewrelicEntity#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#name DataNewrelicEntity#name} --- @@ -969,7 +969,7 @@ The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} --- @@ -985,7 +985,7 @@ The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#domain DataNewrelicEntity#domain} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#domain DataNewrelicEntity#domain} --- @@ -997,7 +997,7 @@ public readonly entityTags: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}. --- @@ -1009,7 +1009,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#id DataNewrelicEntity#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#id DataNewrelicEntity#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. @@ -1026,7 +1026,7 @@ public readonly ignoreCase: boolean | IResolvable; Ignore case when searching the entity name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} --- @@ -1040,7 +1040,7 @@ public readonly ignoreNotFound: boolean | IResolvable; A boolean attribute which when set to true, does not throw an error if the queried entity is not found. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} --- @@ -1054,7 +1054,7 @@ public readonly tag: IResolvable | DataNewrelicEntityTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#tag DataNewrelicEntity#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#tag DataNewrelicEntity#tag} --- @@ -1068,7 +1068,7 @@ public readonly type: string; The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#type DataNewrelicEntity#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#type DataNewrelicEntity#type} --- @@ -1101,7 +1101,7 @@ public readonly key: string; The tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#key DataNewrelicEntity#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#key DataNewrelicEntity#key} --- @@ -1115,7 +1115,7 @@ public readonly value: string; The tag value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#value DataNewrelicEntity#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#value DataNewrelicEntity#value} --- diff --git a/docs/dataNewrelicGroup.csharp.md b/docs/dataNewrelicGroup.csharp.md index 5ae36df8b..c731af8eb 100644 --- a/docs/dataNewrelicGroup.csharp.md +++ b/docs/dataNewrelicGroup.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicGroup -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group newrelic_group}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group newrelic_group}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataNewrelicGroup to impor The id of the existing DataNewrelicGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use --- @@ -720,7 +720,7 @@ public string AuthenticationDomainId { get; set; } The ID of the Authentication Domain the group being queried would belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} --- @@ -734,7 +734,7 @@ public string Name { get; set; } The name of the group to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#name DataNewrelicGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#name DataNewrelicGroup#name} --- diff --git a/docs/dataNewrelicGroup.go.md b/docs/dataNewrelicGroup.go.md index 3bd6a9109..23b1aed90 100644 --- a/docs/dataNewrelicGroup.go.md +++ b/docs/dataNewrelicGroup.go.md @@ -4,7 +4,7 @@ ### DataNewrelicGroup -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group newrelic_group}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group newrelic_group}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataNewrelicGroup to impor The id of the existing DataNewrelicGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use --- @@ -720,7 +720,7 @@ AuthenticationDomainId *string The ID of the Authentication Domain the group being queried would belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} --- @@ -734,7 +734,7 @@ Name *string The name of the group to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#name DataNewrelicGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#name DataNewrelicGroup#name} --- diff --git a/docs/dataNewrelicGroup.java.md b/docs/dataNewrelicGroup.java.md index bc82ceca3..b1dfa2dfb 100644 --- a/docs/dataNewrelicGroup.java.md +++ b/docs/dataNewrelicGroup.java.md @@ -4,7 +4,7 @@ ### DataNewrelicGroup -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group newrelic_group}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group newrelic_group}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The ID of the Authentication Domain the group being queried would belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the group to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#name DataNewrelicGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#name DataNewrelicGroup#name} --- @@ -443,7 +443,7 @@ The construct id used in the generated config for the DataNewrelicGroup to impor The id of the existing DataNewrelicGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use --- @@ -802,7 +802,7 @@ public java.lang.String getAuthenticationDomainId(); The ID of the Authentication Domain the group being queried would belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} --- @@ -816,7 +816,7 @@ public java.lang.String getName(); The name of the group to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#name DataNewrelicGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#name DataNewrelicGroup#name} --- diff --git a/docs/dataNewrelicGroup.python.md b/docs/dataNewrelicGroup.python.md index f9d4c47a2..f4d3d939d 100644 --- a/docs/dataNewrelicGroup.python.md +++ b/docs/dataNewrelicGroup.python.md @@ -4,7 +4,7 @@ ### DataNewrelicGroup -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group newrelic_group}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group newrelic_group}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The ID of the Authentication Domain the group being queried would belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the group to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#name DataNewrelicGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#name DataNewrelicGroup#name} --- @@ -477,7 +477,7 @@ The construct id used in the generated config for the DataNewrelicGroup to impor The id of the existing DataNewrelicGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use --- @@ -832,7 +832,7 @@ authentication_domain_id: str The ID of the Authentication Domain the group being queried would belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} --- @@ -846,7 +846,7 @@ name: str The name of the group to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#name DataNewrelicGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#name DataNewrelicGroup#name} --- diff --git a/docs/dataNewrelicGroup.typescript.md b/docs/dataNewrelicGroup.typescript.md index 9197db5f2..7e86fc42e 100644 --- a/docs/dataNewrelicGroup.typescript.md +++ b/docs/dataNewrelicGroup.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicGroup -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group newrelic_group}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group newrelic_group}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataNewrelicGroup to impor The id of the existing DataNewrelicGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use --- @@ -710,7 +710,7 @@ public readonly authenticationDomainId: string; The ID of the Authentication Domain the group being queried would belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} --- @@ -724,7 +724,7 @@ public readonly name: string; The name of the group to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#name DataNewrelicGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#name DataNewrelicGroup#name} --- diff --git a/docs/dataNewrelicKeyTransaction.csharp.md b/docs/dataNewrelicKeyTransaction.csharp.md index ebb45bcb9..37c989652 100644 --- a/docs/dataNewrelicKeyTransaction.csharp.md +++ b/docs/dataNewrelicKeyTransaction.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicKeyTransaction -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction newrelic_key_transaction}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction newrelic_key_transaction}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataNewrelicKeyTransaction The id of the existing DataNewrelicKeyTransaction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#import import section} in the documentation of this resource for the id to use --- @@ -621,7 +621,7 @@ new DataNewrelicKeyTransactionConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | The name of the key transaction in New Relic. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. | --- @@ -705,7 +705,7 @@ public string Name { get; set; } The name of the key transaction in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} --- @@ -717,7 +717,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#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. diff --git a/docs/dataNewrelicKeyTransaction.go.md b/docs/dataNewrelicKeyTransaction.go.md index d086807c1..b8ce51927 100644 --- a/docs/dataNewrelicKeyTransaction.go.md +++ b/docs/dataNewrelicKeyTransaction.go.md @@ -4,7 +4,7 @@ ### DataNewrelicKeyTransaction -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction newrelic_key_transaction}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction newrelic_key_transaction}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataNewrelicKeyTransaction The id of the existing DataNewrelicKeyTransaction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#import import section} in the documentation of this resource for the id to use --- @@ -621,7 +621,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelickey | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | The name of the key transaction in New Relic. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. | --- @@ -705,7 +705,7 @@ Name *string The name of the key transaction in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} --- @@ -717,7 +717,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#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. diff --git a/docs/dataNewrelicKeyTransaction.java.md b/docs/dataNewrelicKeyTransaction.java.md index 0cae7e1a2..ac148a555 100644 --- a/docs/dataNewrelicKeyTransaction.java.md +++ b/docs/dataNewrelicKeyTransaction.java.md @@ -4,7 +4,7 @@ ### DataNewrelicKeyTransaction -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction newrelic_key_transaction}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction newrelic_key_transaction}. #### Initializers @@ -40,7 +40,7 @@ DataNewrelicKeyTransaction.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | The name of the key transaction in New Relic. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The name of the key transaction in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#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. @@ -451,7 +451,7 @@ The construct id used in the generated config for the DataNewrelicKeyTransaction The id of the existing DataNewrelicKeyTransaction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#import import section} in the documentation of this resource for the id to use --- @@ -704,7 +704,7 @@ DataNewrelicKeyTransactionConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | The name of the key transaction in New Relic. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. | --- @@ -788,7 +788,7 @@ public java.lang.String getName(); The name of the key transaction in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} --- @@ -800,7 +800,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#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. diff --git a/docs/dataNewrelicKeyTransaction.python.md b/docs/dataNewrelicKeyTransaction.python.md index 10b51351c..548d669e0 100644 --- a/docs/dataNewrelicKeyTransaction.python.md +++ b/docs/dataNewrelicKeyTransaction.python.md @@ -4,7 +4,7 @@ ### DataNewrelicKeyTransaction -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction newrelic_key_transaction}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction newrelic_key_transaction}. #### Initializers @@ -38,7 +38,7 @@ dataNewrelicKeyTransaction.DataNewrelicKeyTransaction( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the key transaction in New Relic. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The name of the key transaction in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#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. @@ -485,7 +485,7 @@ The construct id used in the generated config for the DataNewrelicKeyTransaction The id of the existing DataNewrelicKeyTransaction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#import import section} in the documentation of this resource for the id to use --- @@ -734,7 +734,7 @@ dataNewrelicKeyTransaction.DataNewrelicKeyTransactionConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the key transaction in New Relic. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. | --- @@ -818,7 +818,7 @@ name: str The name of the key transaction in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} --- @@ -830,7 +830,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#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. diff --git a/docs/dataNewrelicKeyTransaction.typescript.md b/docs/dataNewrelicKeyTransaction.typescript.md index 72d16d698..00b05085a 100644 --- a/docs/dataNewrelicKeyTransaction.typescript.md +++ b/docs/dataNewrelicKeyTransaction.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicKeyTransaction -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction newrelic_key_transaction}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction newrelic_key_transaction}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataNewrelicKeyTransaction The id of the existing DataNewrelicKeyTransaction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#import import section} in the documentation of this resource for the id to use --- @@ -611,7 +611,7 @@ const dataNewrelicKeyTransactionConfig: dataNewrelicKeyTransaction.DataNewrelicK | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | The name of the key transaction in New Relic. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. | --- @@ -695,7 +695,7 @@ public readonly name: string; The name of the key transaction in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} --- @@ -707,7 +707,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#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. diff --git a/docs/dataNewrelicNotificationDestination.csharp.md b/docs/dataNewrelicNotificationDestination.csharp.md index 3fd3fe2b6..b63207e73 100644 --- a/docs/dataNewrelicNotificationDestination.csharp.md +++ b/docs/dataNewrelicNotificationDestination.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicNotificationDestination -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination newrelic_notification_destination}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination newrelic_notification_destination}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataNewrelicNotificationDe The id of the existing DataNewrelicNotificationDestination that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#import import section} in the documentation of this resource for the id to use --- @@ -842,7 +842,7 @@ public double AccountId { get; set; } The account ID under which to put the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} --- @@ -856,7 +856,7 @@ public string Id { get; set; } The ID of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#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. @@ -873,7 +873,7 @@ public string Name { get; set; } The name of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} --- @@ -887,7 +887,7 @@ public object SecureUrl { get; set; } secure_url block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} --- @@ -920,7 +920,7 @@ new DataNewrelicNotificationDestinationSecureUrl { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. | +| Prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. | --- @@ -932,7 +932,7 @@ public string Prefix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. --- diff --git a/docs/dataNewrelicNotificationDestination.go.md b/docs/dataNewrelicNotificationDestination.go.md index 3c178171c..b9f60f7d7 100644 --- a/docs/dataNewrelicNotificationDestination.go.md +++ b/docs/dataNewrelicNotificationDestination.go.md @@ -4,7 +4,7 @@ ### DataNewrelicNotificationDestination -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination newrelic_notification_destination}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination newrelic_notification_destination}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataNewrelicNotificationDe The id of the existing DataNewrelicNotificationDestination that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#import import section} in the documentation of this resource for the id to use --- @@ -842,7 +842,7 @@ AccountId *f64 The account ID under which to put the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} --- @@ -856,7 +856,7 @@ Id *string The ID of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#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. @@ -873,7 +873,7 @@ Name *string The name of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} --- @@ -887,7 +887,7 @@ SecureUrl interface{} secure_url block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} --- @@ -920,7 +920,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicnot | **Name** | **Type** | **Description** | | --- | --- | --- | -| Prefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. | +| Prefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. | --- @@ -932,7 +932,7 @@ Prefix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. --- diff --git a/docs/dataNewrelicNotificationDestination.java.md b/docs/dataNewrelicNotificationDestination.java.md index c46691b1f..0293107eb 100644 --- a/docs/dataNewrelicNotificationDestination.java.md +++ b/docs/dataNewrelicNotificationDestination.java.md @@ -4,7 +4,7 @@ ### DataNewrelicNotificationDestination -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination newrelic_notification_destination}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination newrelic_notification_destination}. #### Initializers @@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope The account ID under which to put the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} --- @@ -125,7 +125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#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. @@ -138,7 +138,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre secure_url block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} --- @@ -512,7 +512,7 @@ The construct id used in the generated config for the DataNewrelicNotificationDe The id of the existing DataNewrelicNotificationDestination that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#import import section} in the documentation of this resource for the id to use --- @@ -953,7 +953,7 @@ public java.lang.Number getAccountId(); The account ID under which to put the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} --- @@ -967,7 +967,7 @@ public java.lang.String getId(); The ID of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#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. @@ -984,7 +984,7 @@ public java.lang.String getName(); The name of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} --- @@ -998,7 +998,7 @@ public java.lang.Object getSecureUrl(); secure_url block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} --- @@ -1030,7 +1030,7 @@ DataNewrelicNotificationDestinationSecureUrl.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| prefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. | +| prefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. | --- @@ -1042,7 +1042,7 @@ public java.lang.String getPrefix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. --- diff --git a/docs/dataNewrelicNotificationDestination.python.md b/docs/dataNewrelicNotificationDestination.python.md index 1295a3ca6..79e5eb64d 100644 --- a/docs/dataNewrelicNotificationDestination.python.md +++ b/docs/dataNewrelicNotificationDestination.python.md @@ -4,7 +4,7 @@ ### DataNewrelicNotificationDestination -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination newrelic_notification_destination}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination newrelic_notification_destination}. #### Initializers @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The account ID under which to put the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#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. @@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre secure_url block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} --- @@ -547,7 +547,7 @@ The construct id used in the generated config for the DataNewrelicNotificationDe The id of the existing DataNewrelicNotificationDestination that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#import import section} in the documentation of this resource for the id to use --- @@ -983,7 +983,7 @@ account_id: typing.Union[int, float] The account ID under which to put the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} --- @@ -997,7 +997,7 @@ id: str The ID of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#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. @@ -1014,7 +1014,7 @@ name: str The name of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} --- @@ -1028,7 +1028,7 @@ secure_url: typing.Union[IResolvable, typing.List[DataNewrelicNotificationDestin secure_url block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} --- @@ -1059,7 +1059,7 @@ dataNewrelicNotificationDestination.DataNewrelicNotificationDestinationSecureUrl | **Name** | **Type** | **Description** | | --- | --- | --- | -| prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. | +| prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. | --- @@ -1071,7 +1071,7 @@ prefix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. --- diff --git a/docs/dataNewrelicNotificationDestination.typescript.md b/docs/dataNewrelicNotificationDestination.typescript.md index 14accca7d..0edbb3a9c 100644 --- a/docs/dataNewrelicNotificationDestination.typescript.md +++ b/docs/dataNewrelicNotificationDestination.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicNotificationDestination -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination newrelic_notification_destination}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination newrelic_notification_destination}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataNewrelicNotificationDe The id of the existing DataNewrelicNotificationDestination that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#import import section} in the documentation of this resource for the id to use --- @@ -830,7 +830,7 @@ public readonly accountId: number; The account ID under which to put the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} --- @@ -844,7 +844,7 @@ public readonly id: string; The ID of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#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. @@ -861,7 +861,7 @@ public readonly name: string; The name of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} --- @@ -875,7 +875,7 @@ public readonly secureUrl: IResolvable | DataNewrelicNotificationDestinationSecu secure_url block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} --- @@ -904,7 +904,7 @@ const dataNewrelicNotificationDestinationSecureUrl: dataNewrelicNotificationDest | **Name** | **Type** | **Description** | | --- | --- | --- | -| prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. | +| prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. | --- @@ -916,7 +916,7 @@ public readonly prefix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}. --- diff --git a/docs/dataNewrelicObfuscationExpression.csharp.md b/docs/dataNewrelicObfuscationExpression.csharp.md index 5504115c4..828d0429b 100644 --- a/docs/dataNewrelicObfuscationExpression.csharp.md +++ b/docs/dataNewrelicObfuscationExpression.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicObfuscationExpression -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicObfuscationExp The id of the existing DataNewrelicObfuscationExpression that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#import import section} in the documentation of this resource for the id to use --- @@ -652,7 +652,7 @@ new DataNewrelicObfuscationExpressionConfig { | Provisioners | object[] | *No description.* | | Name | string | Name of expression. | | AccountId | double | The account id associated with the obfuscation expression. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. | --- @@ -736,7 +736,7 @@ public string Name { get; set; } Name of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} --- @@ -750,7 +750,7 @@ public double AccountId { get; set; } The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} --- @@ -762,7 +762,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#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. diff --git a/docs/dataNewrelicObfuscationExpression.go.md b/docs/dataNewrelicObfuscationExpression.go.md index 5c04f2ac1..89db8eccb 100644 --- a/docs/dataNewrelicObfuscationExpression.go.md +++ b/docs/dataNewrelicObfuscationExpression.go.md @@ -4,7 +4,7 @@ ### DataNewrelicObfuscationExpression -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicObfuscationExp The id of the existing DataNewrelicObfuscationExpression that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#import import section} in the documentation of this resource for the id to use --- @@ -652,7 +652,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicobf | Provisioners | *[]interface{} | *No description.* | | Name | *string | Name of expression. | | AccountId | *f64 | The account id associated with the obfuscation expression. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. | --- @@ -736,7 +736,7 @@ Name *string Name of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} --- @@ -750,7 +750,7 @@ AccountId *f64 The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} --- @@ -762,7 +762,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#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. diff --git a/docs/dataNewrelicObfuscationExpression.java.md b/docs/dataNewrelicObfuscationExpression.java.md index 4abdb6a5c..9a2d218c0 100644 --- a/docs/dataNewrelicObfuscationExpression.java.md +++ b/docs/dataNewrelicObfuscationExpression.java.md @@ -4,7 +4,7 @@ ### DataNewrelicObfuscationExpression -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression}. #### Initializers @@ -42,7 +42,7 @@ DataNewrelicObfuscationExpression.Builder.create(Construct scope, java.lang.Stri | provisioners | java.util.List | *No description.* | | name | java.lang.String | Name of expression. | | accountId | java.lang.Number | The account id associated with the obfuscation expression. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Name of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#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. @@ -470,7 +470,7 @@ The construct id used in the generated config for the DataNewrelicObfuscationExp The id of the existing DataNewrelicObfuscationExpression that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#import import section} in the documentation of this resource for the id to use --- @@ -747,7 +747,7 @@ DataNewrelicObfuscationExpressionConfig.builder() | provisioners | java.util.List | *No description.* | | name | java.lang.String | Name of expression. | | accountId | java.lang.Number | The account id associated with the obfuscation expression. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. | --- @@ -831,7 +831,7 @@ public java.lang.String getName(); Name of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} --- @@ -845,7 +845,7 @@ public java.lang.Number getAccountId(); The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} --- @@ -857,7 +857,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#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. diff --git a/docs/dataNewrelicObfuscationExpression.python.md b/docs/dataNewrelicObfuscationExpression.python.md index d923e9afd..3b24040aa 100644 --- a/docs/dataNewrelicObfuscationExpression.python.md +++ b/docs/dataNewrelicObfuscationExpression.python.md @@ -4,7 +4,7 @@ ### DataNewrelicObfuscationExpression -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression}. #### Initializers @@ -40,7 +40,7 @@ dataNewrelicObfuscationExpression.DataNewrelicObfuscationExpression( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Name of expression. | | account_id | typing.Union[int, float] | The account id associated with the obfuscation expression. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Name of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#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. @@ -504,7 +504,7 @@ The construct id used in the generated config for the DataNewrelicObfuscationExp The id of the existing DataNewrelicObfuscationExpression that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#import import section} in the documentation of this resource for the id to use --- @@ -777,7 +777,7 @@ dataNewrelicObfuscationExpression.DataNewrelicObfuscationExpressionConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Name of expression. | | account_id | typing.Union[int, float] | The account id associated with the obfuscation expression. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. | --- @@ -861,7 +861,7 @@ name: str Name of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} --- @@ -875,7 +875,7 @@ account_id: typing.Union[int, float] The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} --- @@ -887,7 +887,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#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. diff --git a/docs/dataNewrelicObfuscationExpression.typescript.md b/docs/dataNewrelicObfuscationExpression.typescript.md index 106785eaa..a77df5925 100644 --- a/docs/dataNewrelicObfuscationExpression.typescript.md +++ b/docs/dataNewrelicObfuscationExpression.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicObfuscationExpression -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicObfuscationExp The id of the existing DataNewrelicObfuscationExpression that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#import import section} in the documentation of this resource for the id to use --- @@ -641,7 +641,7 @@ const dataNewrelicObfuscationExpressionConfig: dataNewrelicObfuscationExpression | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | Name of expression. | | accountId | number | The account id associated with the obfuscation expression. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. | --- @@ -725,7 +725,7 @@ public readonly name: string; Name of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} --- @@ -739,7 +739,7 @@ public readonly accountId: number; The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} --- @@ -751,7 +751,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#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. diff --git a/docs/dataNewrelicServiceLevelAlertHelper.csharp.md b/docs/dataNewrelicServiceLevelAlertHelper.csharp.md index 8e7e5679e..cfdfa73be 100644 --- a/docs/dataNewrelicServiceLevelAlertHelper.csharp.md +++ b/docs/dataNewrelicServiceLevelAlertHelper.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicServiceLevelAlertHelper -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataNewrelicServiceLevelAl The id of the existing DataNewrelicServiceLevelAlertHelper that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#import import section} in the documentation of this resource for the id to use --- @@ -823,14 +823,14 @@ new DataNewrelicServiceLevelAlertHelperConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| AlertType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. | -| SliGuid | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. | -| SloPeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. | -| SloTarget | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. | -| CustomEvaluationPeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. | -| CustomToleratedBudgetConsumption | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. | -| IsBadEvents | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. | +| AlertType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. | +| SliGuid | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. | +| SloPeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. | +| SloTarget | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. | +| CustomEvaluationPeriod | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. | +| CustomToleratedBudgetConsumption | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. | +| IsBadEvents | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. | --- @@ -912,7 +912,7 @@ public string AlertType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. --- @@ -924,7 +924,7 @@ public string SliGuid { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. --- @@ -936,7 +936,7 @@ public double SloPeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. --- @@ -948,7 +948,7 @@ public double SloTarget { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. --- @@ -960,7 +960,7 @@ public double CustomEvaluationPeriod { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. --- @@ -972,7 +972,7 @@ public double CustomToleratedBudgetConsumption { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. --- @@ -984,7 +984,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#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. @@ -999,7 +999,7 @@ public object IsBadEvents { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. --- diff --git a/docs/dataNewrelicServiceLevelAlertHelper.go.md b/docs/dataNewrelicServiceLevelAlertHelper.go.md index 30cabf5fd..da6841857 100644 --- a/docs/dataNewrelicServiceLevelAlertHelper.go.md +++ b/docs/dataNewrelicServiceLevelAlertHelper.go.md @@ -4,7 +4,7 @@ ### DataNewrelicServiceLevelAlertHelper -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataNewrelicServiceLevelAl The id of the existing DataNewrelicServiceLevelAlertHelper that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#import import section} in the documentation of this resource for the id to use --- @@ -823,14 +823,14 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicser | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| AlertType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. | -| SliGuid | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. | -| SloPeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. | -| SloTarget | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. | -| CustomEvaluationPeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. | -| CustomToleratedBudgetConsumption | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. | -| IsBadEvents | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. | +| AlertType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. | +| SliGuid | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. | +| SloPeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. | +| SloTarget | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. | +| CustomEvaluationPeriod | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. | +| CustomToleratedBudgetConsumption | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. | +| IsBadEvents | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. | --- @@ -912,7 +912,7 @@ AlertType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. --- @@ -924,7 +924,7 @@ SliGuid *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. --- @@ -936,7 +936,7 @@ SloPeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. --- @@ -948,7 +948,7 @@ SloTarget *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. --- @@ -960,7 +960,7 @@ CustomEvaluationPeriod *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. --- @@ -972,7 +972,7 @@ CustomToleratedBudgetConsumption *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. --- @@ -984,7 +984,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#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. @@ -999,7 +999,7 @@ IsBadEvents interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. --- diff --git a/docs/dataNewrelicServiceLevelAlertHelper.java.md b/docs/dataNewrelicServiceLevelAlertHelper.java.md index 3aec8a8ab..f0027d1a8 100644 --- a/docs/dataNewrelicServiceLevelAlertHelper.java.md +++ b/docs/dataNewrelicServiceLevelAlertHelper.java.md @@ -4,7 +4,7 @@ ### DataNewrelicServiceLevelAlertHelper -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper}. #### Initializers @@ -46,14 +46,14 @@ DataNewrelicServiceLevelAlertHelper.Builder.create(Construct scope, java.lang.St | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| alertType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. | -| sliGuid | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. | -| sloPeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. | -| sloTarget | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. | -| customEvaluationPeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. | -| customToleratedBudgetConsumption | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. | -| isBadEvents | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. | +| alertType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. | +| sliGuid | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. | +| sloPeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. | +| sloTarget | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. | +| customEvaluationPeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. | +| customToleratedBudgetConsumption | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. | +| isBadEvents | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. | --- @@ -121,7 +121,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#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. @@ -180,7 +180,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. --- @@ -531,7 +531,7 @@ The construct id used in the generated config for the DataNewrelicServiceLevelAl The id of the existing DataNewrelicServiceLevelAlertHelper that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#import import section} in the documentation of this resource for the id to use --- @@ -966,14 +966,14 @@ DataNewrelicServiceLevelAlertHelperConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| alertType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. | -| sliGuid | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. | -| sloPeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. | -| sloTarget | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. | -| customEvaluationPeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. | -| customToleratedBudgetConsumption | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. | -| isBadEvents | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. | +| alertType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. | +| sliGuid | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. | +| sloPeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. | +| sloTarget | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. | +| customEvaluationPeriod | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. | +| customToleratedBudgetConsumption | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. | +| isBadEvents | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. | --- @@ -1055,7 +1055,7 @@ public java.lang.String getAlertType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. --- @@ -1067,7 +1067,7 @@ public java.lang.String getSliGuid(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. --- @@ -1079,7 +1079,7 @@ public java.lang.Number getSloPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. --- @@ -1091,7 +1091,7 @@ public java.lang.Number getSloTarget(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. --- @@ -1103,7 +1103,7 @@ public java.lang.Number getCustomEvaluationPeriod(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. --- @@ -1115,7 +1115,7 @@ public java.lang.Number getCustomToleratedBudgetConsumption(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. --- @@ -1127,7 +1127,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#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. @@ -1142,7 +1142,7 @@ public java.lang.Object getIsBadEvents(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. --- diff --git a/docs/dataNewrelicServiceLevelAlertHelper.python.md b/docs/dataNewrelicServiceLevelAlertHelper.python.md index 2d6983c23..cc56521e1 100644 --- a/docs/dataNewrelicServiceLevelAlertHelper.python.md +++ b/docs/dataNewrelicServiceLevelAlertHelper.python.md @@ -4,7 +4,7 @@ ### DataNewrelicServiceLevelAlertHelper -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper}. #### Initializers @@ -43,14 +43,14 @@ dataNewrelicServiceLevelAlertHelper.DataNewrelicServiceLevelAlertHelper( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| alert_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. | -| sli_guid | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. | -| slo_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. | -| slo_target | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. | -| custom_evaluation_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. | -| custom_tolerated_budget_consumption | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. | -| is_bad_events | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. | +| alert_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. | +| sli_guid | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. | +| slo_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. | +| slo_target | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. | +| custom_evaluation_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. | +| custom_tolerated_budget_consumption | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. | +| is_bad_events | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#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. @@ -177,7 +177,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. --- @@ -564,7 +564,7 @@ The construct id used in the generated config for the DataNewrelicServiceLevelAl The id of the existing DataNewrelicServiceLevelAlertHelper that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#import import section} in the documentation of this resource for the id to use --- @@ -994,14 +994,14 @@ dataNewrelicServiceLevelAlertHelper.DataNewrelicServiceLevelAlertHelperConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| alert_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. | -| sli_guid | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. | -| slo_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. | -| slo_target | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. | -| custom_evaluation_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. | -| custom_tolerated_budget_consumption | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. | -| is_bad_events | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. | +| alert_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. | +| sli_guid | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. | +| slo_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. | +| slo_target | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. | +| custom_evaluation_period | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. | +| custom_tolerated_budget_consumption | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. | +| is_bad_events | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. | --- @@ -1083,7 +1083,7 @@ alert_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. --- @@ -1095,7 +1095,7 @@ sli_guid: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. --- @@ -1107,7 +1107,7 @@ slo_period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. --- @@ -1119,7 +1119,7 @@ slo_target: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. --- @@ -1131,7 +1131,7 @@ custom_evaluation_period: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. --- @@ -1143,7 +1143,7 @@ custom_tolerated_budget_consumption: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. --- @@ -1155,7 +1155,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#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. @@ -1170,7 +1170,7 @@ is_bad_events: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. --- diff --git a/docs/dataNewrelicServiceLevelAlertHelper.typescript.md b/docs/dataNewrelicServiceLevelAlertHelper.typescript.md index cee4f73e9..3934a7ab5 100644 --- a/docs/dataNewrelicServiceLevelAlertHelper.typescript.md +++ b/docs/dataNewrelicServiceLevelAlertHelper.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicServiceLevelAlertHelper -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataNewrelicServiceLevelAl The id of the existing DataNewrelicServiceLevelAlertHelper that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#import import section} in the documentation of this resource for the id to use --- @@ -807,14 +807,14 @@ const dataNewrelicServiceLevelAlertHelperConfig: dataNewrelicServiceLevelAlertHe | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| alertType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. | -| sliGuid | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. | -| sloPeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. | -| sloTarget | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. | -| customEvaluationPeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. | -| customToleratedBudgetConsumption | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. | -| isBadEvents | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. | +| alertType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. | +| sliGuid | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. | +| sloPeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. | +| sloTarget | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. | +| customEvaluationPeriod | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. | +| customToleratedBudgetConsumption | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. | +| isBadEvents | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. | --- @@ -896,7 +896,7 @@ public readonly alertType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}. --- @@ -908,7 +908,7 @@ public readonly sliGuid: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}. --- @@ -920,7 +920,7 @@ public readonly sloPeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}. --- @@ -932,7 +932,7 @@ public readonly sloTarget: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}. --- @@ -944,7 +944,7 @@ public readonly customEvaluationPeriod: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}. --- @@ -956,7 +956,7 @@ public readonly customToleratedBudgetConsumption: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}. --- @@ -968,7 +968,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#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. @@ -983,7 +983,7 @@ public readonly isBadEvents: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}. --- diff --git a/docs/dataNewrelicSyntheticsPrivateLocation.csharp.md b/docs/dataNewrelicSyntheticsPrivateLocation.csharp.md index ca1d22d3e..017020444 100644 --- a/docs/dataNewrelicSyntheticsPrivateLocation.csharp.md +++ b/docs/dataNewrelicSyntheticsPrivateLocation.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicSyntheticsPrivateLocation -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataNewrelicSyntheticsPriv The id of the existing DataNewrelicSyntheticsPrivateLocation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#import import section} in the documentation of this resource for the id to use --- @@ -682,7 +682,7 @@ new DataNewrelicSyntheticsPrivateLocationConfig { | Provisioners | object[] | *No description.* | | Name | string | The name of the Synthetics monitor private location. | | AccountId | double | The ID of the account in New Relic. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. | | Key | string[] | The key of the queried private location. | --- @@ -767,7 +767,7 @@ public string Name { get; set; } The name of the Synthetics monitor private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} --- @@ -781,7 +781,7 @@ public double AccountId { get; set; } The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} --- @@ -793,7 +793,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#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. @@ -810,7 +810,7 @@ public string[] Key { get; set; } The key of the queried private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} --- diff --git a/docs/dataNewrelicSyntheticsPrivateLocation.go.md b/docs/dataNewrelicSyntheticsPrivateLocation.go.md index 958ca027f..65891b81f 100644 --- a/docs/dataNewrelicSyntheticsPrivateLocation.go.md +++ b/docs/dataNewrelicSyntheticsPrivateLocation.go.md @@ -4,7 +4,7 @@ ### DataNewrelicSyntheticsPrivateLocation -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataNewrelicSyntheticsPriv The id of the existing DataNewrelicSyntheticsPrivateLocation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#import import section} in the documentation of this resource for the id to use --- @@ -682,7 +682,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyn | Provisioners | *[]interface{} | *No description.* | | Name | *string | The name of the Synthetics monitor private location. | | AccountId | *f64 | The ID of the account in New Relic. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. | | Key | *[]*string | The key of the queried private location. | --- @@ -767,7 +767,7 @@ Name *string The name of the Synthetics monitor private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} --- @@ -781,7 +781,7 @@ AccountId *f64 The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} --- @@ -793,7 +793,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#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. @@ -810,7 +810,7 @@ Key *[]*string The key of the queried private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} --- diff --git a/docs/dataNewrelicSyntheticsPrivateLocation.java.md b/docs/dataNewrelicSyntheticsPrivateLocation.java.md index 04461fb80..fdfa47dbc 100644 --- a/docs/dataNewrelicSyntheticsPrivateLocation.java.md +++ b/docs/dataNewrelicSyntheticsPrivateLocation.java.md @@ -4,7 +4,7 @@ ### DataNewrelicSyntheticsPrivateLocation -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location}. #### Initializers @@ -43,7 +43,7 @@ DataNewrelicSyntheticsPrivateLocation.Builder.create(Construct scope, java.lang. | provisioners | java.util.List | *No description.* | | name | java.lang.String | The name of the Synthetics monitor private location. | | accountId | java.lang.Number | The ID of the account in New Relic. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. | | key | java.util.List | The key of the queried private location. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The name of the Synthetics monitor private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#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. @@ -145,7 +145,7 @@ If you experience problems setting this value it might not be settable. Please t The key of the queried private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} --- @@ -489,7 +489,7 @@ The construct id used in the generated config for the DataNewrelicSyntheticsPriv The id of the existing DataNewrelicSyntheticsPrivateLocation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#import import section} in the documentation of this resource for the id to use --- @@ -789,7 +789,7 @@ DataNewrelicSyntheticsPrivateLocationConfig.builder() | provisioners | java.util.List | *No description.* | | name | java.lang.String | The name of the Synthetics monitor private location. | | accountId | java.lang.Number | The ID of the account in New Relic. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. | | key | java.util.List | The key of the queried private location. | --- @@ -874,7 +874,7 @@ public java.lang.String getName(); The name of the Synthetics monitor private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} --- @@ -888,7 +888,7 @@ public java.lang.Number getAccountId(); The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} --- @@ -900,7 +900,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#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. @@ -917,7 +917,7 @@ public java.util.List getKey(); The key of the queried private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} --- diff --git a/docs/dataNewrelicSyntheticsPrivateLocation.python.md b/docs/dataNewrelicSyntheticsPrivateLocation.python.md index b9ff29834..ab067062e 100644 --- a/docs/dataNewrelicSyntheticsPrivateLocation.python.md +++ b/docs/dataNewrelicSyntheticsPrivateLocation.python.md @@ -4,7 +4,7 @@ ### DataNewrelicSyntheticsPrivateLocation -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location}. #### Initializers @@ -41,7 +41,7 @@ dataNewrelicSyntheticsPrivateLocation.DataNewrelicSyntheticsPrivateLocation( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the Synthetics monitor private location. | | account_id | typing.Union[int, float] | The ID of the account in New Relic. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. | | key | typing.List[str] | The key of the queried private location. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The name of the Synthetics monitor private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#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. @@ -143,7 +143,7 @@ If you experience problems setting this value it might not be settable. Please t The key of the queried private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} --- @@ -523,7 +523,7 @@ The construct id used in the generated config for the DataNewrelicSyntheticsPriv The id of the existing DataNewrelicSyntheticsPrivateLocation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#import import section} in the documentation of this resource for the id to use --- @@ -819,7 +819,7 @@ dataNewrelicSyntheticsPrivateLocation.DataNewrelicSyntheticsPrivateLocationConfi | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the Synthetics monitor private location. | | account_id | typing.Union[int, float] | The ID of the account in New Relic. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. | | key | typing.List[str] | The key of the queried private location. | --- @@ -904,7 +904,7 @@ name: str The name of the Synthetics monitor private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} --- @@ -918,7 +918,7 @@ account_id: typing.Union[int, float] The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} --- @@ -930,7 +930,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#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. @@ -947,7 +947,7 @@ key: typing.List[str] The key of the queried private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} --- diff --git a/docs/dataNewrelicSyntheticsPrivateLocation.typescript.md b/docs/dataNewrelicSyntheticsPrivateLocation.typescript.md index bb1465a7f..99fe85924 100644 --- a/docs/dataNewrelicSyntheticsPrivateLocation.typescript.md +++ b/docs/dataNewrelicSyntheticsPrivateLocation.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicSyntheticsPrivateLocation -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataNewrelicSyntheticsPriv The id of the existing DataNewrelicSyntheticsPrivateLocation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#import import section} in the documentation of this resource for the id to use --- @@ -670,7 +670,7 @@ const dataNewrelicSyntheticsPrivateLocationConfig: dataNewrelicSyntheticsPrivate | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | The name of the Synthetics monitor private location. | | accountId | number | The ID of the account in New Relic. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. | | key | string[] | The key of the queried private location. | --- @@ -755,7 +755,7 @@ public readonly name: string; The name of the Synthetics monitor private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} --- @@ -769,7 +769,7 @@ public readonly accountId: number; The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} --- @@ -781,7 +781,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#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. @@ -798,7 +798,7 @@ public readonly key: string[]; The key of the queried private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} --- diff --git a/docs/dataNewrelicSyntheticsSecureCredential.csharp.md b/docs/dataNewrelicSyntheticsSecureCredential.csharp.md index c184de510..a9d5db919 100644 --- a/docs/dataNewrelicSyntheticsSecureCredential.csharp.md +++ b/docs/dataNewrelicSyntheticsSecureCredential.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicSyntheticsSecureCredential -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicSyntheticsSecu The id of the existing DataNewrelicSyntheticsSecureCredential that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use --- @@ -674,7 +674,7 @@ new DataNewrelicSyntheticsSecureCredentialConfig { | Provisioners | object[] | *No description.* | | Key | string | The secure credential's key name. | | AccountId | double | The New Relic account ID associated with this secure credential. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. | --- @@ -760,7 +760,7 @@ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} --- @@ -774,7 +774,7 @@ public double AccountId { get; set; } The New Relic account ID associated with this secure credential. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} --- @@ -786,7 +786,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#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. diff --git a/docs/dataNewrelicSyntheticsSecureCredential.go.md b/docs/dataNewrelicSyntheticsSecureCredential.go.md index 8eb2dca8d..1eca4d92c 100644 --- a/docs/dataNewrelicSyntheticsSecureCredential.go.md +++ b/docs/dataNewrelicSyntheticsSecureCredential.go.md @@ -4,7 +4,7 @@ ### DataNewrelicSyntheticsSecureCredential -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicSyntheticsSecu The id of the existing DataNewrelicSyntheticsSecureCredential that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use --- @@ -674,7 +674,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelicsyn | Provisioners | *[]interface{} | *No description.* | | Key | *string | The secure credential's key name. | | AccountId | *f64 | The New Relic account ID associated with this secure credential. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. | --- @@ -760,7 +760,7 @@ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} --- @@ -774,7 +774,7 @@ AccountId *f64 The New Relic account ID associated with this secure credential. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} --- @@ -786,7 +786,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#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. diff --git a/docs/dataNewrelicSyntheticsSecureCredential.java.md b/docs/dataNewrelicSyntheticsSecureCredential.java.md index 37b8a0b5f..d18dfa1e0 100644 --- a/docs/dataNewrelicSyntheticsSecureCredential.java.md +++ b/docs/dataNewrelicSyntheticsSecureCredential.java.md @@ -4,7 +4,7 @@ ### DataNewrelicSyntheticsSecureCredential -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential}. #### Initializers @@ -42,7 +42,7 @@ DataNewrelicSyntheticsSecureCredential.Builder.create(Construct scope, java.lang | provisioners | java.util.List | *No description.* | | key | java.lang.String | The secure credential's key name. | | accountId | java.lang.Number | The New Relic account ID associated with this secure credential. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. | --- @@ -114,7 +114,7 @@ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID associated with this secure credential. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#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. @@ -472,7 +472,7 @@ The construct id used in the generated config for the DataNewrelicSyntheticsSecu The id of the existing DataNewrelicSyntheticsSecureCredential that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use --- @@ -771,7 +771,7 @@ DataNewrelicSyntheticsSecureCredentialConfig.builder() | provisioners | java.util.List | *No description.* | | key | java.lang.String | The secure credential's key name. | | accountId | java.lang.Number | The New Relic account ID associated with this secure credential. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. | --- @@ -857,7 +857,7 @@ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} --- @@ -871,7 +871,7 @@ public java.lang.Number getAccountId(); The New Relic account ID associated with this secure credential. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} --- @@ -883,7 +883,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#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. diff --git a/docs/dataNewrelicSyntheticsSecureCredential.python.md b/docs/dataNewrelicSyntheticsSecureCredential.python.md index 99e0d0300..3e6b757b4 100644 --- a/docs/dataNewrelicSyntheticsSecureCredential.python.md +++ b/docs/dataNewrelicSyntheticsSecureCredential.python.md @@ -4,7 +4,7 @@ ### DataNewrelicSyntheticsSecureCredential -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential}. #### Initializers @@ -40,7 +40,7 @@ dataNewrelicSyntheticsSecureCredential.DataNewrelicSyntheticsSecureCredential( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | The secure credential's key name. | | account_id | typing.Union[int, float] | The New Relic account ID associated with this secure credential. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. | --- @@ -112,7 +112,7 @@ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID associated with this secure credential. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#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. @@ -506,7 +506,7 @@ The construct id used in the generated config for the DataNewrelicSyntheticsSecu The id of the existing DataNewrelicSyntheticsSecureCredential that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use --- @@ -801,7 +801,7 @@ dataNewrelicSyntheticsSecureCredential.DataNewrelicSyntheticsSecureCredentialCon | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | The secure credential's key name. | | account_id | typing.Union[int, float] | The New Relic account ID associated with this secure credential. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. | --- @@ -887,7 +887,7 @@ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} --- @@ -901,7 +901,7 @@ account_id: typing.Union[int, float] The New Relic account ID associated with this secure credential. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} --- @@ -913,7 +913,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#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. diff --git a/docs/dataNewrelicSyntheticsSecureCredential.typescript.md b/docs/dataNewrelicSyntheticsSecureCredential.typescript.md index f04f222b4..7f646b2b4 100644 --- a/docs/dataNewrelicSyntheticsSecureCredential.typescript.md +++ b/docs/dataNewrelicSyntheticsSecureCredential.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicSyntheticsSecureCredential -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicSyntheticsSecu The id of the existing DataNewrelicSyntheticsSecureCredential that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use --- @@ -663,7 +663,7 @@ const dataNewrelicSyntheticsSecureCredentialConfig: dataNewrelicSyntheticsSecure | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | key | string | The secure credential's key name. | | accountId | number | The New Relic account ID associated with this secure credential. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. | --- @@ -749,7 +749,7 @@ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} --- @@ -763,7 +763,7 @@ public readonly accountId: number; The New Relic account ID associated with this secure credential. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} --- @@ -775,7 +775,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#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. diff --git a/docs/dataNewrelicTestGrokPattern.csharp.md b/docs/dataNewrelicTestGrokPattern.csharp.md index fedb531a8..ea6a40e62 100644 --- a/docs/dataNewrelicTestGrokPattern.csharp.md +++ b/docs/dataNewrelicTestGrokPattern.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicTestGrokPattern -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicTestGrokPatter The id of the existing DataNewrelicTestGrokPattern that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#import import section} in the documentation of this resource for the id to use --- @@ -687,7 +687,7 @@ new DataNewrelicTestGrokPatternConfig { | Grok | string | The Grok pattern to test. | | LogLines | string[] | The log lines to test the Grok pattern against. | | AccountId | double | The account id associated with the test grok. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. | --- @@ -771,7 +771,7 @@ public string Grok { get; set; } The Grok pattern to test. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} --- @@ -785,7 +785,7 @@ public string[] LogLines { get; set; } The log lines to test the Grok pattern against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} --- @@ -799,7 +799,7 @@ public double AccountId { get; set; } The account id associated with the test grok. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} --- @@ -811,7 +811,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#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. diff --git a/docs/dataNewrelicTestGrokPattern.go.md b/docs/dataNewrelicTestGrokPattern.go.md index f15564df7..78ab810be 100644 --- a/docs/dataNewrelicTestGrokPattern.go.md +++ b/docs/dataNewrelicTestGrokPattern.go.md @@ -4,7 +4,7 @@ ### DataNewrelicTestGrokPattern -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicTestGrokPatter The id of the existing DataNewrelicTestGrokPattern that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#import import section} in the documentation of this resource for the id to use --- @@ -687,7 +687,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datanewrelictes | Grok | *string | The Grok pattern to test. | | LogLines | *[]*string | The log lines to test the Grok pattern against. | | AccountId | *f64 | The account id associated with the test grok. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. | --- @@ -771,7 +771,7 @@ Grok *string The Grok pattern to test. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} --- @@ -785,7 +785,7 @@ LogLines *[]*string The log lines to test the Grok pattern against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} --- @@ -799,7 +799,7 @@ AccountId *f64 The account id associated with the test grok. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} --- @@ -811,7 +811,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#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. diff --git a/docs/dataNewrelicTestGrokPattern.java.md b/docs/dataNewrelicTestGrokPattern.java.md index af372d65c..ae25383a1 100644 --- a/docs/dataNewrelicTestGrokPattern.java.md +++ b/docs/dataNewrelicTestGrokPattern.java.md @@ -4,7 +4,7 @@ ### DataNewrelicTestGrokPattern -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern}. #### Initializers @@ -44,7 +44,7 @@ DataNewrelicTestGrokPattern.Builder.create(Construct scope, java.lang.String id) | grok | java.lang.String | The Grok pattern to test. | | logLines | java.util.List | The log lines to test the Grok pattern against. | | accountId | java.lang.Number | The account id associated with the test grok. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The Grok pattern to test. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The log lines to test the Grok pattern against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id associated with the test grok. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#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. @@ -482,7 +482,7 @@ The construct id used in the generated config for the DataNewrelicTestGrokPatter The id of the existing DataNewrelicTestGrokPattern that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#import import section} in the documentation of this resource for the id to use --- @@ -794,7 +794,7 @@ DataNewrelicTestGrokPatternConfig.builder() | grok | java.lang.String | The Grok pattern to test. | | logLines | java.util.List | The log lines to test the Grok pattern against. | | accountId | java.lang.Number | The account id associated with the test grok. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. | --- @@ -878,7 +878,7 @@ public java.lang.String getGrok(); The Grok pattern to test. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} --- @@ -892,7 +892,7 @@ public java.util.List getLogLines(); The log lines to test the Grok pattern against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} --- @@ -906,7 +906,7 @@ public java.lang.Number getAccountId(); The account id associated with the test grok. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} --- @@ -918,7 +918,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#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. diff --git a/docs/dataNewrelicTestGrokPattern.python.md b/docs/dataNewrelicTestGrokPattern.python.md index 18ac4d05c..eaf01cec7 100644 --- a/docs/dataNewrelicTestGrokPattern.python.md +++ b/docs/dataNewrelicTestGrokPattern.python.md @@ -4,7 +4,7 @@ ### DataNewrelicTestGrokPattern -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern}. #### Initializers @@ -42,7 +42,7 @@ dataNewrelicTestGrokPattern.DataNewrelicTestGrokPattern( | grok | str | The Grok pattern to test. | | log_lines | typing.List[str] | The log lines to test the Grok pattern against. | | account_id | typing.Union[int, float] | The account id associated with the test grok. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The Grok pattern to test. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The log lines to test the Grok pattern against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id associated with the test grok. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#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. @@ -516,7 +516,7 @@ The construct id used in the generated config for the DataNewrelicTestGrokPatter The id of the existing DataNewrelicTestGrokPattern that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#import import section} in the documentation of this resource for the id to use --- @@ -824,7 +824,7 @@ dataNewrelicTestGrokPattern.DataNewrelicTestGrokPatternConfig( | grok | str | The Grok pattern to test. | | log_lines | typing.List[str] | The log lines to test the Grok pattern against. | | account_id | typing.Union[int, float] | The account id associated with the test grok. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. | --- @@ -908,7 +908,7 @@ grok: str The Grok pattern to test. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} --- @@ -922,7 +922,7 @@ log_lines: typing.List[str] The log lines to test the Grok pattern against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} --- @@ -936,7 +936,7 @@ account_id: typing.Union[int, float] The account id associated with the test grok. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} --- @@ -948,7 +948,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#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. diff --git a/docs/dataNewrelicTestGrokPattern.typescript.md b/docs/dataNewrelicTestGrokPattern.typescript.md index 3c7095891..afacc87c5 100644 --- a/docs/dataNewrelicTestGrokPattern.typescript.md +++ b/docs/dataNewrelicTestGrokPattern.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicTestGrokPattern -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicTestGrokPatter The id of the existing DataNewrelicTestGrokPattern that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#import import section} in the documentation of this resource for the id to use --- @@ -675,7 +675,7 @@ const dataNewrelicTestGrokPatternConfig: dataNewrelicTestGrokPattern.DataNewreli | grok | string | The Grok pattern to test. | | logLines | string[] | The log lines to test the Grok pattern against. | | accountId | number | The account id associated with the test grok. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. | --- @@ -759,7 +759,7 @@ public readonly grok: string; The Grok pattern to test. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} --- @@ -773,7 +773,7 @@ public readonly logLines: string[]; The log lines to test the Grok pattern against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} --- @@ -787,7 +787,7 @@ public readonly accountId: number; The account id associated with the test grok. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} --- @@ -799,7 +799,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#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. diff --git a/docs/dataNewrelicUser.csharp.md b/docs/dataNewrelicUser.csharp.md index d3ec5cb9e..e4b659c21 100644 --- a/docs/dataNewrelicUser.csharp.md +++ b/docs/dataNewrelicUser.csharp.md @@ -4,7 +4,7 @@ ### DataNewrelicUser -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user newrelic_user}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user newrelic_user}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicUser to import The id of the existing DataNewrelicUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use --- @@ -747,7 +747,7 @@ public string AuthenticationDomainId { get; set; } The ID of the Authentication Domain the user being queried would belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} --- @@ -761,7 +761,7 @@ public string EmailId { get; set; } The email ID of the user to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#email_id DataNewrelicUser#email_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#email_id DataNewrelicUser#email_id} --- @@ -775,7 +775,7 @@ public string Name { get; set; } The name of the user to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#name DataNewrelicUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#name DataNewrelicUser#name} --- diff --git a/docs/dataNewrelicUser.go.md b/docs/dataNewrelicUser.go.md index 2b52326ef..d80158821 100644 --- a/docs/dataNewrelicUser.go.md +++ b/docs/dataNewrelicUser.go.md @@ -4,7 +4,7 @@ ### DataNewrelicUser -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user newrelic_user}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user newrelic_user}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicUser to import The id of the existing DataNewrelicUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use --- @@ -747,7 +747,7 @@ AuthenticationDomainId *string The ID of the Authentication Domain the user being queried would belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} --- @@ -761,7 +761,7 @@ EmailId *string The email ID of the user to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#email_id DataNewrelicUser#email_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#email_id DataNewrelicUser#email_id} --- @@ -775,7 +775,7 @@ Name *string The name of the user to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#name DataNewrelicUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#name DataNewrelicUser#name} --- diff --git a/docs/dataNewrelicUser.java.md b/docs/dataNewrelicUser.java.md index b9e634c20..5c1f3ceb7 100644 --- a/docs/dataNewrelicUser.java.md +++ b/docs/dataNewrelicUser.java.md @@ -4,7 +4,7 @@ ### DataNewrelicUser -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user newrelic_user}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user newrelic_user}. #### Initializers @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The ID of the Authentication Domain the user being queried would belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The email ID of the user to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#email_id DataNewrelicUser#email_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#email_id DataNewrelicUser#email_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the user to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#name DataNewrelicUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#name DataNewrelicUser#name} --- @@ -469,7 +469,7 @@ The construct id used in the generated config for the DataNewrelicUser to import The id of the existing DataNewrelicUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use --- @@ -841,7 +841,7 @@ public java.lang.String getAuthenticationDomainId(); The ID of the Authentication Domain the user being queried would belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} --- @@ -855,7 +855,7 @@ public java.lang.String getEmailId(); The email ID of the user to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#email_id DataNewrelicUser#email_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#email_id DataNewrelicUser#email_id} --- @@ -869,7 +869,7 @@ public java.lang.String getName(); The name of the user to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#name DataNewrelicUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#name DataNewrelicUser#name} --- diff --git a/docs/dataNewrelicUser.python.md b/docs/dataNewrelicUser.python.md index 12bfb4b0d..d1d919dc7 100644 --- a/docs/dataNewrelicUser.python.md +++ b/docs/dataNewrelicUser.python.md @@ -4,7 +4,7 @@ ### DataNewrelicUser -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user newrelic_user}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user newrelic_user}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The ID of the Authentication Domain the user being queried would belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The email ID of the user to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#email_id DataNewrelicUser#email_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#email_id DataNewrelicUser#email_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the user to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#name DataNewrelicUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#name DataNewrelicUser#name} --- @@ -503,7 +503,7 @@ The construct id used in the generated config for the DataNewrelicUser to import The id of the existing DataNewrelicUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use --- @@ -871,7 +871,7 @@ authentication_domain_id: str The ID of the Authentication Domain the user being queried would belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} --- @@ -885,7 +885,7 @@ email_id: str The email ID of the user to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#email_id DataNewrelicUser#email_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#email_id DataNewrelicUser#email_id} --- @@ -899,7 +899,7 @@ name: str The name of the user to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#name DataNewrelicUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#name DataNewrelicUser#name} --- diff --git a/docs/dataNewrelicUser.typescript.md b/docs/dataNewrelicUser.typescript.md index fd6664302..fa074f221 100644 --- a/docs/dataNewrelicUser.typescript.md +++ b/docs/dataNewrelicUser.typescript.md @@ -4,7 +4,7 @@ ### DataNewrelicUser -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user newrelic_user}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user newrelic_user}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataNewrelicUser to import The id of the existing DataNewrelicUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use --- @@ -736,7 +736,7 @@ public readonly authenticationDomainId: string; The ID of the Authentication Domain the user being queried would belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} --- @@ -750,7 +750,7 @@ public readonly emailId: string; The email ID of the user to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#email_id DataNewrelicUser#email_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#email_id DataNewrelicUser#email_id} --- @@ -764,7 +764,7 @@ public readonly name: string; The name of the user to be queried. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#name DataNewrelicUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#name DataNewrelicUser#name} --- diff --git a/docs/dataPartitionRule.csharp.md b/docs/dataPartitionRule.csharp.md index a0fe09dec..e326f743d 100644 --- a/docs/dataPartitionRule.csharp.md +++ b/docs/dataPartitionRule.csharp.md @@ -4,7 +4,7 @@ ### DataPartitionRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule newrelic_data_partition_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule newrelic_data_partition_rule}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the DataPartitionRule to impor The id of the existing DataPartitionRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#import import section} in the documentation of this resource for the id to use --- @@ -933,7 +933,7 @@ new DataPartitionRuleConfig { | TargetDataPartition | string | The name of the data partition where logs will be allocated once the rule is enabled. | | AccountId | double | The account id associated with the data partition rule. | | Description | string | The description of the data partition rule. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#id DataPartitionRule#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#id DataPartitionRule#id}. | | Timeouts | DataPartitionRuleTimeouts | timeouts block. | --- @@ -1018,7 +1018,7 @@ public object Enabled { get; set; } Whether or not this data partition rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} --- @@ -1034,7 +1034,7 @@ The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} --- @@ -1048,7 +1048,7 @@ public string RetentionPolicy { get; set; } The retention policy of the data partition data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} --- @@ -1062,7 +1062,7 @@ public string TargetDataPartition { get; set; } The name of the data partition where logs will be allocated once the rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} --- @@ -1076,7 +1076,7 @@ public double AccountId { get; set; } The account id associated with the data partition rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} --- @@ -1090,7 +1090,7 @@ public string Description { get; set; } The description of the data partition rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#description DataPartitionRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#description DataPartitionRule#description} --- @@ -1102,7 +1102,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#id DataPartitionRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#id DataPartitionRule#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. @@ -1119,7 +1119,7 @@ public DataPartitionRuleTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} --- @@ -1139,7 +1139,7 @@ new DataPartitionRuleTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#create DataPartitionRule#create}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#create DataPartitionRule#create}. | --- @@ -1151,7 +1151,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#create DataPartitionRule#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#create DataPartitionRule#create}. --- diff --git a/docs/dataPartitionRule.go.md b/docs/dataPartitionRule.go.md index f28dfe12e..d319262db 100644 --- a/docs/dataPartitionRule.go.md +++ b/docs/dataPartitionRule.go.md @@ -4,7 +4,7 @@ ### DataPartitionRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule newrelic_data_partition_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule newrelic_data_partition_rule}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the DataPartitionRule to impor The id of the existing DataPartitionRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#import import section} in the documentation of this resource for the id to use --- @@ -933,7 +933,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionru | TargetDataPartition | *string | The name of the data partition where logs will be allocated once the rule is enabled. | | AccountId | *f64 | The account id associated with the data partition rule. | | Description | *string | The description of the data partition rule. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#id DataPartitionRule#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#id DataPartitionRule#id}. | | Timeouts | DataPartitionRuleTimeouts | timeouts block. | --- @@ -1018,7 +1018,7 @@ Enabled interface{} Whether or not this data partition rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} --- @@ -1034,7 +1034,7 @@ The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} --- @@ -1048,7 +1048,7 @@ RetentionPolicy *string The retention policy of the data partition data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} --- @@ -1062,7 +1062,7 @@ TargetDataPartition *string The name of the data partition where logs will be allocated once the rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} --- @@ -1076,7 +1076,7 @@ AccountId *f64 The account id associated with the data partition rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} --- @@ -1090,7 +1090,7 @@ Description *string The description of the data partition rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#description DataPartitionRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#description DataPartitionRule#description} --- @@ -1102,7 +1102,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#id DataPartitionRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#id DataPartitionRule#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. @@ -1119,7 +1119,7 @@ Timeouts DataPartitionRuleTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} --- @@ -1139,7 +1139,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/datapartitionru | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#create DataPartitionRule#create}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#create DataPartitionRule#create}. | --- @@ -1151,7 +1151,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#create DataPartitionRule#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#create DataPartitionRule#create}. --- diff --git a/docs/dataPartitionRule.java.md b/docs/dataPartitionRule.java.md index a2dceb0e5..88c70f0ed 100644 --- a/docs/dataPartitionRule.java.md +++ b/docs/dataPartitionRule.java.md @@ -4,7 +4,7 @@ ### DataPartitionRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule newrelic_data_partition_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule newrelic_data_partition_rule}. #### Initializers @@ -52,7 +52,7 @@ DataPartitionRule.Builder.create(Construct scope, java.lang.String id) | targetDataPartition | java.lang.String | The name of the data partition where logs will be allocated once the rule is enabled. | | accountId | java.lang.Number | The account id associated with the data partition rule. | | description | java.lang.String | The description of the data partition rule. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#id DataPartitionRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#id DataPartitionRule#id}. | | timeouts | DataPartitionRuleTimeouts | timeouts block. | --- @@ -123,7 +123,7 @@ Must be unique amongst siblings in the same scope Whether or not this data partition rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} --- @@ -135,7 +135,7 @@ The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The retention policy of the data partition data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the data partition where logs will be allocated once the rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id associated with the data partition rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The description of the data partition rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#description DataPartitionRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#description DataPartitionRule#description} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#id DataPartitionRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#id DataPartitionRule#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. @@ -196,7 +196,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} --- @@ -664,7 +664,7 @@ The construct id used in the generated config for the DataPartitionRule to impor The id of the existing DataPartitionRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#import import section} in the documentation of this resource for the id to use --- @@ -1094,7 +1094,7 @@ DataPartitionRuleConfig.builder() | targetDataPartition | java.lang.String | The name of the data partition where logs will be allocated once the rule is enabled. | | accountId | java.lang.Number | The account id associated with the data partition rule. | | description | java.lang.String | The description of the data partition rule. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#id DataPartitionRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#id DataPartitionRule#id}. | | timeouts | DataPartitionRuleTimeouts | timeouts block. | --- @@ -1179,7 +1179,7 @@ public java.lang.Object getEnabled(); Whether or not this data partition rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} --- @@ -1195,7 +1195,7 @@ The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} --- @@ -1209,7 +1209,7 @@ public java.lang.String getRetentionPolicy(); The retention policy of the data partition data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} --- @@ -1223,7 +1223,7 @@ public java.lang.String getTargetDataPartition(); The name of the data partition where logs will be allocated once the rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} --- @@ -1237,7 +1237,7 @@ public java.lang.Number getAccountId(); The account id associated with the data partition rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} --- @@ -1251,7 +1251,7 @@ public java.lang.String getDescription(); The description of the data partition rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#description DataPartitionRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#description DataPartitionRule#description} --- @@ -1263,7 +1263,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#id DataPartitionRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#id DataPartitionRule#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. @@ -1280,7 +1280,7 @@ public DataPartitionRuleTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} --- @@ -1300,7 +1300,7 @@ DataPartitionRuleTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#create DataPartitionRule#create}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#create DataPartitionRule#create}. | --- @@ -1312,7 +1312,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#create DataPartitionRule#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#create DataPartitionRule#create}. --- diff --git a/docs/dataPartitionRule.python.md b/docs/dataPartitionRule.python.md index a677e06a8..72b2c454a 100644 --- a/docs/dataPartitionRule.python.md +++ b/docs/dataPartitionRule.python.md @@ -4,7 +4,7 @@ ### DataPartitionRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule newrelic_data_partition_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule newrelic_data_partition_rule}. #### Initializers @@ -49,7 +49,7 @@ dataPartitionRule.DataPartitionRule( | target_data_partition | str | The name of the data partition where logs will be allocated once the rule is enabled. | | account_id | typing.Union[int, float] | The account id associated with the data partition rule. | | description | str | The description of the data partition rule. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#id DataPartitionRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#id DataPartitionRule#id}. | | timeouts | DataPartitionRuleTimeouts | timeouts block. | --- @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope Whether or not this data partition rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} --- @@ -132,7 +132,7 @@ The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The retention policy of the data partition data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the data partition where logs will be allocated once the rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id associated with the data partition rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The description of the data partition rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#description DataPartitionRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#description DataPartitionRule#description} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#id DataPartitionRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#id DataPartitionRule#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. @@ -193,7 +193,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} --- @@ -569,7 +569,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#create DataPartitionRule#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#create DataPartitionRule#create}. --- @@ -711,7 +711,7 @@ The construct id used in the generated config for the DataPartitionRule to impor The id of the existing DataPartitionRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#import import section} in the documentation of this resource for the id to use --- @@ -1136,7 +1136,7 @@ dataPartitionRule.DataPartitionRuleConfig( | target_data_partition | str | The name of the data partition where logs will be allocated once the rule is enabled. | | account_id | typing.Union[int, float] | The account id associated with the data partition rule. | | description | str | The description of the data partition rule. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#id DataPartitionRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#id DataPartitionRule#id}. | | timeouts | DataPartitionRuleTimeouts | timeouts block. | --- @@ -1221,7 +1221,7 @@ enabled: typing.Union[bool, IResolvable] Whether or not this data partition rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} --- @@ -1237,7 +1237,7 @@ The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} --- @@ -1251,7 +1251,7 @@ retention_policy: str The retention policy of the data partition data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} --- @@ -1265,7 +1265,7 @@ target_data_partition: str The name of the data partition where logs will be allocated once the rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} --- @@ -1279,7 +1279,7 @@ account_id: typing.Union[int, float] The account id associated with the data partition rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} --- @@ -1293,7 +1293,7 @@ description: str The description of the data partition rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#description DataPartitionRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#description DataPartitionRule#description} --- @@ -1305,7 +1305,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#id DataPartitionRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#id DataPartitionRule#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. @@ -1322,7 +1322,7 @@ timeouts: DataPartitionRuleTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} --- @@ -1342,7 +1342,7 @@ dataPartitionRule.DataPartitionRuleTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#create DataPartitionRule#create}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#create DataPartitionRule#create}. | --- @@ -1354,7 +1354,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#create DataPartitionRule#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#create DataPartitionRule#create}. --- diff --git a/docs/dataPartitionRule.typescript.md b/docs/dataPartitionRule.typescript.md index 44189f648..5c7d6eac0 100644 --- a/docs/dataPartitionRule.typescript.md +++ b/docs/dataPartitionRule.typescript.md @@ -4,7 +4,7 @@ ### DataPartitionRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule newrelic_data_partition_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule newrelic_data_partition_rule}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the DataPartitionRule to impor The id of the existing DataPartitionRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,7 @@ const dataPartitionRuleConfig: dataPartitionRule.DataPartitionRuleConfig = { ... | targetDataPartition | string | The name of the data partition where logs will be allocated once the rule is enabled. | | accountId | number | The account id associated with the data partition rule. | | description | string | The description of the data partition rule. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#id DataPartitionRule#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#id DataPartitionRule#id}. | | timeouts | DataPartitionRuleTimeouts | timeouts block. | --- @@ -1002,7 +1002,7 @@ public readonly enabled: boolean | IResolvable; Whether or not this data partition rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} --- @@ -1018,7 +1018,7 @@ The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} --- @@ -1032,7 +1032,7 @@ public readonly retentionPolicy: string; The retention policy of the data partition data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} --- @@ -1046,7 +1046,7 @@ public readonly targetDataPartition: string; The name of the data partition where logs will be allocated once the rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} --- @@ -1060,7 +1060,7 @@ public readonly accountId: number; The account id associated with the data partition rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} --- @@ -1074,7 +1074,7 @@ public readonly description: string; The description of the data partition rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#description DataPartitionRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#description DataPartitionRule#description} --- @@ -1086,7 +1086,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#id DataPartitionRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#id DataPartitionRule#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. @@ -1103,7 +1103,7 @@ public readonly timeouts: DataPartitionRuleTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} --- @@ -1121,7 +1121,7 @@ const dataPartitionRuleTimeouts: dataPartitionRule.DataPartitionRuleTimeouts = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#create DataPartitionRule#create}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#create DataPartitionRule#create}. | --- @@ -1133,7 +1133,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#create DataPartitionRule#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#create DataPartitionRule#create}. --- diff --git a/docs/entityTags.csharp.md b/docs/entityTags.csharp.md index 65536cbd2..e107d1b29 100644 --- a/docs/entityTags.csharp.md +++ b/docs/entityTags.csharp.md @@ -4,7 +4,7 @@ ### EntityTags -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags newrelic_entity_tags}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags newrelic_entity_tags}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the EntityTags to import. The id of the existing EntityTags that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use --- @@ -825,7 +825,7 @@ new EntityTagsConfig { | Provisioners | object[] | *No description.* | | Guid | string | The guid of the entity to tag. | | Tag | object | tag block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#id EntityTags#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#id EntityTags#id}. | | Timeouts | EntityTagsTimeouts | timeouts block. | --- @@ -910,7 +910,7 @@ public string Guid { get; set; } The guid of the entity to tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#guid EntityTags#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#guid EntityTags#guid} --- @@ -924,7 +924,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#tag EntityTags#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#tag EntityTags#tag} --- @@ -936,7 +936,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#id EntityTags#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#id EntityTags#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. @@ -953,7 +953,7 @@ public EntityTagsTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#timeouts EntityTags#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#timeouts EntityTags#timeouts} --- @@ -989,7 +989,7 @@ public string Key { get; set; } The tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#key EntityTags#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#key EntityTags#key} --- @@ -1003,7 +1003,7 @@ public string[] Values { get; set; } The tag values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#values EntityTags#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#values EntityTags#values} --- @@ -1023,7 +1023,7 @@ new EntityTagsTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#create EntityTags#create}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#create EntityTags#create}. | --- @@ -1035,7 +1035,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#create EntityTags#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#create EntityTags#create}. --- diff --git a/docs/entityTags.go.md b/docs/entityTags.go.md index 98af44f25..f7d15c32a 100644 --- a/docs/entityTags.go.md +++ b/docs/entityTags.go.md @@ -4,7 +4,7 @@ ### EntityTags -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags newrelic_entity_tags}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags newrelic_entity_tags}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the EntityTags to import. The id of the existing EntityTags that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use --- @@ -825,7 +825,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags" | Provisioners | *[]interface{} | *No description.* | | Guid | *string | The guid of the entity to tag. | | Tag | interface{} | tag block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#id EntityTags#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#id EntityTags#id}. | | Timeouts | EntityTagsTimeouts | timeouts block. | --- @@ -910,7 +910,7 @@ Guid *string The guid of the entity to tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#guid EntityTags#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#guid EntityTags#guid} --- @@ -924,7 +924,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#tag EntityTags#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#tag EntityTags#tag} --- @@ -936,7 +936,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#id EntityTags#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#id EntityTags#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. @@ -953,7 +953,7 @@ Timeouts EntityTagsTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#timeouts EntityTags#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#timeouts EntityTags#timeouts} --- @@ -989,7 +989,7 @@ Key *string The tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#key EntityTags#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#key EntityTags#key} --- @@ -1003,7 +1003,7 @@ Values *[]*string The tag values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#values EntityTags#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#values EntityTags#values} --- @@ -1023,7 +1023,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/entitytags" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#create EntityTags#create}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#create EntityTags#create}. | --- @@ -1035,7 +1035,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#create EntityTags#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#create EntityTags#create}. --- diff --git a/docs/entityTags.java.md b/docs/entityTags.java.md index 88106c104..63d41cffd 100644 --- a/docs/entityTags.java.md +++ b/docs/entityTags.java.md @@ -4,7 +4,7 @@ ### EntityTags -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags newrelic_entity_tags}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags newrelic_entity_tags}. #### Initializers @@ -44,7 +44,7 @@ EntityTags.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | guid | java.lang.String | The guid of the entity to tag. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<EntityTagsTag> | tag block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#id EntityTags#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#id EntityTags#id}. | | timeouts | EntityTagsTimeouts | timeouts block. | --- @@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope The guid of the entity to tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#guid EntityTags#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#guid EntityTags#guid} --- @@ -125,7 +125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#tag EntityTags#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#tag EntityTags#tag} --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#id EntityTags#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#id EntityTags#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. @@ -146,7 +146,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#timeouts EntityTags#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#timeouts EntityTags#timeouts} --- @@ -613,7 +613,7 @@ The construct id used in the generated config for the EntityTags to import. The id of the existing EntityTags that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use --- @@ -936,7 +936,7 @@ EntityTagsConfig.builder() | provisioners | java.util.List | *No description.* | | guid | java.lang.String | The guid of the entity to tag. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<EntityTagsTag> | tag block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#id EntityTags#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#id EntityTags#id}. | | timeouts | EntityTagsTimeouts | timeouts block. | --- @@ -1021,7 +1021,7 @@ public java.lang.String getGuid(); The guid of the entity to tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#guid EntityTags#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#guid EntityTags#guid} --- @@ -1035,7 +1035,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#tag EntityTags#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#tag EntityTags#tag} --- @@ -1047,7 +1047,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#id EntityTags#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#id EntityTags#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. @@ -1064,7 +1064,7 @@ public EntityTagsTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#timeouts EntityTags#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#timeouts EntityTags#timeouts} --- @@ -1100,7 +1100,7 @@ public java.lang.String getKey(); The tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#key EntityTags#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#key EntityTags#key} --- @@ -1114,7 +1114,7 @@ public java.util.List getValues(); The tag values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#values EntityTags#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#values EntityTags#values} --- @@ -1134,7 +1134,7 @@ EntityTagsTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#create EntityTags#create}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#create EntityTags#create}. | --- @@ -1146,7 +1146,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#create EntityTags#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#create EntityTags#create}. --- diff --git a/docs/entityTags.python.md b/docs/entityTags.python.md index 15014ae2a..0b9bf613b 100644 --- a/docs/entityTags.python.md +++ b/docs/entityTags.python.md @@ -4,7 +4,7 @@ ### EntityTags -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags newrelic_entity_tags}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags newrelic_entity_tags}. #### Initializers @@ -41,7 +41,7 @@ entityTags.EntityTags( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | guid | str | The guid of the entity to tag. | | tag | typing.Union[cdktf.IResolvable, typing.List[EntityTagsTag]] | tag block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#id EntityTags#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#id EntityTags#id}. | | timeouts | EntityTagsTimeouts | timeouts block. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The guid of the entity to tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#guid EntityTags#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#guid EntityTags#guid} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#tag EntityTags#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#tag EntityTags#tag} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#id EntityTags#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#id EntityTags#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. @@ -143,7 +143,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#timeouts EntityTags#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#timeouts EntityTags#timeouts} --- @@ -532,7 +532,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#create EntityTags#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#create EntityTags#create}. --- @@ -662,7 +662,7 @@ The construct id used in the generated config for the EntityTags to import. The id of the existing EntityTags that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use --- @@ -980,7 +980,7 @@ entityTags.EntityTagsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | guid | str | The guid of the entity to tag. | | tag | typing.Union[cdktf.IResolvable, typing.List[EntityTagsTag]] | tag block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#id EntityTags#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#id EntityTags#id}. | | timeouts | EntityTagsTimeouts | timeouts block. | --- @@ -1065,7 +1065,7 @@ guid: str The guid of the entity to tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#guid EntityTags#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#guid EntityTags#guid} --- @@ -1079,7 +1079,7 @@ tag: typing.Union[IResolvable, typing.List[EntityTagsTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#tag EntityTags#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#tag EntityTags#tag} --- @@ -1091,7 +1091,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#id EntityTags#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#id EntityTags#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. @@ -1108,7 +1108,7 @@ timeouts: EntityTagsTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#timeouts EntityTags#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#timeouts EntityTags#timeouts} --- @@ -1144,7 +1144,7 @@ key: str The tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#key EntityTags#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#key EntityTags#key} --- @@ -1158,7 +1158,7 @@ values: typing.List[str] The tag values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#values EntityTags#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#values EntityTags#values} --- @@ -1178,7 +1178,7 @@ entityTags.EntityTagsTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#create EntityTags#create}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#create EntityTags#create}. | --- @@ -1190,7 +1190,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#create EntityTags#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#create EntityTags#create}. --- diff --git a/docs/entityTags.typescript.md b/docs/entityTags.typescript.md index c3de9459c..3fd579265 100644 --- a/docs/entityTags.typescript.md +++ b/docs/entityTags.typescript.md @@ -4,7 +4,7 @@ ### EntityTags -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags newrelic_entity_tags}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags newrelic_entity_tags}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the EntityTags to import. The id of the existing EntityTags that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use --- @@ -813,7 +813,7 @@ const entityTagsConfig: entityTags.EntityTagsConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | guid | string | The guid of the entity to tag. | | tag | cdktf.IResolvable \| EntityTagsTag[] | tag block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#id EntityTags#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#id EntityTags#id}. | | timeouts | EntityTagsTimeouts | timeouts block. | --- @@ -898,7 +898,7 @@ public readonly guid: string; The guid of the entity to tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#guid EntityTags#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#guid EntityTags#guid} --- @@ -912,7 +912,7 @@ public readonly tag: IResolvable | EntityTagsTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#tag EntityTags#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#tag EntityTags#tag} --- @@ -924,7 +924,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#id EntityTags#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#id EntityTags#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. @@ -941,7 +941,7 @@ public readonly timeouts: EntityTagsTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#timeouts EntityTags#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#timeouts EntityTags#timeouts} --- @@ -974,7 +974,7 @@ public readonly key: string; The tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#key EntityTags#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#key EntityTags#key} --- @@ -988,7 +988,7 @@ public readonly values: string[]; The tag values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#values EntityTags#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#values EntityTags#values} --- @@ -1006,7 +1006,7 @@ const entityTagsTimeouts: entityTags.EntityTagsTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#create EntityTags#create}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#create EntityTags#create}. | --- @@ -1018,7 +1018,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#create EntityTags#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#create EntityTags#create}. --- diff --git a/docs/eventsToMetricsRule.csharp.md b/docs/eventsToMetricsRule.csharp.md index 855023fbe..c8fe154e5 100644 --- a/docs/eventsToMetricsRule.csharp.md +++ b/docs/eventsToMetricsRule.csharp.md @@ -4,7 +4,7 @@ ### EventsToMetricsRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the EventsToMetricsRule to imp The id of the existing EventsToMetricsRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#import import section} in the documentation of this resource for the id to use --- @@ -873,7 +873,7 @@ new EventsToMetricsRuleConfig { | AccountId | double | Account with the event and where the metrics will be put. | | Description | string | Provides additional information about the rule. | | Enabled | object | True means this rule is enabled. False means the rule is currently not creating metrics. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. | --- @@ -957,7 +957,7 @@ public string Name { get; set; } The name of the rule. This must be unique within an account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} --- @@ -971,7 +971,7 @@ public string Nrql { get; set; } Explains how to create metrics from events. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} --- @@ -985,7 +985,7 @@ public double AccountId { get; set; } Account with the event and where the metrics will be put. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} --- @@ -999,7 +999,7 @@ public string Description { get; set; } Provides additional information about the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} --- @@ -1013,7 +1013,7 @@ public object Enabled { get; set; } True means this rule is enabled. False means the rule is currently not creating metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} --- @@ -1025,7 +1025,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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. diff --git a/docs/eventsToMetricsRule.go.md b/docs/eventsToMetricsRule.go.md index 692e93235..1315f6aa7 100644 --- a/docs/eventsToMetricsRule.go.md +++ b/docs/eventsToMetricsRule.go.md @@ -4,7 +4,7 @@ ### EventsToMetricsRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the EventsToMetricsRule to imp The id of the existing EventsToMetricsRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#import import section} in the documentation of this resource for the id to use --- @@ -873,7 +873,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/eventstometrics | AccountId | *f64 | Account with the event and where the metrics will be put. | | Description | *string | Provides additional information about the rule. | | Enabled | interface{} | True means this rule is enabled. False means the rule is currently not creating metrics. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. | --- @@ -957,7 +957,7 @@ Name *string The name of the rule. This must be unique within an account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} --- @@ -971,7 +971,7 @@ Nrql *string Explains how to create metrics from events. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} --- @@ -985,7 +985,7 @@ AccountId *f64 Account with the event and where the metrics will be put. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} --- @@ -999,7 +999,7 @@ Description *string Provides additional information about the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} --- @@ -1013,7 +1013,7 @@ Enabled interface{} True means this rule is enabled. False means the rule is currently not creating metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} --- @@ -1025,7 +1025,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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. diff --git a/docs/eventsToMetricsRule.java.md b/docs/eventsToMetricsRule.java.md index c5292bf86..0d977ebd2 100644 --- a/docs/eventsToMetricsRule.java.md +++ b/docs/eventsToMetricsRule.java.md @@ -4,7 +4,7 @@ ### EventsToMetricsRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule}. #### Initializers @@ -49,7 +49,7 @@ EventsToMetricsRule.Builder.create(Construct scope, java.lang.String id) | accountId | java.lang.Number | Account with the event and where the metrics will be put. | | description | java.lang.String | Provides additional information about the rule. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | True means this rule is enabled. False means the rule is currently not creating metrics. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. | --- @@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope The name of the rule. This must be unique within an account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Explains how to create metrics from events. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Account with the event and where the metrics will be put. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Provides additional information about the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre True means this rule is enabled. False means the rule is currently not creating metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} --- @@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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. @@ -625,7 +625,7 @@ The construct id used in the generated config for the EventsToMetricsRule to imp The id of the existing EventsToMetricsRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#import import section} in the documentation of this resource for the id to use --- @@ -1008,7 +1008,7 @@ EventsToMetricsRuleConfig.builder() | accountId | java.lang.Number | Account with the event and where the metrics will be put. | | description | java.lang.String | Provides additional information about the rule. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | True means this rule is enabled. False means the rule is currently not creating metrics. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. | --- @@ -1092,7 +1092,7 @@ public java.lang.String getName(); The name of the rule. This must be unique within an account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} --- @@ -1106,7 +1106,7 @@ public java.lang.String getNrql(); Explains how to create metrics from events. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} --- @@ -1120,7 +1120,7 @@ public java.lang.Number getAccountId(); Account with the event and where the metrics will be put. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} --- @@ -1134,7 +1134,7 @@ public java.lang.String getDescription(); Provides additional information about the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} --- @@ -1148,7 +1148,7 @@ public java.lang.Object getEnabled(); True means this rule is enabled. False means the rule is currently not creating metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} --- @@ -1160,7 +1160,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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. diff --git a/docs/eventsToMetricsRule.python.md b/docs/eventsToMetricsRule.python.md index d98aa04e3..8240008a5 100644 --- a/docs/eventsToMetricsRule.python.md +++ b/docs/eventsToMetricsRule.python.md @@ -4,7 +4,7 @@ ### EventsToMetricsRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule}. #### Initializers @@ -46,7 +46,7 @@ eventsToMetricsRule.EventsToMetricsRule( | account_id | typing.Union[int, float] | Account with the event and where the metrics will be put. | | description | str | Provides additional information about the rule. | | enabled | typing.Union[bool, cdktf.IResolvable] | True means this rule is enabled. False means the rule is currently not creating metrics. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The name of the rule. This must be unique within an account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Explains how to create metrics from events. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Account with the event and where the metrics will be put. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Provides additional information about the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre True means this rule is enabled. False means the rule is currently not creating metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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. @@ -668,7 +668,7 @@ The construct id used in the generated config for the EventsToMetricsRule to imp The id of the existing EventsToMetricsRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#import import section} in the documentation of this resource for the id to use --- @@ -1046,7 +1046,7 @@ eventsToMetricsRule.EventsToMetricsRuleConfig( | account_id | typing.Union[int, float] | Account with the event and where the metrics will be put. | | description | str | Provides additional information about the rule. | | enabled | typing.Union[bool, cdktf.IResolvable] | True means this rule is enabled. False means the rule is currently not creating metrics. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. | --- @@ -1130,7 +1130,7 @@ name: str The name of the rule. This must be unique within an account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} --- @@ -1144,7 +1144,7 @@ nrql: str Explains how to create metrics from events. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} --- @@ -1158,7 +1158,7 @@ account_id: typing.Union[int, float] Account with the event and where the metrics will be put. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} --- @@ -1172,7 +1172,7 @@ description: str Provides additional information about the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} --- @@ -1186,7 +1186,7 @@ enabled: typing.Union[bool, IResolvable] True means this rule is enabled. False means the rule is currently not creating metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} --- @@ -1198,7 +1198,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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. diff --git a/docs/eventsToMetricsRule.typescript.md b/docs/eventsToMetricsRule.typescript.md index 6a08d1a9d..b723cb6e6 100644 --- a/docs/eventsToMetricsRule.typescript.md +++ b/docs/eventsToMetricsRule.typescript.md @@ -4,7 +4,7 @@ ### EventsToMetricsRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the EventsToMetricsRule to imp The id of the existing EventsToMetricsRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#import import section} in the documentation of this resource for the id to use --- @@ -859,7 +859,7 @@ const eventsToMetricsRuleConfig: eventsToMetricsRule.EventsToMetricsRuleConfig = | accountId | number | Account with the event and where the metrics will be put. | | description | string | Provides additional information about the rule. | | enabled | boolean \| cdktf.IResolvable | True means this rule is enabled. False means the rule is currently not creating metrics. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. | --- @@ -943,7 +943,7 @@ public readonly name: string; The name of the rule. This must be unique within an account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} --- @@ -957,7 +957,7 @@ public readonly nrql: string; Explains how to create metrics from events. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} --- @@ -971,7 +971,7 @@ public readonly accountId: number; Account with the event and where the metrics will be put. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} --- @@ -985,7 +985,7 @@ public readonly description: string; Provides additional information about the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} --- @@ -999,7 +999,7 @@ public readonly enabled: boolean | IResolvable; True means this rule is enabled. False means the rule is currently not creating metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} --- @@ -1011,7 +1011,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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. diff --git a/docs/group.csharp.md b/docs/group.csharp.md index d62a46622..2c9b4a101 100644 --- a/docs/group.csharp.md +++ b/docs/group.csharp.md @@ -4,7 +4,7 @@ ### Group -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group newrelic_group}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group newrelic_group}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Group to import. The id of the existing Group that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#import import section} in the documentation of this resource for the id to use --- @@ -799,7 +799,7 @@ new GroupConfig { | Provisioners | object[] | *No description.* | | AuthenticationDomainId | string | The ID of the authentication domain the group will belong to. | | Name | string | The name of the group. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#id Group#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#id Group#id}. | | UserIds | string[] | IDs of users to be added to the group. | --- @@ -884,7 +884,7 @@ public string AuthenticationDomainId { get; set; } The ID of the authentication domain the group will belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#authentication_domain_id Group#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#authentication_domain_id Group#authentication_domain_id} --- @@ -898,7 +898,7 @@ public string Name { get; set; } The name of the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#name Group#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#name Group#name} --- @@ -910,7 +910,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#id Group#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#id Group#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. @@ -927,7 +927,7 @@ public string[] UserIds { get; set; } IDs of users to be added to the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#user_ids Group#user_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#user_ids Group#user_ids} --- diff --git a/docs/group.go.md b/docs/group.go.md index d7e55300e..46d588ccc 100644 --- a/docs/group.go.md +++ b/docs/group.go.md @@ -4,7 +4,7 @@ ### Group -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group newrelic_group}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group newrelic_group}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Group to import. The id of the existing Group that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#import import section} in the documentation of this resource for the id to use --- @@ -799,7 +799,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/group" | Provisioners | *[]interface{} | *No description.* | | AuthenticationDomainId | *string | The ID of the authentication domain the group will belong to. | | Name | *string | The name of the group. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#id Group#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#id Group#id}. | | UserIds | *[]*string | IDs of users to be added to the group. | --- @@ -884,7 +884,7 @@ AuthenticationDomainId *string The ID of the authentication domain the group will belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#authentication_domain_id Group#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#authentication_domain_id Group#authentication_domain_id} --- @@ -898,7 +898,7 @@ Name *string The name of the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#name Group#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#name Group#name} --- @@ -910,7 +910,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#id Group#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#id Group#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. @@ -927,7 +927,7 @@ UserIds *[]*string IDs of users to be added to the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#user_ids Group#user_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#user_ids Group#user_ids} --- diff --git a/docs/group.java.md b/docs/group.java.md index e7e837713..e1c10bb11 100644 --- a/docs/group.java.md +++ b/docs/group.java.md @@ -4,7 +4,7 @@ ### Group -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group newrelic_group}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group newrelic_group}. #### Initializers @@ -43,7 +43,7 @@ Group.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | authenticationDomainId | java.lang.String | The ID of the authentication domain the group will belong to. | | name | java.lang.String | The name of the group. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#id Group#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#id Group#id}. | | userIds | java.util.List | IDs of users to be added to the group. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The ID of the authentication domain the group will belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#authentication_domain_id Group#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#authentication_domain_id Group#authentication_domain_id} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#name Group#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#name Group#name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#id Group#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#id Group#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. @@ -145,7 +145,7 @@ If you experience problems setting this value it might not be settable. Please t IDs of users to be added to the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#user_ids Group#user_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#user_ids Group#user_ids} --- @@ -586,7 +586,7 @@ The construct id used in the generated config for the Group to import. The id of the existing Group that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#import import section} in the documentation of this resource for the id to use --- @@ -908,7 +908,7 @@ GroupConfig.builder() | provisioners | java.util.List | *No description.* | | authenticationDomainId | java.lang.String | The ID of the authentication domain the group will belong to. | | name | java.lang.String | The name of the group. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#id Group#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#id Group#id}. | | userIds | java.util.List | IDs of users to be added to the group. | --- @@ -993,7 +993,7 @@ public java.lang.String getAuthenticationDomainId(); The ID of the authentication domain the group will belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#authentication_domain_id Group#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#authentication_domain_id Group#authentication_domain_id} --- @@ -1007,7 +1007,7 @@ public java.lang.String getName(); The name of the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#name Group#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#name Group#name} --- @@ -1019,7 +1019,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#id Group#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#id Group#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. @@ -1036,7 +1036,7 @@ public java.util.List getUserIds(); IDs of users to be added to the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#user_ids Group#user_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#user_ids Group#user_ids} --- diff --git a/docs/group.python.md b/docs/group.python.md index a34adb3ba..800ffa3b6 100644 --- a/docs/group.python.md +++ b/docs/group.python.md @@ -4,7 +4,7 @@ ### Group -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group newrelic_group}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group newrelic_group}. #### Initializers @@ -41,7 +41,7 @@ group.Group( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | authentication_domain_id | str | The ID of the authentication domain the group will belong to. | | name | str | The name of the group. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#id Group#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#id Group#id}. | | user_ids | typing.List[str] | IDs of users to be added to the group. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The ID of the authentication domain the group will belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#authentication_domain_id Group#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#authentication_domain_id Group#authentication_domain_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#name Group#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#name Group#name} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#id Group#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#id Group#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. @@ -143,7 +143,7 @@ If you experience problems setting this value it might not be settable. Please t IDs of users to be added to the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#user_ids Group#user_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#user_ids Group#user_ids} --- @@ -630,7 +630,7 @@ The construct id used in the generated config for the Group to import. The id of the existing Group that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#import import section} in the documentation of this resource for the id to use --- @@ -948,7 +948,7 @@ group.GroupConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | authentication_domain_id | str | The ID of the authentication domain the group will belong to. | | name | str | The name of the group. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#id Group#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#id Group#id}. | | user_ids | typing.List[str] | IDs of users to be added to the group. | --- @@ -1033,7 +1033,7 @@ authentication_domain_id: str The ID of the authentication domain the group will belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#authentication_domain_id Group#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#authentication_domain_id Group#authentication_domain_id} --- @@ -1047,7 +1047,7 @@ name: str The name of the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#name Group#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#name Group#name} --- @@ -1059,7 +1059,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#id Group#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#id Group#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. @@ -1076,7 +1076,7 @@ user_ids: typing.List[str] IDs of users to be added to the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#user_ids Group#user_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#user_ids Group#user_ids} --- diff --git a/docs/group.typescript.md b/docs/group.typescript.md index 31b7b1614..004c37e0d 100644 --- a/docs/group.typescript.md +++ b/docs/group.typescript.md @@ -4,7 +4,7 @@ ### Group -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group newrelic_group}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group newrelic_group}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Group to import. The id of the existing Group that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#import import section} in the documentation of this resource for the id to use --- @@ -787,7 +787,7 @@ const groupConfig: group.GroupConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | authenticationDomainId | string | The ID of the authentication domain the group will belong to. | | name | string | The name of the group. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#id Group#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#id Group#id}. | | userIds | string[] | IDs of users to be added to the group. | --- @@ -872,7 +872,7 @@ public readonly authenticationDomainId: string; The ID of the authentication domain the group will belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#authentication_domain_id Group#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#authentication_domain_id Group#authentication_domain_id} --- @@ -886,7 +886,7 @@ public readonly name: string; The name of the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#name Group#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#name Group#name} --- @@ -898,7 +898,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#id Group#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#id Group#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. @@ -915,7 +915,7 @@ public readonly userIds: string[]; IDs of users to be added to the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#user_ids Group#user_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#user_ids Group#user_ids} --- diff --git a/docs/infraAlertCondition.csharp.md b/docs/infraAlertCondition.csharp.md index a51a664de..b3e63c533 100644 --- a/docs/infraAlertCondition.csharp.md +++ b/docs/infraAlertCondition.csharp.md @@ -4,7 +4,7 @@ ### InfraAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition newrelic_infra_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition newrelic_infra_alert_condition}. #### Initializers @@ -584,7 +584,7 @@ The construct id used in the generated config for the InfraAlertCondition to imp The id of the existing InfraAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1217,7 +1217,7 @@ new InfraAlertConditionConfig { | Description | string | The description of the Infrastructure alert condition. | | Enabled | object | Whether the condition is turned on or off. Valid values are true and false. Defaults to true. | | Event | string | The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. | | IntegrationProvider | string | For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. | | ProcessWhere | string | Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. | | RunbookUrl | string | Runbook URL to display in notifications. | @@ -1308,7 +1308,7 @@ public string Name { get; set; } The Infrastructure alert condition's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#name InfraAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#name InfraAlertCondition#name} --- @@ -1322,7 +1322,7 @@ public double PolicyId { get; set; } The ID of the alert policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} --- @@ -1336,7 +1336,7 @@ public string Type { get; set; } The type of Infrastructure alert condition. Valid values are infra_process_running, infra_metric, and infra_host_not_reporting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#type InfraAlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#type InfraAlertCondition#type} --- @@ -1352,7 +1352,7 @@ The operator used to evaluate the threshold value. Valid values are above, below, and equal. Supported by the infra_metric and infra_process_running condition types. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} --- @@ -1366,7 +1366,7 @@ public InfraAlertConditionCritical Critical { get; set; } critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} --- @@ -1380,7 +1380,7 @@ public string Description { get; set; } The description of the Infrastructure alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#description InfraAlertCondition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#description InfraAlertCondition#description} --- @@ -1394,7 +1394,7 @@ public object Enabled { get; set; } Whether the condition is turned on or off. Valid values are true and false. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} --- @@ -1408,7 +1408,7 @@ public string Event { get; set; } The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#event InfraAlertCondition#event} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#event InfraAlertCondition#event} --- @@ -1420,7 +1420,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#id InfraAlertCondition#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. @@ -1437,7 +1437,7 @@ public string IntegrationProvider { get; set; } For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} --- @@ -1451,7 +1451,7 @@ public string ProcessWhere { get; set; } Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} --- @@ -1465,7 +1465,7 @@ public string RunbookUrl { get; set; } Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} --- @@ -1481,7 +1481,7 @@ The attribute name to identify the metric being targeted; for example, cpuPercent, diskFreePercent, or memoryResidentSizeBytes. The underlying API will automatically populate this value for Infrastructure integrations (for example diskFreePercent), so make sure to explicitly include this value to avoid diff issues. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#select InfraAlertCondition#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#select InfraAlertCondition#select} --- @@ -1497,7 +1497,7 @@ Determines how much time, in hours, will pass before an incident is automaticall Valid values are 1, 2, 4, 8, 12, 24, 48, or 72 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} --- @@ -1511,7 +1511,7 @@ public InfraAlertConditionWarning Warning { get; set; } warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} --- @@ -1525,7 +1525,7 @@ public string Where { get; set; } If applicable, this identifies any Infrastructure host filters used; for example: hostname LIKE '%cassandra%'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#where InfraAlertCondition#where} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#where InfraAlertCondition#where} --- @@ -1547,9 +1547,9 @@ new InfraAlertConditionCritical { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Duration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | -| TimeFunction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | -| Value | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | +| Duration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | +| TimeFunction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | +| Value | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | --- @@ -1561,7 +1561,7 @@ public double Duration { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. --- @@ -1573,7 +1573,7 @@ public string TimeFunction { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. --- @@ -1585,7 +1585,7 @@ public double Value { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. --- @@ -1607,9 +1607,9 @@ new InfraAlertConditionWarning { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Duration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | -| TimeFunction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | -| Value | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | +| Duration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | +| TimeFunction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | +| Value | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | --- @@ -1621,7 +1621,7 @@ public double Duration { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. --- @@ -1633,7 +1633,7 @@ public string TimeFunction { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. --- @@ -1645,7 +1645,7 @@ public double Value { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. --- diff --git a/docs/infraAlertCondition.go.md b/docs/infraAlertCondition.go.md index c8e931d23..743a5a405 100644 --- a/docs/infraAlertCondition.go.md +++ b/docs/infraAlertCondition.go.md @@ -4,7 +4,7 @@ ### InfraAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition newrelic_infra_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition newrelic_infra_alert_condition}. #### Initializers @@ -584,7 +584,7 @@ The construct id used in the generated config for the InfraAlertCondition to imp The id of the existing InfraAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1217,7 +1217,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondi | Description | *string | The description of the Infrastructure alert condition. | | Enabled | interface{} | Whether the condition is turned on or off. Valid values are true and false. Defaults to true. | | Event | *string | The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. | | IntegrationProvider | *string | For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. | | ProcessWhere | *string | Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. | | RunbookUrl | *string | Runbook URL to display in notifications. | @@ -1308,7 +1308,7 @@ Name *string The Infrastructure alert condition's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#name InfraAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#name InfraAlertCondition#name} --- @@ -1322,7 +1322,7 @@ PolicyId *f64 The ID of the alert policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} --- @@ -1336,7 +1336,7 @@ Type *string The type of Infrastructure alert condition. Valid values are infra_process_running, infra_metric, and infra_host_not_reporting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#type InfraAlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#type InfraAlertCondition#type} --- @@ -1352,7 +1352,7 @@ The operator used to evaluate the threshold value. Valid values are above, below, and equal. Supported by the infra_metric and infra_process_running condition types. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} --- @@ -1366,7 +1366,7 @@ Critical InfraAlertConditionCritical critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} --- @@ -1380,7 +1380,7 @@ Description *string The description of the Infrastructure alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#description InfraAlertCondition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#description InfraAlertCondition#description} --- @@ -1394,7 +1394,7 @@ Enabled interface{} Whether the condition is turned on or off. Valid values are true and false. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} --- @@ -1408,7 +1408,7 @@ Event *string The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#event InfraAlertCondition#event} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#event InfraAlertCondition#event} --- @@ -1420,7 +1420,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#id InfraAlertCondition#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. @@ -1437,7 +1437,7 @@ IntegrationProvider *string For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} --- @@ -1451,7 +1451,7 @@ ProcessWhere *string Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} --- @@ -1465,7 +1465,7 @@ RunbookUrl *string Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} --- @@ -1481,7 +1481,7 @@ The attribute name to identify the metric being targeted; for example, cpuPercent, diskFreePercent, or memoryResidentSizeBytes. The underlying API will automatically populate this value for Infrastructure integrations (for example diskFreePercent), so make sure to explicitly include this value to avoid diff issues. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#select InfraAlertCondition#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#select InfraAlertCondition#select} --- @@ -1497,7 +1497,7 @@ Determines how much time, in hours, will pass before an incident is automaticall Valid values are 1, 2, 4, 8, 12, 24, 48, or 72 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} --- @@ -1511,7 +1511,7 @@ Warning InfraAlertConditionWarning warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} --- @@ -1525,7 +1525,7 @@ Where *string If applicable, this identifies any Infrastructure host filters used; for example: hostname LIKE '%cassandra%'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#where InfraAlertCondition#where} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#where InfraAlertCondition#where} --- @@ -1547,9 +1547,9 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondi | **Name** | **Type** | **Description** | | --- | --- | --- | -| Duration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | -| TimeFunction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | -| Value | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | +| Duration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | +| TimeFunction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | +| Value | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | --- @@ -1561,7 +1561,7 @@ Duration *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. --- @@ -1573,7 +1573,7 @@ TimeFunction *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. --- @@ -1585,7 +1585,7 @@ Value *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. --- @@ -1607,9 +1607,9 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/infraalertcondi | **Name** | **Type** | **Description** | | --- | --- | --- | -| Duration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | -| TimeFunction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | -| Value | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | +| Duration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | +| TimeFunction | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | +| Value | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | --- @@ -1621,7 +1621,7 @@ Duration *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. --- @@ -1633,7 +1633,7 @@ TimeFunction *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. --- @@ -1645,7 +1645,7 @@ Value *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. --- diff --git a/docs/infraAlertCondition.java.md b/docs/infraAlertCondition.java.md index 837ea664f..5121ed8f4 100644 --- a/docs/infraAlertCondition.java.md +++ b/docs/infraAlertCondition.java.md @@ -4,7 +4,7 @@ ### InfraAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition newrelic_infra_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition newrelic_infra_alert_condition}. #### Initializers @@ -62,7 +62,7 @@ InfraAlertCondition.Builder.create(Construct scope, java.lang.String id) | description | java.lang.String | The description of the Infrastructure alert condition. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the condition is turned on or off. Valid values are true and false. Defaults to true. | | event | java.lang.String | The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. | | integrationProvider | java.lang.String | For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. | | processWhere | java.lang.String | Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. | | runbookUrl | java.lang.String | Runbook URL to display in notifications. | @@ -139,7 +139,7 @@ Must be unique amongst siblings in the same scope The Infrastructure alert condition's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#name InfraAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#name InfraAlertCondition#name} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the alert policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The type of Infrastructure alert condition. Valid values are infra_process_running, infra_metric, and infra_host_not_reporting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#type InfraAlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#type InfraAlertCondition#type} --- @@ -171,7 +171,7 @@ The operator used to evaluate the threshold value. Valid values are above, below, and equal. Supported by the infra_metric and infra_process_running condition types. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The description of the Infrastructure alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#description InfraAlertCondition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#description InfraAlertCondition#description} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Whether the condition is turned on or off. Valid values are true and false. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#event InfraAlertCondition#event} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#event InfraAlertCondition#event} --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#id InfraAlertCondition#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. @@ -232,7 +232,7 @@ If you experience problems setting this value it might not be settable. Please t For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} --- @@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} --- @@ -264,7 +264,7 @@ The attribute name to identify the metric being targeted; for example, cpuPercent, diskFreePercent, or memoryResidentSizeBytes. The underlying API will automatically populate this value for Infrastructure integrations (for example diskFreePercent), so make sure to explicitly include this value to avoid diff issues. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#select InfraAlertCondition#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#select InfraAlertCondition#select} --- @@ -276,7 +276,7 @@ Determines how much time, in hours, will pass before an incident is automaticall Valid values are 1, 2, 4, 8, 12, 24, 48, or 72 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} --- @@ -286,7 +286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} --- @@ -296,7 +296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre If applicable, this identifies any Infrastructure host filters used; for example: hostname LIKE '%cassandra%'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#where InfraAlertCondition#where} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#where InfraAlertCondition#where} --- @@ -840,7 +840,7 @@ The construct id used in the generated config for the InfraAlertCondition to imp The id of the existing InfraAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1478,7 +1478,7 @@ InfraAlertConditionConfig.builder() | description | java.lang.String | The description of the Infrastructure alert condition. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the condition is turned on or off. Valid values are true and false. Defaults to true. | | event | java.lang.String | The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. | | integrationProvider | java.lang.String | For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. | | processWhere | java.lang.String | Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. | | runbookUrl | java.lang.String | Runbook URL to display in notifications. | @@ -1569,7 +1569,7 @@ public java.lang.String getName(); The Infrastructure alert condition's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#name InfraAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#name InfraAlertCondition#name} --- @@ -1583,7 +1583,7 @@ public java.lang.Number getPolicyId(); The ID of the alert policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} --- @@ -1597,7 +1597,7 @@ public java.lang.String getType(); The type of Infrastructure alert condition. Valid values are infra_process_running, infra_metric, and infra_host_not_reporting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#type InfraAlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#type InfraAlertCondition#type} --- @@ -1613,7 +1613,7 @@ The operator used to evaluate the threshold value. Valid values are above, below, and equal. Supported by the infra_metric and infra_process_running condition types. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} --- @@ -1627,7 +1627,7 @@ public InfraAlertConditionCritical getCritical(); critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} --- @@ -1641,7 +1641,7 @@ public java.lang.String getDescription(); The description of the Infrastructure alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#description InfraAlertCondition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#description InfraAlertCondition#description} --- @@ -1655,7 +1655,7 @@ public java.lang.Object getEnabled(); Whether the condition is turned on or off. Valid values are true and false. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} --- @@ -1669,7 +1669,7 @@ public java.lang.String getEvent(); The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#event InfraAlertCondition#event} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#event InfraAlertCondition#event} --- @@ -1681,7 +1681,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#id InfraAlertCondition#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. @@ -1698,7 +1698,7 @@ public java.lang.String getIntegrationProvider(); For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} --- @@ -1712,7 +1712,7 @@ public java.lang.String getProcessWhere(); Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} --- @@ -1726,7 +1726,7 @@ public java.lang.String getRunbookUrl(); Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} --- @@ -1742,7 +1742,7 @@ The attribute name to identify the metric being targeted; for example, cpuPercent, diskFreePercent, or memoryResidentSizeBytes. The underlying API will automatically populate this value for Infrastructure integrations (for example diskFreePercent), so make sure to explicitly include this value to avoid diff issues. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#select InfraAlertCondition#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#select InfraAlertCondition#select} --- @@ -1758,7 +1758,7 @@ Determines how much time, in hours, will pass before an incident is automaticall Valid values are 1, 2, 4, 8, 12, 24, 48, or 72 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} --- @@ -1772,7 +1772,7 @@ public InfraAlertConditionWarning getWarning(); warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} --- @@ -1786,7 +1786,7 @@ public java.lang.String getWhere(); If applicable, this identifies any Infrastructure host filters used; for example: hostname LIKE '%cassandra%'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#where InfraAlertCondition#where} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#where InfraAlertCondition#where} --- @@ -1808,9 +1808,9 @@ InfraAlertConditionCritical.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | -| timeFunction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | -| value | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | +| duration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | +| timeFunction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | +| value | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | --- @@ -1822,7 +1822,7 @@ public java.lang.Number getDuration(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. --- @@ -1834,7 +1834,7 @@ public java.lang.String getTimeFunction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. --- @@ -1846,7 +1846,7 @@ public java.lang.Number getValue(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. --- @@ -1868,9 +1868,9 @@ InfraAlertConditionWarning.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | -| timeFunction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | -| value | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | +| duration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | +| timeFunction | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | +| value | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | --- @@ -1882,7 +1882,7 @@ public java.lang.Number getDuration(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. --- @@ -1894,7 +1894,7 @@ public java.lang.String getTimeFunction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. --- @@ -1906,7 +1906,7 @@ public java.lang.Number getValue(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. --- diff --git a/docs/infraAlertCondition.python.md b/docs/infraAlertCondition.python.md index 1742da28f..56f6c4fdf 100644 --- a/docs/infraAlertCondition.python.md +++ b/docs/infraAlertCondition.python.md @@ -4,7 +4,7 @@ ### InfraAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition newrelic_infra_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition newrelic_infra_alert_condition}. #### Initializers @@ -59,7 +59,7 @@ infraAlertCondition.InfraAlertCondition( | description | str | The description of the Infrastructure alert condition. | | enabled | typing.Union[bool, cdktf.IResolvable] | Whether the condition is turned on or off. Valid values are true and false. Defaults to true. | | event | str | The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. | | integration_provider | str | For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. | | process_where | str | Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. | | runbook_url | str | Runbook URL to display in notifications. | @@ -136,7 +136,7 @@ Must be unique amongst siblings in the same scope The Infrastructure alert condition's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#name InfraAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#name InfraAlertCondition#name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the alert policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The type of Infrastructure alert condition. Valid values are infra_process_running, infra_metric, and infra_host_not_reporting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#type InfraAlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#type InfraAlertCondition#type} --- @@ -168,7 +168,7 @@ The operator used to evaluate the threshold value. Valid values are above, below, and equal. Supported by the infra_metric and infra_process_running condition types. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The description of the Infrastructure alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#description InfraAlertCondition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#description InfraAlertCondition#description} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Whether the condition is turned on or off. Valid values are true and false. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#event InfraAlertCondition#event} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#event InfraAlertCondition#event} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#id InfraAlertCondition#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. @@ -229,7 +229,7 @@ If you experience problems setting this value it might not be settable. Please t For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} --- @@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} --- @@ -261,7 +261,7 @@ The attribute name to identify the metric being targeted; for example, cpuPercent, diskFreePercent, or memoryResidentSizeBytes. The underlying API will automatically populate this value for Infrastructure integrations (for example diskFreePercent), so make sure to explicitly include this value to avoid diff issues. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#select InfraAlertCondition#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#select InfraAlertCondition#select} --- @@ -273,7 +273,7 @@ Determines how much time, in hours, will pass before an incident is automaticall Valid values are 1, 2, 4, 8, 12, 24, 48, or 72 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} --- @@ -283,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} --- @@ -293,7 +293,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre If applicable, this identifies any Infrastructure host filters used; for example: hostname LIKE '%cassandra%'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#where InfraAlertCondition#where} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#where InfraAlertCondition#where} --- @@ -681,7 +681,7 @@ def put_critical( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. --- @@ -689,7 +689,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. --- @@ -697,7 +697,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. --- @@ -715,7 +715,7 @@ def put_warning( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. --- @@ -723,7 +723,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. --- @@ -731,7 +731,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. --- @@ -927,7 +927,7 @@ The construct id used in the generated config for the InfraAlertCondition to imp The id of the existing InfraAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1560,7 +1560,7 @@ infraAlertCondition.InfraAlertConditionConfig( | description | str | The description of the Infrastructure alert condition. | | enabled | typing.Union[bool, cdktf.IResolvable] | Whether the condition is turned on or off. Valid values are true and false. Defaults to true. | | event | str | The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. | | integration_provider | str | For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. | | process_where | str | Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. | | runbook_url | str | Runbook URL to display in notifications. | @@ -1651,7 +1651,7 @@ name: str The Infrastructure alert condition's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#name InfraAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#name InfraAlertCondition#name} --- @@ -1665,7 +1665,7 @@ policy_id: typing.Union[int, float] The ID of the alert policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} --- @@ -1679,7 +1679,7 @@ type: str The type of Infrastructure alert condition. Valid values are infra_process_running, infra_metric, and infra_host_not_reporting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#type InfraAlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#type InfraAlertCondition#type} --- @@ -1695,7 +1695,7 @@ The operator used to evaluate the threshold value. Valid values are above, below, and equal. Supported by the infra_metric and infra_process_running condition types. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} --- @@ -1709,7 +1709,7 @@ critical: InfraAlertConditionCritical critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} --- @@ -1723,7 +1723,7 @@ description: str The description of the Infrastructure alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#description InfraAlertCondition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#description InfraAlertCondition#description} --- @@ -1737,7 +1737,7 @@ enabled: typing.Union[bool, IResolvable] Whether the condition is turned on or off. Valid values are true and false. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} --- @@ -1751,7 +1751,7 @@ event: str The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#event InfraAlertCondition#event} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#event InfraAlertCondition#event} --- @@ -1763,7 +1763,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#id InfraAlertCondition#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. @@ -1780,7 +1780,7 @@ integration_provider: str For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} --- @@ -1794,7 +1794,7 @@ process_where: str Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} --- @@ -1808,7 +1808,7 @@ runbook_url: str Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} --- @@ -1824,7 +1824,7 @@ The attribute name to identify the metric being targeted; for example, cpuPercent, diskFreePercent, or memoryResidentSizeBytes. The underlying API will automatically populate this value for Infrastructure integrations (for example diskFreePercent), so make sure to explicitly include this value to avoid diff issues. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#select InfraAlertCondition#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#select InfraAlertCondition#select} --- @@ -1840,7 +1840,7 @@ Determines how much time, in hours, will pass before an incident is automaticall Valid values are 1, 2, 4, 8, 12, 24, 48, or 72 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} --- @@ -1854,7 +1854,7 @@ warning: InfraAlertConditionWarning warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} --- @@ -1868,7 +1868,7 @@ where: str If applicable, this identifies any Infrastructure host filters used; for example: hostname LIKE '%cassandra%'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#where InfraAlertCondition#where} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#where InfraAlertCondition#where} --- @@ -1890,9 +1890,9 @@ infraAlertCondition.InfraAlertConditionCritical( | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | -| time_function | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | -| value | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | +| duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | +| time_function | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | +| value | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | --- @@ -1904,7 +1904,7 @@ duration: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. --- @@ -1916,7 +1916,7 @@ time_function: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. --- @@ -1928,7 +1928,7 @@ value: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. --- @@ -1950,9 +1950,9 @@ infraAlertCondition.InfraAlertConditionWarning( | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | -| time_function | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | -| value | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | +| duration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | +| time_function | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | +| value | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | --- @@ -1964,7 +1964,7 @@ duration: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. --- @@ -1976,7 +1976,7 @@ time_function: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. --- @@ -1988,7 +1988,7 @@ value: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. --- diff --git a/docs/infraAlertCondition.typescript.md b/docs/infraAlertCondition.typescript.md index 4ab611e8b..bf2193020 100644 --- a/docs/infraAlertCondition.typescript.md +++ b/docs/infraAlertCondition.typescript.md @@ -4,7 +4,7 @@ ### InfraAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition newrelic_infra_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition newrelic_infra_alert_condition}. #### Initializers @@ -584,7 +584,7 @@ The construct id used in the generated config for the InfraAlertCondition to imp The id of the existing InfraAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1193,7 +1193,7 @@ const infraAlertConditionConfig: infraAlertCondition.InfraAlertConditionConfig = | description | string | The description of the Infrastructure alert condition. | | enabled | boolean \| cdktf.IResolvable | Whether the condition is turned on or off. Valid values are true and false. Defaults to true. | | event | string | The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. | | integrationProvider | string | For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. | | processWhere | string | Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. | | runbookUrl | string | Runbook URL to display in notifications. | @@ -1284,7 +1284,7 @@ public readonly name: string; The Infrastructure alert condition's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#name InfraAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#name InfraAlertCondition#name} --- @@ -1298,7 +1298,7 @@ public readonly policyId: number; The ID of the alert policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} --- @@ -1312,7 +1312,7 @@ public readonly type: string; The type of Infrastructure alert condition. Valid values are infra_process_running, infra_metric, and infra_host_not_reporting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#type InfraAlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#type InfraAlertCondition#type} --- @@ -1328,7 +1328,7 @@ The operator used to evaluate the threshold value. Valid values are above, below, and equal. Supported by the infra_metric and infra_process_running condition types. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} --- @@ -1342,7 +1342,7 @@ public readonly critical: InfraAlertConditionCritical; critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} --- @@ -1356,7 +1356,7 @@ public readonly description: string; The description of the Infrastructure alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#description InfraAlertCondition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#description InfraAlertCondition#description} --- @@ -1370,7 +1370,7 @@ public readonly enabled: boolean | IResolvable; Whether the condition is turned on or off. Valid values are true and false. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} --- @@ -1384,7 +1384,7 @@ public readonly event: string; The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#event InfraAlertCondition#event} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#event InfraAlertCondition#event} --- @@ -1396,7 +1396,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#id InfraAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#id InfraAlertCondition#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. @@ -1413,7 +1413,7 @@ public readonly integrationProvider: string; For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} --- @@ -1427,7 +1427,7 @@ public readonly processWhere: string; Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} --- @@ -1441,7 +1441,7 @@ public readonly runbookUrl: string; Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} --- @@ -1457,7 +1457,7 @@ The attribute name to identify the metric being targeted; for example, cpuPercent, diskFreePercent, or memoryResidentSizeBytes. The underlying API will automatically populate this value for Infrastructure integrations (for example diskFreePercent), so make sure to explicitly include this value to avoid diff issues. Supported by the infra_metric condition type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#select InfraAlertCondition#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#select InfraAlertCondition#select} --- @@ -1473,7 +1473,7 @@ Determines how much time, in hours, will pass before an incident is automaticall Valid values are 1, 2, 4, 8, 12, 24, 48, or 72 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} --- @@ -1487,7 +1487,7 @@ public readonly warning: InfraAlertConditionWarning; warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} --- @@ -1501,7 +1501,7 @@ public readonly where: string; If applicable, this identifies any Infrastructure host filters used; for example: hostname LIKE '%cassandra%'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#where InfraAlertCondition#where} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#where InfraAlertCondition#where} --- @@ -1519,9 +1519,9 @@ const infraAlertConditionCritical: infraAlertCondition.InfraAlertConditionCritic | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | -| timeFunction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | -| value | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | +| duration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | +| timeFunction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | +| value | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | --- @@ -1533,7 +1533,7 @@ public readonly duration: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. --- @@ -1545,7 +1545,7 @@ public readonly timeFunction: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. --- @@ -1557,7 +1557,7 @@ public readonly value: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. --- @@ -1575,9 +1575,9 @@ const infraAlertConditionWarning: infraAlertCondition.InfraAlertConditionWarning | **Name** | **Type** | **Description** | | --- | --- | --- | -| duration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | -| timeFunction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | -| value | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | +| duration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. | +| timeFunction | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. | +| value | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. | --- @@ -1589,7 +1589,7 @@ public readonly duration: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}. --- @@ -1601,7 +1601,7 @@ public readonly timeFunction: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}. --- @@ -1613,7 +1613,7 @@ public readonly value: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value}. --- diff --git a/docs/insightsEvent.csharp.md b/docs/insightsEvent.csharp.md index b3e46e068..0925bc8ce 100644 --- a/docs/insightsEvent.csharp.md +++ b/docs/insightsEvent.csharp.md @@ -4,7 +4,7 @@ ### InsightsEvent -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event newrelic_insights_event}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event newrelic_insights_event}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the InsightsEvent to import. The id of the existing InsightsEvent that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ new InsightsEventConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Event | object | event block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#id InsightsEvent#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#id InsightsEvent#id}. | --- @@ -842,7 +842,7 @@ public object Event { get; set; } event block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#event InsightsEvent#event} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#event InsightsEvent#event} --- @@ -854,7 +854,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#id InsightsEvent#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#id InsightsEvent#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. @@ -895,7 +895,7 @@ public object Attribute { get; set; } attribute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#attribute InsightsEvent#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#attribute InsightsEvent#attribute} --- @@ -909,7 +909,7 @@ public string Type { get; set; } The event's name. Can be a combination of alphanumeric characters, underscores, and colons. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#type InsightsEvent#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#type InsightsEvent#type} --- @@ -923,7 +923,7 @@ public double Timestamp { get; set; } Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#timestamp InsightsEvent#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#timestamp InsightsEvent#timestamp} --- @@ -961,7 +961,7 @@ public string Key { get; set; } The name of the attribute. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#key InsightsEvent#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#key InsightsEvent#key} --- @@ -975,7 +975,7 @@ public string Value { get; set; } The value of the attribute. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#value InsightsEvent#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#value InsightsEvent#value} --- @@ -991,7 +991,7 @@ Specify the type for the attribute value. This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#type InsightsEvent#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#type InsightsEvent#type} --- diff --git a/docs/insightsEvent.go.md b/docs/insightsEvent.go.md index 1d2480df1..7af776a7b 100644 --- a/docs/insightsEvent.go.md +++ b/docs/insightsEvent.go.md @@ -4,7 +4,7 @@ ### InsightsEvent -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event newrelic_insights_event}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event newrelic_insights_event}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the InsightsEvent to import. The id of the existing InsightsEvent that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/insightsevent" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Event | interface{} | event block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#id InsightsEvent#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#id InsightsEvent#id}. | --- @@ -842,7 +842,7 @@ Event interface{} event block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#event InsightsEvent#event} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#event InsightsEvent#event} --- @@ -854,7 +854,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#id InsightsEvent#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#id InsightsEvent#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. @@ -895,7 +895,7 @@ Attribute interface{} attribute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#attribute InsightsEvent#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#attribute InsightsEvent#attribute} --- @@ -909,7 +909,7 @@ Type *string The event's name. Can be a combination of alphanumeric characters, underscores, and colons. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#type InsightsEvent#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#type InsightsEvent#type} --- @@ -923,7 +923,7 @@ Timestamp *f64 Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#timestamp InsightsEvent#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#timestamp InsightsEvent#timestamp} --- @@ -961,7 +961,7 @@ Key *string The name of the attribute. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#key InsightsEvent#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#key InsightsEvent#key} --- @@ -975,7 +975,7 @@ Value *string The value of the attribute. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#value InsightsEvent#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#value InsightsEvent#value} --- @@ -991,7 +991,7 @@ Specify the type for the attribute value. This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#type InsightsEvent#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#type InsightsEvent#type} --- diff --git a/docs/insightsEvent.java.md b/docs/insightsEvent.java.md index 8fc1e9c64..426bf4ba6 100644 --- a/docs/insightsEvent.java.md +++ b/docs/insightsEvent.java.md @@ -4,7 +4,7 @@ ### InsightsEvent -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event newrelic_insights_event}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event newrelic_insights_event}. #### Initializers @@ -41,7 +41,7 @@ InsightsEvent.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | event | com.hashicorp.cdktf.IResolvable OR java.util.List<InsightsEventEvent> | event block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#id InsightsEvent#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#id InsightsEvent#id}. | --- @@ -111,7 +111,7 @@ Must be unique amongst siblings in the same scope event block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#event InsightsEvent#event} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#event InsightsEvent#event} --- @@ -119,7 +119,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#id InsightsEvent#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#id InsightsEvent#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. @@ -569,7 +569,7 @@ The construct id used in the generated config for the InsightsEvent to import. The id of the existing InsightsEvent that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#import import section} in the documentation of this resource for the id to use --- @@ -845,7 +845,7 @@ InsightsEventConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | event | com.hashicorp.cdktf.IResolvable OR java.util.List<InsightsEventEvent> | event block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#id InsightsEvent#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#id InsightsEvent#id}. | --- @@ -929,7 +929,7 @@ public java.lang.Object getEvent(); event block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#event InsightsEvent#event} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#event InsightsEvent#event} --- @@ -941,7 +941,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#id InsightsEvent#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#id InsightsEvent#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. @@ -983,7 +983,7 @@ public java.lang.Object getAttribute(); attribute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#attribute InsightsEvent#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#attribute InsightsEvent#attribute} --- @@ -997,7 +997,7 @@ public java.lang.String getType(); The event's name. Can be a combination of alphanumeric characters, underscores, and colons. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#type InsightsEvent#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#type InsightsEvent#type} --- @@ -1011,7 +1011,7 @@ public java.lang.Number getTimestamp(); Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#timestamp InsightsEvent#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#timestamp InsightsEvent#timestamp} --- @@ -1049,7 +1049,7 @@ public java.lang.String getKey(); The name of the attribute. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#key InsightsEvent#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#key InsightsEvent#key} --- @@ -1063,7 +1063,7 @@ public java.lang.String getValue(); The value of the attribute. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#value InsightsEvent#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#value InsightsEvent#value} --- @@ -1079,7 +1079,7 @@ Specify the type for the attribute value. This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#type InsightsEvent#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#type InsightsEvent#type} --- diff --git a/docs/insightsEvent.python.md b/docs/insightsEvent.python.md index eb7ead9cd..fb2b04731 100644 --- a/docs/insightsEvent.python.md +++ b/docs/insightsEvent.python.md @@ -4,7 +4,7 @@ ### InsightsEvent -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event newrelic_insights_event}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event newrelic_insights_event}. #### Initializers @@ -38,7 +38,7 @@ insightsEvent.InsightsEvent( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | event | typing.Union[cdktf.IResolvable, typing.List[InsightsEventEvent]] | event block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#id InsightsEvent#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#id InsightsEvent#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope event block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#event InsightsEvent#event} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#event InsightsEvent#event} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#id InsightsEvent#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#id InsightsEvent#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. @@ -614,7 +614,7 @@ The construct id used in the generated config for the InsightsEvent to import. The id of the existing InsightsEvent that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#import import section} in the documentation of this resource for the id to use --- @@ -885,7 +885,7 @@ insightsEvent.InsightsEventConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | event | typing.Union[cdktf.IResolvable, typing.List[InsightsEventEvent]] | event block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#id InsightsEvent#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#id InsightsEvent#id}. | --- @@ -969,7 +969,7 @@ event: typing.Union[IResolvable, typing.List[InsightsEventEvent]] event block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#event InsightsEvent#event} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#event InsightsEvent#event} --- @@ -981,7 +981,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#id InsightsEvent#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#id InsightsEvent#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. @@ -1022,7 +1022,7 @@ attribute: typing.Union[IResolvable, typing.List[InsightsEventEventAttribute]] attribute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#attribute InsightsEvent#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#attribute InsightsEvent#attribute} --- @@ -1036,7 +1036,7 @@ type: str The event's name. Can be a combination of alphanumeric characters, underscores, and colons. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#type InsightsEvent#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#type InsightsEvent#type} --- @@ -1050,7 +1050,7 @@ timestamp: typing.Union[int, float] Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#timestamp InsightsEvent#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#timestamp InsightsEvent#timestamp} --- @@ -1088,7 +1088,7 @@ key: str The name of the attribute. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#key InsightsEvent#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#key InsightsEvent#key} --- @@ -1102,7 +1102,7 @@ value: str The value of the attribute. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#value InsightsEvent#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#value InsightsEvent#value} --- @@ -1118,7 +1118,7 @@ Specify the type for the attribute value. This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#type InsightsEvent#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#type InsightsEvent#type} --- diff --git a/docs/insightsEvent.typescript.md b/docs/insightsEvent.typescript.md index 6137116ac..703b7d3ca 100644 --- a/docs/insightsEvent.typescript.md +++ b/docs/insightsEvent.typescript.md @@ -4,7 +4,7 @@ ### InsightsEvent -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event newrelic_insights_event}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event newrelic_insights_event}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the InsightsEvent to import. The id of the existing InsightsEvent that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#import import section} in the documentation of this resource for the id to use --- @@ -748,7 +748,7 @@ const insightsEventConfig: insightsEvent.InsightsEventConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | event | cdktf.IResolvable \| InsightsEventEvent[] | event block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#id InsightsEvent#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#id InsightsEvent#id}. | --- @@ -832,7 +832,7 @@ public readonly event: IResolvable | InsightsEventEvent[]; event block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#event InsightsEvent#event} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#event InsightsEvent#event} --- @@ -844,7 +844,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#id InsightsEvent#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#id InsightsEvent#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. @@ -881,7 +881,7 @@ public readonly attribute: IResolvable | InsightsEventEventAttribute[]; attribute block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#attribute InsightsEvent#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#attribute InsightsEvent#attribute} --- @@ -895,7 +895,7 @@ public readonly type: string; The event's name. Can be a combination of alphanumeric characters, underscores, and colons. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#type InsightsEvent#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#type InsightsEvent#type} --- @@ -909,7 +909,7 @@ public readonly timestamp: number; Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#timestamp InsightsEvent#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#timestamp InsightsEvent#timestamp} --- @@ -943,7 +943,7 @@ public readonly key: string; The name of the attribute. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#key InsightsEvent#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#key InsightsEvent#key} --- @@ -957,7 +957,7 @@ public readonly value: string; The value of the attribute. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#value InsightsEvent#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#value InsightsEvent#value} --- @@ -973,7 +973,7 @@ Specify the type for the attribute value. This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#type InsightsEvent#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#type InsightsEvent#type} --- diff --git a/docs/logParsingRule.csharp.md b/docs/logParsingRule.csharp.md index b7c322943..e8439013c 100644 --- a/docs/logParsingRule.csharp.md +++ b/docs/logParsingRule.csharp.md @@ -4,7 +4,7 @@ ### LogParsingRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule newrelic_log_parsing_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule newrelic_log_parsing_rule}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the LogParsingRule to import. The id of the existing LogParsingRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#import import section} in the documentation of this resource for the id to use --- @@ -944,7 +944,7 @@ new LogParsingRuleConfig { | Nrql | string | The NRQL to match events to the parsing rule. | | AccountId | double | The account id associated with the obfuscation expression. | | Attribute | string | The parsing rule will apply to value of this attribute. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#id LogParsingRule#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#id LogParsingRule#id}. | | Matched | object | Whether the Grok pattern matched. | --- @@ -1029,7 +1029,7 @@ public object Enabled { get; set; } Whether or not this rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} --- @@ -1043,7 +1043,7 @@ public string Grok { get; set; } The Grok of what to parse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#grok LogParsingRule#grok} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#grok LogParsingRule#grok} --- @@ -1057,7 +1057,7 @@ public string Lucene { get; set; } The Lucene to match events to the parsing rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} --- @@ -1071,7 +1071,7 @@ public string Name { get; set; } A description of what this parsing rule represents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#name LogParsingRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#name LogParsingRule#name} --- @@ -1085,7 +1085,7 @@ public string Nrql { get; set; } The NRQL to match events to the parsing rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} --- @@ -1099,7 +1099,7 @@ public double AccountId { get; set; } The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} --- @@ -1115,7 +1115,7 @@ The parsing rule will apply to value of this attribute. If field is not provided, value will default to message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} --- @@ -1127,7 +1127,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#id LogParsingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#id LogParsingRule#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. @@ -1144,7 +1144,7 @@ public object Matched { get; set; } Whether the Grok pattern matched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#matched LogParsingRule#matched} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#matched LogParsingRule#matched} --- diff --git a/docs/logParsingRule.go.md b/docs/logParsingRule.go.md index f819c9e46..ff5485800 100644 --- a/docs/logParsingRule.go.md +++ b/docs/logParsingRule.go.md @@ -4,7 +4,7 @@ ### LogParsingRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule newrelic_log_parsing_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule newrelic_log_parsing_rule}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the LogParsingRule to import. The id of the existing LogParsingRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#import import section} in the documentation of this resource for the id to use --- @@ -944,7 +944,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/logparsingrule" | Nrql | *string | The NRQL to match events to the parsing rule. | | AccountId | *f64 | The account id associated with the obfuscation expression. | | Attribute | *string | The parsing rule will apply to value of this attribute. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#id LogParsingRule#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#id LogParsingRule#id}. | | Matched | interface{} | Whether the Grok pattern matched. | --- @@ -1029,7 +1029,7 @@ Enabled interface{} Whether or not this rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} --- @@ -1043,7 +1043,7 @@ Grok *string The Grok of what to parse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#grok LogParsingRule#grok} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#grok LogParsingRule#grok} --- @@ -1057,7 +1057,7 @@ Lucene *string The Lucene to match events to the parsing rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} --- @@ -1071,7 +1071,7 @@ Name *string A description of what this parsing rule represents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#name LogParsingRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#name LogParsingRule#name} --- @@ -1085,7 +1085,7 @@ Nrql *string The NRQL to match events to the parsing rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} --- @@ -1099,7 +1099,7 @@ AccountId *f64 The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} --- @@ -1115,7 +1115,7 @@ The parsing rule will apply to value of this attribute. If field is not provided, value will default to message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} --- @@ -1127,7 +1127,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#id LogParsingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#id LogParsingRule#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. @@ -1144,7 +1144,7 @@ Matched interface{} Whether the Grok pattern matched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#matched LogParsingRule#matched} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#matched LogParsingRule#matched} --- diff --git a/docs/logParsingRule.java.md b/docs/logParsingRule.java.md index abe4a42c5..b9d290f02 100644 --- a/docs/logParsingRule.java.md +++ b/docs/logParsingRule.java.md @@ -4,7 +4,7 @@ ### LogParsingRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule newrelic_log_parsing_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule newrelic_log_parsing_rule}. #### Initializers @@ -55,7 +55,7 @@ LogParsingRule.Builder.create(Construct scope, java.lang.String id) | nrql | java.lang.String | The NRQL to match events to the parsing rule. | | accountId | java.lang.Number | The account id associated with the obfuscation expression. | | attribute | java.lang.String | The parsing rule will apply to value of this attribute. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#id LogParsingRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#id LogParsingRule#id}. | | matched | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the Grok pattern matched. | --- @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope Whether or not this rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The Grok of what to parse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#grok LogParsingRule#grok} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#grok LogParsingRule#grok} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The Lucene to match events to the parsing rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A description of what this parsing rule represents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#name LogParsingRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#name LogParsingRule#name} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The NRQL to match events to the parsing rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} --- @@ -188,7 +188,7 @@ The parsing rule will apply to value of this attribute. If field is not provided, value will default to message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#id LogParsingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#id LogParsingRule#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. @@ -209,7 +209,7 @@ If you experience problems setting this value it might not be settable. Please t Whether the Grok pattern matched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#matched LogParsingRule#matched} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#matched LogParsingRule#matched} --- @@ -664,7 +664,7 @@ The construct id used in the generated config for the LogParsingRule to import. The id of the existing LogParsingRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#import import section} in the documentation of this resource for the id to use --- @@ -1119,7 +1119,7 @@ LogParsingRuleConfig.builder() | nrql | java.lang.String | The NRQL to match events to the parsing rule. | | accountId | java.lang.Number | The account id associated with the obfuscation expression. | | attribute | java.lang.String | The parsing rule will apply to value of this attribute. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#id LogParsingRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#id LogParsingRule#id}. | | matched | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the Grok pattern matched. | --- @@ -1204,7 +1204,7 @@ public java.lang.Object getEnabled(); Whether or not this rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} --- @@ -1218,7 +1218,7 @@ public java.lang.String getGrok(); The Grok of what to parse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#grok LogParsingRule#grok} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#grok LogParsingRule#grok} --- @@ -1232,7 +1232,7 @@ public java.lang.String getLucene(); The Lucene to match events to the parsing rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} --- @@ -1246,7 +1246,7 @@ public java.lang.String getName(); A description of what this parsing rule represents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#name LogParsingRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#name LogParsingRule#name} --- @@ -1260,7 +1260,7 @@ public java.lang.String getNrql(); The NRQL to match events to the parsing rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} --- @@ -1274,7 +1274,7 @@ public java.lang.Number getAccountId(); The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} --- @@ -1290,7 +1290,7 @@ The parsing rule will apply to value of this attribute. If field is not provided, value will default to message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} --- @@ -1302,7 +1302,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#id LogParsingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#id LogParsingRule#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. @@ -1319,7 +1319,7 @@ public java.lang.Object getMatched(); Whether the Grok pattern matched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#matched LogParsingRule#matched} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#matched LogParsingRule#matched} --- diff --git a/docs/logParsingRule.python.md b/docs/logParsingRule.python.md index 0c631efa6..6cd0d9568 100644 --- a/docs/logParsingRule.python.md +++ b/docs/logParsingRule.python.md @@ -4,7 +4,7 @@ ### LogParsingRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule newrelic_log_parsing_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule newrelic_log_parsing_rule}. #### Initializers @@ -51,7 +51,7 @@ logParsingRule.LogParsingRule( | nrql | str | The NRQL to match events to the parsing rule. | | account_id | typing.Union[int, float] | The account id associated with the obfuscation expression. | | attribute | str | The parsing rule will apply to value of this attribute. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#id LogParsingRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#id LogParsingRule#id}. | | matched | typing.Union[bool, cdktf.IResolvable] | Whether the Grok pattern matched. | --- @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope Whether or not this rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The Grok of what to parse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#grok LogParsingRule#grok} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#grok LogParsingRule#grok} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The Lucene to match events to the parsing rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A description of what this parsing rule represents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#name LogParsingRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#name LogParsingRule#name} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The NRQL to match events to the parsing rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} --- @@ -184,7 +184,7 @@ The parsing rule will apply to value of this attribute. If field is not provided, value will default to message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#id LogParsingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#id LogParsingRule#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. @@ -205,7 +205,7 @@ If you experience problems setting this value it might not be settable. Please t Whether the Grok pattern matched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#matched LogParsingRule#matched} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#matched LogParsingRule#matched} --- @@ -706,7 +706,7 @@ The construct id used in the generated config for the LogParsingRule to import. The id of the existing LogParsingRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#import import section} in the documentation of this resource for the id to use --- @@ -1155,7 +1155,7 @@ logParsingRule.LogParsingRuleConfig( | nrql | str | The NRQL to match events to the parsing rule. | | account_id | typing.Union[int, float] | The account id associated with the obfuscation expression. | | attribute | str | The parsing rule will apply to value of this attribute. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#id LogParsingRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#id LogParsingRule#id}. | | matched | typing.Union[bool, cdktf.IResolvable] | Whether the Grok pattern matched. | --- @@ -1240,7 +1240,7 @@ enabled: typing.Union[bool, IResolvable] Whether or not this rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} --- @@ -1254,7 +1254,7 @@ grok: str The Grok of what to parse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#grok LogParsingRule#grok} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#grok LogParsingRule#grok} --- @@ -1268,7 +1268,7 @@ lucene: str The Lucene to match events to the parsing rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} --- @@ -1282,7 +1282,7 @@ name: str A description of what this parsing rule represents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#name LogParsingRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#name LogParsingRule#name} --- @@ -1296,7 +1296,7 @@ nrql: str The NRQL to match events to the parsing rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} --- @@ -1310,7 +1310,7 @@ account_id: typing.Union[int, float] The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} --- @@ -1326,7 +1326,7 @@ The parsing rule will apply to value of this attribute. If field is not provided, value will default to message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} --- @@ -1338,7 +1338,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#id LogParsingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#id LogParsingRule#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. @@ -1355,7 +1355,7 @@ matched: typing.Union[bool, IResolvable] Whether the Grok pattern matched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#matched LogParsingRule#matched} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#matched LogParsingRule#matched} --- diff --git a/docs/logParsingRule.typescript.md b/docs/logParsingRule.typescript.md index 6a0e8937a..7a1b5b04f 100644 --- a/docs/logParsingRule.typescript.md +++ b/docs/logParsingRule.typescript.md @@ -4,7 +4,7 @@ ### LogParsingRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule newrelic_log_parsing_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule newrelic_log_parsing_rule}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the LogParsingRule to import. The id of the existing LogParsingRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#import import section} in the documentation of this resource for the id to use --- @@ -927,7 +927,7 @@ const logParsingRuleConfig: logParsingRule.LogParsingRuleConfig = { ... } | nrql | string | The NRQL to match events to the parsing rule. | | accountId | number | The account id associated with the obfuscation expression. | | attribute | string | The parsing rule will apply to value of this attribute. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#id LogParsingRule#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#id LogParsingRule#id}. | | matched | boolean \| cdktf.IResolvable | Whether the Grok pattern matched. | --- @@ -1012,7 +1012,7 @@ public readonly enabled: boolean | IResolvable; Whether or not this rule is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} --- @@ -1026,7 +1026,7 @@ public readonly grok: string; The Grok of what to parse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#grok LogParsingRule#grok} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#grok LogParsingRule#grok} --- @@ -1040,7 +1040,7 @@ public readonly lucene: string; The Lucene to match events to the parsing rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} --- @@ -1054,7 +1054,7 @@ public readonly name: string; A description of what this parsing rule represents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#name LogParsingRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#name LogParsingRule#name} --- @@ -1068,7 +1068,7 @@ public readonly nrql: string; The NRQL to match events to the parsing rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} --- @@ -1082,7 +1082,7 @@ public readonly accountId: number; The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} --- @@ -1098,7 +1098,7 @@ The parsing rule will apply to value of this attribute. If field is not provided, value will default to message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} --- @@ -1110,7 +1110,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#id LogParsingRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#id LogParsingRule#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. @@ -1127,7 +1127,7 @@ public readonly matched: boolean | IResolvable; Whether the Grok pattern matched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#matched LogParsingRule#matched} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#matched LogParsingRule#matched} --- diff --git a/docs/monitorDowntime.csharp.md b/docs/monitorDowntime.csharp.md index 2cec67d22..70ae5a743 100644 --- a/docs/monitorDowntime.csharp.md +++ b/docs/monitorDowntime.csharp.md @@ -4,7 +4,7 @@ ### MonitorDowntime -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime newrelic_monitor_downtime}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime newrelic_monitor_downtime}. #### Initializers @@ -535,7 +535,7 @@ The construct id used in the generated config for the MonitorDowntime to import. The id of the existing MonitorDowntime that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#import import section} in the documentation of this resource for the id to use --- @@ -1020,7 +1020,7 @@ new MonitorDowntimeConfig { | AccountId | double | The ID of the New Relic account in which the Monitor Downtime shall be created. | | EndRepeat | MonitorDowntimeEndRepeat | end_repeat block. | | Frequency | MonitorDowntimeFrequency | frequency block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#id MonitorDowntime#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#id MonitorDowntime#id}. | | MaintenanceDays | string[] | A list of maintenance days to be included with the created weekly Monitor Downtime. | | MonitorGuids | string[] | A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. | @@ -1106,7 +1106,7 @@ public string EndTime { get; set; } A datetime stamp signifying the end of the Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} --- @@ -1120,7 +1120,7 @@ public string Mode { get; set; } An identifier of the type of Monitor Downtime to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#mode MonitorDowntime#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#mode MonitorDowntime#mode} --- @@ -1134,7 +1134,7 @@ public string Name { get; set; } A name to identify the Monitor Downtime to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#name MonitorDowntime#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#name MonitorDowntime#name} --- @@ -1148,7 +1148,7 @@ public string StartTime { get; set; } A datetime stamp signifying the start of the Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} --- @@ -1162,7 +1162,7 @@ public string TimeZone { get; set; } The timezone that applies to the Monitor Downtime schedule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} --- @@ -1178,7 +1178,7 @@ The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the provider{} configuration if not specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} --- @@ -1192,7 +1192,7 @@ public MonitorDowntimeEndRepeat EndRepeat { get; set; } end_repeat block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} --- @@ -1206,7 +1206,7 @@ public MonitorDowntimeFrequency Frequency { get; set; } frequency block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} --- @@ -1218,7 +1218,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#id MonitorDowntime#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#id MonitorDowntime#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. @@ -1235,7 +1235,7 @@ public string[] MaintenanceDays { get; set; } A list of maintenance days to be included with the created weekly Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} --- @@ -1249,7 +1249,7 @@ public string[] MonitorGuids { get; set; } A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} --- @@ -1285,7 +1285,7 @@ public string OnDate { get; set; } A date, on which the Monitor Downtime's repeat cycle is expected to end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date} --- @@ -1299,7 +1299,7 @@ public double OnRepeat { get; set; } Number of repetitions after which the Monitor Downtime's repeat cycle is expected to end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat} --- @@ -1335,7 +1335,7 @@ public double[] DaysOfMonth { get; set; } A numerical list of days of a month on which the Monitor Downtime is scheduled to run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month} --- @@ -1349,7 +1349,7 @@ public MonitorDowntimeFrequencyDaysOfWeek DaysOfWeek { get; set; } days_of_week block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week} --- @@ -1385,7 +1385,7 @@ public string OrdinalDayOfMonth { get; set; } An occurrence of the day selected within the month. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month} --- @@ -1399,7 +1399,7 @@ public string WeekDay { get; set; } The day of the week on which the Monitor Downtime would run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day} --- diff --git a/docs/monitorDowntime.go.md b/docs/monitorDowntime.go.md index 3b2a9aedf..4084a404a 100644 --- a/docs/monitorDowntime.go.md +++ b/docs/monitorDowntime.go.md @@ -4,7 +4,7 @@ ### MonitorDowntime -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime newrelic_monitor_downtime}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime newrelic_monitor_downtime}. #### Initializers @@ -535,7 +535,7 @@ The construct id used in the generated config for the MonitorDowntime to import. The id of the existing MonitorDowntime that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#import import section} in the documentation of this resource for the id to use --- @@ -1020,7 +1020,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/monitordowntime | AccountId | *f64 | The ID of the New Relic account in which the Monitor Downtime shall be created. | | EndRepeat | MonitorDowntimeEndRepeat | end_repeat block. | | Frequency | MonitorDowntimeFrequency | frequency block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#id MonitorDowntime#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#id MonitorDowntime#id}. | | MaintenanceDays | *[]*string | A list of maintenance days to be included with the created weekly Monitor Downtime. | | MonitorGuids | *[]*string | A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. | @@ -1106,7 +1106,7 @@ EndTime *string A datetime stamp signifying the end of the Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} --- @@ -1120,7 +1120,7 @@ Mode *string An identifier of the type of Monitor Downtime to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#mode MonitorDowntime#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#mode MonitorDowntime#mode} --- @@ -1134,7 +1134,7 @@ Name *string A name to identify the Monitor Downtime to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#name MonitorDowntime#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#name MonitorDowntime#name} --- @@ -1148,7 +1148,7 @@ StartTime *string A datetime stamp signifying the start of the Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} --- @@ -1162,7 +1162,7 @@ TimeZone *string The timezone that applies to the Monitor Downtime schedule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} --- @@ -1178,7 +1178,7 @@ The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the provider{} configuration if not specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} --- @@ -1192,7 +1192,7 @@ EndRepeat MonitorDowntimeEndRepeat end_repeat block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} --- @@ -1206,7 +1206,7 @@ Frequency MonitorDowntimeFrequency frequency block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} --- @@ -1218,7 +1218,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#id MonitorDowntime#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#id MonitorDowntime#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. @@ -1235,7 +1235,7 @@ MaintenanceDays *[]*string A list of maintenance days to be included with the created weekly Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} --- @@ -1249,7 +1249,7 @@ MonitorGuids *[]*string A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} --- @@ -1285,7 +1285,7 @@ OnDate *string A date, on which the Monitor Downtime's repeat cycle is expected to end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date} --- @@ -1299,7 +1299,7 @@ OnRepeat *f64 Number of repetitions after which the Monitor Downtime's repeat cycle is expected to end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat} --- @@ -1335,7 +1335,7 @@ DaysOfMonth *[]*f64 A numerical list of days of a month on which the Monitor Downtime is scheduled to run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month} --- @@ -1349,7 +1349,7 @@ DaysOfWeek MonitorDowntimeFrequencyDaysOfWeek days_of_week block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week} --- @@ -1385,7 +1385,7 @@ OrdinalDayOfMonth *string An occurrence of the day selected within the month. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month} --- @@ -1399,7 +1399,7 @@ WeekDay *string The day of the week on which the Monitor Downtime would run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day} --- diff --git a/docs/monitorDowntime.java.md b/docs/monitorDowntime.java.md index 132e255e0..e7472fade 100644 --- a/docs/monitorDowntime.java.md +++ b/docs/monitorDowntime.java.md @@ -4,7 +4,7 @@ ### MonitorDowntime -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime newrelic_monitor_downtime}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime newrelic_monitor_downtime}. #### Initializers @@ -56,7 +56,7 @@ MonitorDowntime.Builder.create(Construct scope, java.lang.String id) | accountId | java.lang.Number | The ID of the New Relic account in which the Monitor Downtime shall be created. | | endRepeat | MonitorDowntimeEndRepeat | end_repeat block. | | frequency | MonitorDowntimeFrequency | frequency block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#id MonitorDowntime#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#id MonitorDowntime#id}. | | maintenanceDays | java.util.List | A list of maintenance days to be included with the created weekly Monitor Downtime. | | monitorGuids | java.util.List | A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope A datetime stamp signifying the end of the Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre An identifier of the type of Monitor Downtime to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#mode MonitorDowntime#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#mode MonitorDowntime#mode} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A name to identify the Monitor Downtime to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#name MonitorDowntime#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#name MonitorDowntime#name} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A datetime stamp signifying the start of the Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The timezone that applies to the Monitor Downtime schedule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} --- @@ -180,7 +180,7 @@ The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the provider{} configuration if not specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre end_repeat block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre frequency block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#id MonitorDowntime#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#id MonitorDowntime#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. @@ -221,7 +221,7 @@ If you experience problems setting this value it might not be settable. Please t A list of maintenance days to be included with the created weekly Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} --- @@ -726,7 +726,7 @@ The construct id used in the generated config for the MonitorDowntime to import. The id of the existing MonitorDowntime that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#import import section} in the documentation of this resource for the id to use --- @@ -1215,7 +1215,7 @@ MonitorDowntimeConfig.builder() | accountId | java.lang.Number | The ID of the New Relic account in which the Monitor Downtime shall be created. | | endRepeat | MonitorDowntimeEndRepeat | end_repeat block. | | frequency | MonitorDowntimeFrequency | frequency block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#id MonitorDowntime#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#id MonitorDowntime#id}. | | maintenanceDays | java.util.List | A list of maintenance days to be included with the created weekly Monitor Downtime. | | monitorGuids | java.util.List | A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. | @@ -1301,7 +1301,7 @@ public java.lang.String getEndTime(); A datetime stamp signifying the end of the Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} --- @@ -1315,7 +1315,7 @@ public java.lang.String getMode(); An identifier of the type of Monitor Downtime to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#mode MonitorDowntime#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#mode MonitorDowntime#mode} --- @@ -1329,7 +1329,7 @@ public java.lang.String getName(); A name to identify the Monitor Downtime to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#name MonitorDowntime#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#name MonitorDowntime#name} --- @@ -1343,7 +1343,7 @@ public java.lang.String getStartTime(); A datetime stamp signifying the start of the Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} --- @@ -1357,7 +1357,7 @@ public java.lang.String getTimeZone(); The timezone that applies to the Monitor Downtime schedule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} --- @@ -1373,7 +1373,7 @@ The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the provider{} configuration if not specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} --- @@ -1387,7 +1387,7 @@ public MonitorDowntimeEndRepeat getEndRepeat(); end_repeat block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} --- @@ -1401,7 +1401,7 @@ public MonitorDowntimeFrequency getFrequency(); frequency block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} --- @@ -1413,7 +1413,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#id MonitorDowntime#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#id MonitorDowntime#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. @@ -1430,7 +1430,7 @@ public java.util.List getMaintenanceDays(); A list of maintenance days to be included with the created weekly Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} --- @@ -1444,7 +1444,7 @@ public java.util.List getMonitorGuids(); A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} --- @@ -1480,7 +1480,7 @@ public java.lang.String getOnDate(); A date, on which the Monitor Downtime's repeat cycle is expected to end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date} --- @@ -1494,7 +1494,7 @@ public java.lang.Number getOnRepeat(); Number of repetitions after which the Monitor Downtime's repeat cycle is expected to end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat} --- @@ -1530,7 +1530,7 @@ public java.util.List getDaysOfMonth(); A numerical list of days of a month on which the Monitor Downtime is scheduled to run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month} --- @@ -1544,7 +1544,7 @@ public MonitorDowntimeFrequencyDaysOfWeek getDaysOfWeek(); days_of_week block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week} --- @@ -1580,7 +1580,7 @@ public java.lang.String getOrdinalDayOfMonth(); An occurrence of the day selected within the month. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month} --- @@ -1594,7 +1594,7 @@ public java.lang.String getWeekDay(); The day of the week on which the Monitor Downtime would run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day} --- diff --git a/docs/monitorDowntime.python.md b/docs/monitorDowntime.python.md index 4f6834bf7..ed370e40e 100644 --- a/docs/monitorDowntime.python.md +++ b/docs/monitorDowntime.python.md @@ -4,7 +4,7 @@ ### MonitorDowntime -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime newrelic_monitor_downtime}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime newrelic_monitor_downtime}. #### Initializers @@ -54,7 +54,7 @@ monitorDowntime.MonitorDowntime( | account_id | typing.Union[int, float] | The ID of the New Relic account in which the Monitor Downtime shall be created. | | end_repeat | MonitorDowntimeEndRepeat | end_repeat block. | | frequency | MonitorDowntimeFrequency | frequency block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#id MonitorDowntime#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#id MonitorDowntime#id}. | | maintenance_days | typing.List[str] | A list of maintenance days to be included with the created weekly Monitor Downtime. | | monitor_guids | typing.List[str] | A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope A datetime stamp signifying the end of the Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre An identifier of the type of Monitor Downtime to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#mode MonitorDowntime#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#mode MonitorDowntime#mode} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A name to identify the Monitor Downtime to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#name MonitorDowntime#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#name MonitorDowntime#name} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A datetime stamp signifying the start of the Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The timezone that applies to the Monitor Downtime schedule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} --- @@ -178,7 +178,7 @@ The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the provider{} configuration if not specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre end_repeat block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre frequency block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#id MonitorDowntime#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#id MonitorDowntime#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. @@ -219,7 +219,7 @@ If you experience problems setting this value it might not be settable. Please t A list of maintenance days to be included with the created weekly Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} --- @@ -611,7 +611,7 @@ def put_end_repeat( A date, on which the Monitor Downtime's repeat cycle is expected to end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date} --- @@ -621,7 +621,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Number of repetitions after which the Monitor Downtime's repeat cycle is expected to end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat} --- @@ -640,7 +640,7 @@ def put_frequency( A numerical list of days of a month on which the Monitor Downtime is scheduled to run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month} --- @@ -650,7 +650,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre days_of_week block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week} --- @@ -804,7 +804,7 @@ The construct id used in the generated config for the MonitorDowntime to import. The id of the existing MonitorDowntime that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#import import section} in the documentation of this resource for the id to use --- @@ -1289,7 +1289,7 @@ monitorDowntime.MonitorDowntimeConfig( | account_id | typing.Union[int, float] | The ID of the New Relic account in which the Monitor Downtime shall be created. | | end_repeat | MonitorDowntimeEndRepeat | end_repeat block. | | frequency | MonitorDowntimeFrequency | frequency block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#id MonitorDowntime#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#id MonitorDowntime#id}. | | maintenance_days | typing.List[str] | A list of maintenance days to be included with the created weekly Monitor Downtime. | | monitor_guids | typing.List[str] | A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. | @@ -1375,7 +1375,7 @@ end_time: str A datetime stamp signifying the end of the Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} --- @@ -1389,7 +1389,7 @@ mode: str An identifier of the type of Monitor Downtime to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#mode MonitorDowntime#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#mode MonitorDowntime#mode} --- @@ -1403,7 +1403,7 @@ name: str A name to identify the Monitor Downtime to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#name MonitorDowntime#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#name MonitorDowntime#name} --- @@ -1417,7 +1417,7 @@ start_time: str A datetime stamp signifying the start of the Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} --- @@ -1431,7 +1431,7 @@ time_zone: str The timezone that applies to the Monitor Downtime schedule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} --- @@ -1447,7 +1447,7 @@ The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the provider{} configuration if not specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} --- @@ -1461,7 +1461,7 @@ end_repeat: MonitorDowntimeEndRepeat end_repeat block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} --- @@ -1475,7 +1475,7 @@ frequency: MonitorDowntimeFrequency frequency block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} --- @@ -1487,7 +1487,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#id MonitorDowntime#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#id MonitorDowntime#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. @@ -1504,7 +1504,7 @@ maintenance_days: typing.List[str] A list of maintenance days to be included with the created weekly Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} --- @@ -1518,7 +1518,7 @@ monitor_guids: typing.List[str] A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} --- @@ -1554,7 +1554,7 @@ on_date: str A date, on which the Monitor Downtime's repeat cycle is expected to end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date} --- @@ -1568,7 +1568,7 @@ on_repeat: typing.Union[int, float] Number of repetitions after which the Monitor Downtime's repeat cycle is expected to end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat} --- @@ -1604,7 +1604,7 @@ days_of_month: typing.List[typing.Union[int, float]] A numerical list of days of a month on which the Monitor Downtime is scheduled to run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month} --- @@ -1618,7 +1618,7 @@ days_of_week: MonitorDowntimeFrequencyDaysOfWeek days_of_week block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week} --- @@ -1654,7 +1654,7 @@ ordinal_day_of_month: str An occurrence of the day selected within the month. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month} --- @@ -1668,7 +1668,7 @@ week_day: str The day of the week on which the Monitor Downtime would run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day} --- @@ -2570,7 +2570,7 @@ def put_days_of_week( An occurrence of the day selected within the month. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month} --- @@ -2580,7 +2580,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The day of the week on which the Monitor Downtime would run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day} --- diff --git a/docs/monitorDowntime.typescript.md b/docs/monitorDowntime.typescript.md index 1868179a4..869b5a3e2 100644 --- a/docs/monitorDowntime.typescript.md +++ b/docs/monitorDowntime.typescript.md @@ -4,7 +4,7 @@ ### MonitorDowntime -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime newrelic_monitor_downtime}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime newrelic_monitor_downtime}. #### Initializers @@ -535,7 +535,7 @@ The construct id used in the generated config for the MonitorDowntime to import. The id of the existing MonitorDowntime that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#import import section} in the documentation of this resource for the id to use --- @@ -1001,7 +1001,7 @@ const monitorDowntimeConfig: monitorDowntime.MonitorDowntimeConfig = { ... } | accountId | number | The ID of the New Relic account in which the Monitor Downtime shall be created. | | endRepeat | MonitorDowntimeEndRepeat | end_repeat block. | | frequency | MonitorDowntimeFrequency | frequency block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#id MonitorDowntime#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#id MonitorDowntime#id}. | | maintenanceDays | string[] | A list of maintenance days to be included with the created weekly Monitor Downtime. | | monitorGuids | string[] | A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. | @@ -1087,7 +1087,7 @@ public readonly endTime: string; A datetime stamp signifying the end of the Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} --- @@ -1101,7 +1101,7 @@ public readonly mode: string; An identifier of the type of Monitor Downtime to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#mode MonitorDowntime#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#mode MonitorDowntime#mode} --- @@ -1115,7 +1115,7 @@ public readonly name: string; A name to identify the Monitor Downtime to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#name MonitorDowntime#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#name MonitorDowntime#name} --- @@ -1129,7 +1129,7 @@ public readonly startTime: string; A datetime stamp signifying the start of the Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} --- @@ -1143,7 +1143,7 @@ public readonly timeZone: string; The timezone that applies to the Monitor Downtime schedule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} --- @@ -1159,7 +1159,7 @@ The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the provider{} configuration if not specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} --- @@ -1173,7 +1173,7 @@ public readonly endRepeat: MonitorDowntimeEndRepeat; end_repeat block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} --- @@ -1187,7 +1187,7 @@ public readonly frequency: MonitorDowntimeFrequency; frequency block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} --- @@ -1199,7 +1199,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#id MonitorDowntime#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#id MonitorDowntime#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. @@ -1216,7 +1216,7 @@ public readonly maintenanceDays: string[]; A list of maintenance days to be included with the created weekly Monitor Downtime. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} --- @@ -1230,7 +1230,7 @@ public readonly monitorGuids: string[]; A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} --- @@ -1263,7 +1263,7 @@ public readonly onDate: string; A date, on which the Monitor Downtime's repeat cycle is expected to end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date} --- @@ -1277,7 +1277,7 @@ public readonly onRepeat: number; Number of repetitions after which the Monitor Downtime's repeat cycle is expected to end. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat} --- @@ -1310,7 +1310,7 @@ public readonly daysOfMonth: number[]; A numerical list of days of a month on which the Monitor Downtime is scheduled to run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month} --- @@ -1324,7 +1324,7 @@ public readonly daysOfWeek: MonitorDowntimeFrequencyDaysOfWeek; days_of_week block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week} --- @@ -1357,7 +1357,7 @@ public readonly ordinalDayOfMonth: string; An occurrence of the day selected within the month. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month} --- @@ -1371,7 +1371,7 @@ public readonly weekDay: string; The day of the week on which the Monitor Downtime would run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day} --- diff --git a/docs/notificationChannel.csharp.md b/docs/notificationChannel.csharp.md index b84b95d2a..e5a8f7237 100644 --- a/docs/notificationChannel.csharp.md +++ b/docs/notificationChannel.csharp.md @@ -4,7 +4,7 @@ ### NotificationChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel newrelic_notification_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel newrelic_notification_channel}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the NotificationChannel to imp The id of the existing NotificationChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use --- @@ -970,7 +970,7 @@ new NotificationChannelConfig { | Type | string | (Required) The type of the channel. | | AccountId | double | The account id of the channel. | | Active | object | Indicates whether the channel is active. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#id NotificationChannel#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#id NotificationChannel#id}. | | Timeouts | NotificationChannelTimeouts | timeouts block. | --- @@ -1055,7 +1055,7 @@ public string DestinationId { get; set; } (Required) The id of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} --- @@ -1069,7 +1069,7 @@ public string Name { get; set; } (Required) The name of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#name NotificationChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#name NotificationChannel#name} --- @@ -1083,7 +1083,7 @@ public string Product { get; set; } (Required) The type of the channel product. One of: (DISCUSSIONS, ERROR_TRACKING, IINT). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#product NotificationChannel#product} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#product NotificationChannel#product} --- @@ -1097,7 +1097,7 @@ public object Property { get; set; } property block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#property NotificationChannel#property} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#property NotificationChannel#property} --- @@ -1113,7 +1113,7 @@ public string Type { get; set; } One of: (WEBHOOK, EMAIL, SERVICENOW_INCIDENTS, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA_CLASSIC, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#type NotificationChannel#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#type NotificationChannel#type} --- @@ -1127,7 +1127,7 @@ public double AccountId { get; set; } The account id of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#account_id NotificationChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#account_id NotificationChannel#account_id} --- @@ -1141,7 +1141,7 @@ public object Active { get; set; } Indicates whether the channel is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#active NotificationChannel#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#active NotificationChannel#active} --- @@ -1153,7 +1153,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#id NotificationChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#id NotificationChannel#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. @@ -1170,7 +1170,7 @@ public NotificationChannelTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} --- @@ -1210,7 +1210,7 @@ public string Key { get; set; } Notification property key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#key NotificationChannel#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#key NotificationChannel#key} --- @@ -1224,7 +1224,7 @@ public string Value { get; set; } Notification property value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#value NotificationChannel#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#value NotificationChannel#value} --- @@ -1238,7 +1238,7 @@ public string DisplayValue { get; set; } Notification property display key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#display_value NotificationChannel#display_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#display_value NotificationChannel#display_value} --- @@ -1252,7 +1252,7 @@ public string Label { get; set; } Notification property label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#label NotificationChannel#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#label NotificationChannel#label} --- @@ -1273,8 +1273,8 @@ new NotificationChannelTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#create NotificationChannel#create}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#update NotificationChannel#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#create NotificationChannel#create}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#update NotificationChannel#update}. | --- @@ -1286,7 +1286,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#create NotificationChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#create NotificationChannel#create}. --- @@ -1298,7 +1298,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#update NotificationChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#update NotificationChannel#update}. --- diff --git a/docs/notificationChannel.go.md b/docs/notificationChannel.go.md index 6ffc4c637..ff28fc87d 100644 --- a/docs/notificationChannel.go.md +++ b/docs/notificationChannel.go.md @@ -4,7 +4,7 @@ ### NotificationChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel newrelic_notification_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel newrelic_notification_channel}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the NotificationChannel to imp The id of the existing NotificationChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use --- @@ -970,7 +970,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationcha | Type | *string | (Required) The type of the channel. | | AccountId | *f64 | The account id of the channel. | | Active | interface{} | Indicates whether the channel is active. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#id NotificationChannel#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#id NotificationChannel#id}. | | Timeouts | NotificationChannelTimeouts | timeouts block. | --- @@ -1055,7 +1055,7 @@ DestinationId *string (Required) The id of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} --- @@ -1069,7 +1069,7 @@ Name *string (Required) The name of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#name NotificationChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#name NotificationChannel#name} --- @@ -1083,7 +1083,7 @@ Product *string (Required) The type of the channel product. One of: (DISCUSSIONS, ERROR_TRACKING, IINT). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#product NotificationChannel#product} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#product NotificationChannel#product} --- @@ -1097,7 +1097,7 @@ Property interface{} property block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#property NotificationChannel#property} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#property NotificationChannel#property} --- @@ -1113,7 +1113,7 @@ Type *string One of: (WEBHOOK, EMAIL, SERVICENOW_INCIDENTS, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA_CLASSIC, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#type NotificationChannel#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#type NotificationChannel#type} --- @@ -1127,7 +1127,7 @@ AccountId *f64 The account id of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#account_id NotificationChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#account_id NotificationChannel#account_id} --- @@ -1141,7 +1141,7 @@ Active interface{} Indicates whether the channel is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#active NotificationChannel#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#active NotificationChannel#active} --- @@ -1153,7 +1153,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#id NotificationChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#id NotificationChannel#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. @@ -1170,7 +1170,7 @@ Timeouts NotificationChannelTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} --- @@ -1210,7 +1210,7 @@ Key *string Notification property key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#key NotificationChannel#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#key NotificationChannel#key} --- @@ -1224,7 +1224,7 @@ Value *string Notification property value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#value NotificationChannel#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#value NotificationChannel#value} --- @@ -1238,7 +1238,7 @@ DisplayValue *string Notification property display key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#display_value NotificationChannel#display_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#display_value NotificationChannel#display_value} --- @@ -1252,7 +1252,7 @@ Label *string Notification property label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#label NotificationChannel#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#label NotificationChannel#label} --- @@ -1273,8 +1273,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationcha | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#create NotificationChannel#create}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#update NotificationChannel#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#create NotificationChannel#create}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#update NotificationChannel#update}. | --- @@ -1286,7 +1286,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#create NotificationChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#create NotificationChannel#create}. --- @@ -1298,7 +1298,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#update NotificationChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#update NotificationChannel#update}. --- diff --git a/docs/notificationChannel.java.md b/docs/notificationChannel.java.md index 2dbee9f2a..ec2d8a1dc 100644 --- a/docs/notificationChannel.java.md +++ b/docs/notificationChannel.java.md @@ -4,7 +4,7 @@ ### NotificationChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel newrelic_notification_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel newrelic_notification_channel}. #### Initializers @@ -55,7 +55,7 @@ NotificationChannel.Builder.create(Construct scope, java.lang.String id) | type | java.lang.String | (Required) The type of the channel. | | accountId | java.lang.Number | The account id of the channel. | | active | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Indicates whether the channel is active. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#id NotificationChannel#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#id NotificationChannel#id}. | | timeouts | NotificationChannelTimeouts | timeouts block. | --- @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope (Required) The id of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre (Required) The name of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#name NotificationChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#name NotificationChannel#name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre (Required) The type of the channel product. One of: (DISCUSSIONS, ERROR_TRACKING, IINT). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#product NotificationChannel#product} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#product NotificationChannel#product} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre property block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#property NotificationChannel#property} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#property NotificationChannel#property} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre One of: (WEBHOOK, EMAIL, SERVICENOW_INCIDENTS, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA_CLASSIC, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#type NotificationChannel#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#type NotificationChannel#type} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#account_id NotificationChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#account_id NotificationChannel#account_id} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Indicates whether the channel is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#active NotificationChannel#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#active NotificationChannel#active} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#id NotificationChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#id NotificationChannel#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. @@ -209,7 +209,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} --- @@ -690,7 +690,7 @@ The construct id used in the generated config for the NotificationChannel to imp The id of the existing NotificationChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use --- @@ -1145,7 +1145,7 @@ NotificationChannelConfig.builder() | type | java.lang.String | (Required) The type of the channel. | | accountId | java.lang.Number | The account id of the channel. | | active | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Indicates whether the channel is active. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#id NotificationChannel#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#id NotificationChannel#id}. | | timeouts | NotificationChannelTimeouts | timeouts block. | --- @@ -1230,7 +1230,7 @@ public java.lang.String getDestinationId(); (Required) The id of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} --- @@ -1244,7 +1244,7 @@ public java.lang.String getName(); (Required) The name of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#name NotificationChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#name NotificationChannel#name} --- @@ -1258,7 +1258,7 @@ public java.lang.String getProduct(); (Required) The type of the channel product. One of: (DISCUSSIONS, ERROR_TRACKING, IINT). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#product NotificationChannel#product} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#product NotificationChannel#product} --- @@ -1272,7 +1272,7 @@ public java.lang.Object getProperty(); property block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#property NotificationChannel#property} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#property NotificationChannel#property} --- @@ -1288,7 +1288,7 @@ public java.lang.String getType(); One of: (WEBHOOK, EMAIL, SERVICENOW_INCIDENTS, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA_CLASSIC, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#type NotificationChannel#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#type NotificationChannel#type} --- @@ -1302,7 +1302,7 @@ public java.lang.Number getAccountId(); The account id of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#account_id NotificationChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#account_id NotificationChannel#account_id} --- @@ -1316,7 +1316,7 @@ public java.lang.Object getActive(); Indicates whether the channel is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#active NotificationChannel#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#active NotificationChannel#active} --- @@ -1328,7 +1328,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#id NotificationChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#id NotificationChannel#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. @@ -1345,7 +1345,7 @@ public NotificationChannelTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} --- @@ -1385,7 +1385,7 @@ public java.lang.String getKey(); Notification property key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#key NotificationChannel#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#key NotificationChannel#key} --- @@ -1399,7 +1399,7 @@ public java.lang.String getValue(); Notification property value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#value NotificationChannel#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#value NotificationChannel#value} --- @@ -1413,7 +1413,7 @@ public java.lang.String getDisplayValue(); Notification property display key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#display_value NotificationChannel#display_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#display_value NotificationChannel#display_value} --- @@ -1427,7 +1427,7 @@ public java.lang.String getLabel(); Notification property label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#label NotificationChannel#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#label NotificationChannel#label} --- @@ -1448,8 +1448,8 @@ NotificationChannelTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#create NotificationChannel#create}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#update NotificationChannel#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#create NotificationChannel#create}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#update NotificationChannel#update}. | --- @@ -1461,7 +1461,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#create NotificationChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#create NotificationChannel#create}. --- @@ -1473,7 +1473,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#update NotificationChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#update NotificationChannel#update}. --- diff --git a/docs/notificationChannel.python.md b/docs/notificationChannel.python.md index 05662410d..26795e471 100644 --- a/docs/notificationChannel.python.md +++ b/docs/notificationChannel.python.md @@ -4,7 +4,7 @@ ### NotificationChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel newrelic_notification_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel newrelic_notification_channel}. #### Initializers @@ -51,7 +51,7 @@ notificationChannel.NotificationChannel( | type | str | (Required) The type of the channel. | | account_id | typing.Union[int, float] | The account id of the channel. | | active | typing.Union[bool, cdktf.IResolvable] | Indicates whether the channel is active. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#id NotificationChannel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#id NotificationChannel#id}. | | timeouts | NotificationChannelTimeouts | timeouts block. | --- @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope (Required) The id of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre (Required) The name of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#name NotificationChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#name NotificationChannel#name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre (Required) The type of the channel product. One of: (DISCUSSIONS, ERROR_TRACKING, IINT). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#product NotificationChannel#product} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#product NotificationChannel#product} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre property block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#property NotificationChannel#property} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#property NotificationChannel#property} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre One of: (WEBHOOK, EMAIL, SERVICENOW_INCIDENTS, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA_CLASSIC, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#type NotificationChannel#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#type NotificationChannel#type} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#account_id NotificationChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#account_id NotificationChannel#account_id} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Indicates whether the channel is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#active NotificationChannel#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#active NotificationChannel#active} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#id NotificationChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#id NotificationChannel#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. @@ -205,7 +205,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} --- @@ -597,7 +597,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#create NotificationChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#create NotificationChannel#create}. --- @@ -605,7 +605,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#update NotificationChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#update NotificationChannel#update}. --- @@ -747,7 +747,7 @@ The construct id used in the generated config for the NotificationChannel to imp The id of the existing NotificationChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use --- @@ -1196,7 +1196,7 @@ notificationChannel.NotificationChannelConfig( | type | str | (Required) The type of the channel. | | account_id | typing.Union[int, float] | The account id of the channel. | | active | typing.Union[bool, cdktf.IResolvable] | Indicates whether the channel is active. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#id NotificationChannel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#id NotificationChannel#id}. | | timeouts | NotificationChannelTimeouts | timeouts block. | --- @@ -1281,7 +1281,7 @@ destination_id: str (Required) The id of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} --- @@ -1295,7 +1295,7 @@ name: str (Required) The name of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#name NotificationChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#name NotificationChannel#name} --- @@ -1309,7 +1309,7 @@ product: str (Required) The type of the channel product. One of: (DISCUSSIONS, ERROR_TRACKING, IINT). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#product NotificationChannel#product} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#product NotificationChannel#product} --- @@ -1323,7 +1323,7 @@ property: typing.Union[IResolvable, typing.List[NotificationChannelProperty]] property block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#property NotificationChannel#property} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#property NotificationChannel#property} --- @@ -1339,7 +1339,7 @@ type: str One of: (WEBHOOK, EMAIL, SERVICENOW_INCIDENTS, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA_CLASSIC, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#type NotificationChannel#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#type NotificationChannel#type} --- @@ -1353,7 +1353,7 @@ account_id: typing.Union[int, float] The account id of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#account_id NotificationChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#account_id NotificationChannel#account_id} --- @@ -1367,7 +1367,7 @@ active: typing.Union[bool, IResolvable] Indicates whether the channel is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#active NotificationChannel#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#active NotificationChannel#active} --- @@ -1379,7 +1379,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#id NotificationChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#id NotificationChannel#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. @@ -1396,7 +1396,7 @@ timeouts: NotificationChannelTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} --- @@ -1436,7 +1436,7 @@ key: str Notification property key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#key NotificationChannel#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#key NotificationChannel#key} --- @@ -1450,7 +1450,7 @@ value: str Notification property value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#value NotificationChannel#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#value NotificationChannel#value} --- @@ -1464,7 +1464,7 @@ display_value: str Notification property display key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#display_value NotificationChannel#display_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#display_value NotificationChannel#display_value} --- @@ -1478,7 +1478,7 @@ label: str Notification property label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#label NotificationChannel#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#label NotificationChannel#label} --- @@ -1499,8 +1499,8 @@ notificationChannel.NotificationChannelTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#create NotificationChannel#create}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#update NotificationChannel#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#create NotificationChannel#create}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#update NotificationChannel#update}. | --- @@ -1512,7 +1512,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#create NotificationChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#create NotificationChannel#create}. --- @@ -1524,7 +1524,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#update NotificationChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#update NotificationChannel#update}. --- diff --git a/docs/notificationChannel.typescript.md b/docs/notificationChannel.typescript.md index 6cd30c989..aecaa28f9 100644 --- a/docs/notificationChannel.typescript.md +++ b/docs/notificationChannel.typescript.md @@ -4,7 +4,7 @@ ### NotificationChannel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel newrelic_notification_channel}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel newrelic_notification_channel}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the NotificationChannel to imp The id of the existing NotificationChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use --- @@ -953,7 +953,7 @@ const notificationChannelConfig: notificationChannel.NotificationChannelConfig = | type | string | (Required) The type of the channel. | | accountId | number | The account id of the channel. | | active | boolean \| cdktf.IResolvable | Indicates whether the channel is active. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#id NotificationChannel#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#id NotificationChannel#id}. | | timeouts | NotificationChannelTimeouts | timeouts block. | --- @@ -1038,7 +1038,7 @@ public readonly destinationId: string; (Required) The id of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} --- @@ -1052,7 +1052,7 @@ public readonly name: string; (Required) The name of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#name NotificationChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#name NotificationChannel#name} --- @@ -1066,7 +1066,7 @@ public readonly product: string; (Required) The type of the channel product. One of: (DISCUSSIONS, ERROR_TRACKING, IINT). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#product NotificationChannel#product} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#product NotificationChannel#product} --- @@ -1080,7 +1080,7 @@ public readonly property: IResolvable | NotificationChannelProperty[]; property block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#property NotificationChannel#property} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#property NotificationChannel#property} --- @@ -1096,7 +1096,7 @@ public readonly type: string; One of: (WEBHOOK, EMAIL, SERVICENOW_INCIDENTS, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA_CLASSIC, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#type NotificationChannel#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#type NotificationChannel#type} --- @@ -1110,7 +1110,7 @@ public readonly accountId: number; The account id of the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#account_id NotificationChannel#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#account_id NotificationChannel#account_id} --- @@ -1124,7 +1124,7 @@ public readonly active: boolean | IResolvable; Indicates whether the channel is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#active NotificationChannel#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#active NotificationChannel#active} --- @@ -1136,7 +1136,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#id NotificationChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#id NotificationChannel#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. @@ -1153,7 +1153,7 @@ public readonly timeouts: NotificationChannelTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} --- @@ -1188,7 +1188,7 @@ public readonly key: string; Notification property key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#key NotificationChannel#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#key NotificationChannel#key} --- @@ -1202,7 +1202,7 @@ public readonly value: string; Notification property value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#value NotificationChannel#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#value NotificationChannel#value} --- @@ -1216,7 +1216,7 @@ public readonly displayValue: string; Notification property display key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#display_value NotificationChannel#display_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#display_value NotificationChannel#display_value} --- @@ -1230,7 +1230,7 @@ public readonly label: string; Notification property label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#label NotificationChannel#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#label NotificationChannel#label} --- @@ -1248,8 +1248,8 @@ const notificationChannelTimeouts: notificationChannel.NotificationChannelTimeou | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#create NotificationChannel#create}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#update NotificationChannel#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#create NotificationChannel#create}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#update NotificationChannel#update}. | --- @@ -1261,7 +1261,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#create NotificationChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#create NotificationChannel#create}. --- @@ -1273,7 +1273,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#update NotificationChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#update NotificationChannel#update}. --- diff --git a/docs/notificationDestination.csharp.md b/docs/notificationDestination.csharp.md index c4b6d3bc2..ddb08c9d5 100644 --- a/docs/notificationDestination.csharp.md +++ b/docs/notificationDestination.csharp.md @@ -4,7 +4,7 @@ ### NotificationDestination -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination newrelic_notification_destination}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination newrelic_notification_destination}. #### Initializers @@ -601,7 +601,7 @@ The construct id used in the generated config for the NotificationDestination to The id of the existing NotificationDestination that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use --- @@ -1088,8 +1088,8 @@ new NotificationDestinationAuthBasic { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#password NotificationDestination#password}. | -| User | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#user NotificationDestination#user}. | +| Password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#password NotificationDestination#password}. | +| User | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#user NotificationDestination#user}. | --- @@ -1101,7 +1101,7 @@ public string Password { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#password NotificationDestination#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#password NotificationDestination#password}. --- @@ -1113,7 +1113,7 @@ public string User { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#user NotificationDestination#user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#user NotificationDestination#user}. --- @@ -1134,8 +1134,8 @@ new NotificationDestinationAuthCustomHeader { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key}. | -| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value}. | +| Key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key}. | +| Value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value}. | --- @@ -1147,7 +1147,7 @@ public string Key { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key}. --- @@ -1159,7 +1159,7 @@ public string Value { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value}. --- @@ -1180,8 +1180,8 @@ new NotificationDestinationAuthToken { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Token | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#token NotificationDestination#token}. | -| Prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | +| Token | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#token NotificationDestination#token}. | +| Prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | --- @@ -1193,7 +1193,7 @@ public string Token { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#token NotificationDestination#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#token NotificationDestination#token}. --- @@ -1205,7 +1205,7 @@ public string Prefix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. --- @@ -1257,7 +1257,7 @@ new NotificationDestinationConfig { | AuthBasic | NotificationDestinationAuthBasic | auth_basic block. | | AuthCustomHeader | object | auth_custom_header block. | | AuthToken | NotificationDestinationAuthToken | auth_token block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#id NotificationDestination#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#id NotificationDestination#id}. | | SecureUrl | NotificationDestinationSecureUrl | secure_url block. | | Timeouts | NotificationDestinationTimeouts | timeouts block. | @@ -1343,7 +1343,7 @@ public string Name { get; set; } (Required) The name of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#name NotificationDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#name NotificationDestination#name} --- @@ -1357,7 +1357,7 @@ public object Property { get; set; } property block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#property NotificationDestination#property} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#property NotificationDestination#property} --- @@ -1373,7 +1373,7 @@ public string Type { get; set; } One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#type NotificationDestination#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#type NotificationDestination#type} --- @@ -1387,7 +1387,7 @@ public double AccountId { get; set; } The account ID under which to put the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#account_id NotificationDestination#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#account_id NotificationDestination#account_id} --- @@ -1401,7 +1401,7 @@ public object Active { get; set; } Indicates whether the destination is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#active NotificationDestination#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#active NotificationDestination#active} --- @@ -1415,7 +1415,7 @@ public NotificationDestinationAuthBasic AuthBasic { get; set; } auth_basic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} --- @@ -1429,7 +1429,7 @@ public object AuthCustomHeader { get; set; } auth_custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} --- @@ -1443,7 +1443,7 @@ public NotificationDestinationAuthToken AuthToken { get; set; } auth_token block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} --- @@ -1455,7 +1455,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#id NotificationDestination#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#id NotificationDestination#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. @@ -1472,7 +1472,7 @@ public NotificationDestinationSecureUrl SecureUrl { get; set; } secure_url block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} --- @@ -1486,7 +1486,7 @@ public NotificationDestinationTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} --- @@ -1526,7 +1526,7 @@ public string Key { get; set; } Notification property key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key} --- @@ -1540,7 +1540,7 @@ public string Value { get; set; } Notification property value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value} --- @@ -1554,7 +1554,7 @@ public string DisplayValue { get; set; } Notification property display key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#display_value NotificationDestination#display_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#display_value NotificationDestination#display_value} --- @@ -1568,7 +1568,7 @@ public string Label { get; set; } Notification property label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#label NotificationDestination#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#label NotificationDestination#label} --- @@ -1589,8 +1589,8 @@ new NotificationDestinationSecureUrl { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | -| SecureSuffix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. | +| Prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | +| SecureSuffix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. | --- @@ -1602,7 +1602,7 @@ public string Prefix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. --- @@ -1614,7 +1614,7 @@ public string SecureSuffix { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. --- @@ -1635,8 +1635,8 @@ new NotificationDestinationTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#create NotificationDestination#create}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#update NotificationDestination#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#create NotificationDestination#create}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#update NotificationDestination#update}. | --- @@ -1648,7 +1648,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#create NotificationDestination#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#create NotificationDestination#create}. --- @@ -1660,7 +1660,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#update NotificationDestination#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#update NotificationDestination#update}. --- diff --git a/docs/notificationDestination.go.md b/docs/notificationDestination.go.md index 9c109f651..1be24099a 100644 --- a/docs/notificationDestination.go.md +++ b/docs/notificationDestination.go.md @@ -4,7 +4,7 @@ ### NotificationDestination -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination newrelic_notification_destination}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination newrelic_notification_destination}. #### Initializers @@ -601,7 +601,7 @@ The construct id used in the generated config for the NotificationDestination to The id of the existing NotificationDestination that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use --- @@ -1088,8 +1088,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdes | **Name** | **Type** | **Description** | | --- | --- | --- | -| Password | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#password NotificationDestination#password}. | -| User | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#user NotificationDestination#user}. | +| Password | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#password NotificationDestination#password}. | +| User | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#user NotificationDestination#user}. | --- @@ -1101,7 +1101,7 @@ Password *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#password NotificationDestination#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#password NotificationDestination#password}. --- @@ -1113,7 +1113,7 @@ User *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#user NotificationDestination#user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#user NotificationDestination#user}. --- @@ -1134,8 +1134,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdes | **Name** | **Type** | **Description** | | --- | --- | --- | -| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key}. | -| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value}. | +| Key | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key}. | +| Value | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value}. | --- @@ -1147,7 +1147,7 @@ Key *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key}. --- @@ -1159,7 +1159,7 @@ Value *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value}. --- @@ -1180,8 +1180,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdes | **Name** | **Type** | **Description** | | --- | --- | --- | -| Token | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#token NotificationDestination#token}. | -| Prefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | +| Token | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#token NotificationDestination#token}. | +| Prefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | --- @@ -1193,7 +1193,7 @@ Token *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#token NotificationDestination#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#token NotificationDestination#token}. --- @@ -1205,7 +1205,7 @@ Prefix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. --- @@ -1257,7 +1257,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdes | AuthBasic | NotificationDestinationAuthBasic | auth_basic block. | | AuthCustomHeader | interface{} | auth_custom_header block. | | AuthToken | NotificationDestinationAuthToken | auth_token block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#id NotificationDestination#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#id NotificationDestination#id}. | | SecureUrl | NotificationDestinationSecureUrl | secure_url block. | | Timeouts | NotificationDestinationTimeouts | timeouts block. | @@ -1343,7 +1343,7 @@ Name *string (Required) The name of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#name NotificationDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#name NotificationDestination#name} --- @@ -1357,7 +1357,7 @@ Property interface{} property block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#property NotificationDestination#property} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#property NotificationDestination#property} --- @@ -1373,7 +1373,7 @@ Type *string One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#type NotificationDestination#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#type NotificationDestination#type} --- @@ -1387,7 +1387,7 @@ AccountId *f64 The account ID under which to put the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#account_id NotificationDestination#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#account_id NotificationDestination#account_id} --- @@ -1401,7 +1401,7 @@ Active interface{} Indicates whether the destination is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#active NotificationDestination#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#active NotificationDestination#active} --- @@ -1415,7 +1415,7 @@ AuthBasic NotificationDestinationAuthBasic auth_basic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} --- @@ -1429,7 +1429,7 @@ AuthCustomHeader interface{} auth_custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} --- @@ -1443,7 +1443,7 @@ AuthToken NotificationDestinationAuthToken auth_token block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} --- @@ -1455,7 +1455,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#id NotificationDestination#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#id NotificationDestination#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. @@ -1472,7 +1472,7 @@ SecureUrl NotificationDestinationSecureUrl secure_url block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} --- @@ -1486,7 +1486,7 @@ Timeouts NotificationDestinationTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} --- @@ -1526,7 +1526,7 @@ Key *string Notification property key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key} --- @@ -1540,7 +1540,7 @@ Value *string Notification property value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value} --- @@ -1554,7 +1554,7 @@ DisplayValue *string Notification property display key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#display_value NotificationDestination#display_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#display_value NotificationDestination#display_value} --- @@ -1568,7 +1568,7 @@ Label *string Notification property label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#label NotificationDestination#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#label NotificationDestination#label} --- @@ -1589,8 +1589,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdes | **Name** | **Type** | **Description** | | --- | --- | --- | -| Prefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | -| SecureSuffix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. | +| Prefix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | +| SecureSuffix | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. | --- @@ -1602,7 +1602,7 @@ Prefix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. --- @@ -1614,7 +1614,7 @@ SecureSuffix *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. --- @@ -1635,8 +1635,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/notificationdes | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#create NotificationDestination#create}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#update NotificationDestination#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#create NotificationDestination#create}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#update NotificationDestination#update}. | --- @@ -1648,7 +1648,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#create NotificationDestination#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#create NotificationDestination#create}. --- @@ -1660,7 +1660,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#update NotificationDestination#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#update NotificationDestination#update}. --- diff --git a/docs/notificationDestination.java.md b/docs/notificationDestination.java.md index a9ab96c6e..4f747117f 100644 --- a/docs/notificationDestination.java.md +++ b/docs/notificationDestination.java.md @@ -4,7 +4,7 @@ ### NotificationDestination -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination newrelic_notification_destination}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination newrelic_notification_destination}. #### Initializers @@ -59,7 +59,7 @@ NotificationDestination.Builder.create(Construct scope, java.lang.String id) | authBasic | NotificationDestinationAuthBasic | auth_basic block. | | authCustomHeader | com.hashicorp.cdktf.IResolvable OR java.util.List<NotificationDestinationAuthCustomHeader> | auth_custom_header block. | | authToken | NotificationDestinationAuthToken | auth_token block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#id NotificationDestination#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#id NotificationDestination#id}. | | secureUrl | NotificationDestinationSecureUrl | secure_url block. | | timeouts | NotificationDestinationTimeouts | timeouts block. | @@ -131,7 +131,7 @@ Must be unique amongst siblings in the same scope (Required) The name of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#name NotificationDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#name NotificationDestination#name} --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre property block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#property NotificationDestination#property} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#property NotificationDestination#property} --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#type NotificationDestination#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#type NotificationDestination#type} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account ID under which to put the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#account_id NotificationDestination#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#account_id NotificationDestination#account_id} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Indicates whether the destination is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#active NotificationDestination#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#active NotificationDestination#active} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre auth_basic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre auth_custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre auth_token block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#id NotificationDestination#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#id NotificationDestination#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. @@ -224,7 +224,7 @@ If you experience problems setting this value it might not be settable. Please t secure_url block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} --- @@ -795,7 +795,7 @@ The construct id used in the generated config for the NotificationDestination to The id of the existing NotificationDestination that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use --- @@ -1282,8 +1282,8 @@ NotificationDestinationAuthBasic.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#password NotificationDestination#password}. | -| user | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#user NotificationDestination#user}. | +| password | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#password NotificationDestination#password}. | +| user | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#user NotificationDestination#user}. | --- @@ -1295,7 +1295,7 @@ public java.lang.String getPassword(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#password NotificationDestination#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#password NotificationDestination#password}. --- @@ -1307,7 +1307,7 @@ public java.lang.String getUser(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#user NotificationDestination#user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#user NotificationDestination#user}. --- @@ -1328,8 +1328,8 @@ NotificationDestinationAuthCustomHeader.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key}. | -| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value}. | +| key | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key}. | +| value | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value}. | --- @@ -1341,7 +1341,7 @@ public java.lang.String getKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key}. --- @@ -1353,7 +1353,7 @@ public java.lang.String getValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value}. --- @@ -1374,8 +1374,8 @@ NotificationDestinationAuthToken.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| token | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#token NotificationDestination#token}. | -| prefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | +| token | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#token NotificationDestination#token}. | +| prefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | --- @@ -1387,7 +1387,7 @@ public java.lang.String getToken(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#token NotificationDestination#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#token NotificationDestination#token}. --- @@ -1399,7 +1399,7 @@ public java.lang.String getPrefix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. --- @@ -1458,7 +1458,7 @@ NotificationDestinationConfig.builder() | authBasic | NotificationDestinationAuthBasic | auth_basic block. | | authCustomHeader | com.hashicorp.cdktf.IResolvable OR java.util.List<NotificationDestinationAuthCustomHeader> | auth_custom_header block. | | authToken | NotificationDestinationAuthToken | auth_token block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#id NotificationDestination#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#id NotificationDestination#id}. | | secureUrl | NotificationDestinationSecureUrl | secure_url block. | | timeouts | NotificationDestinationTimeouts | timeouts block. | @@ -1544,7 +1544,7 @@ public java.lang.String getName(); (Required) The name of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#name NotificationDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#name NotificationDestination#name} --- @@ -1558,7 +1558,7 @@ public java.lang.Object getProperty(); property block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#property NotificationDestination#property} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#property NotificationDestination#property} --- @@ -1574,7 +1574,7 @@ public java.lang.String getType(); One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#type NotificationDestination#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#type NotificationDestination#type} --- @@ -1588,7 +1588,7 @@ public java.lang.Number getAccountId(); The account ID under which to put the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#account_id NotificationDestination#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#account_id NotificationDestination#account_id} --- @@ -1602,7 +1602,7 @@ public java.lang.Object getActive(); Indicates whether the destination is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#active NotificationDestination#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#active NotificationDestination#active} --- @@ -1616,7 +1616,7 @@ public NotificationDestinationAuthBasic getAuthBasic(); auth_basic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} --- @@ -1630,7 +1630,7 @@ public java.lang.Object getAuthCustomHeader(); auth_custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} --- @@ -1644,7 +1644,7 @@ public NotificationDestinationAuthToken getAuthToken(); auth_token block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} --- @@ -1656,7 +1656,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#id NotificationDestination#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#id NotificationDestination#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. @@ -1673,7 +1673,7 @@ public NotificationDestinationSecureUrl getSecureUrl(); secure_url block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} --- @@ -1687,7 +1687,7 @@ public NotificationDestinationTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} --- @@ -1727,7 +1727,7 @@ public java.lang.String getKey(); Notification property key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key} --- @@ -1741,7 +1741,7 @@ public java.lang.String getValue(); Notification property value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value} --- @@ -1755,7 +1755,7 @@ public java.lang.String getDisplayValue(); Notification property display key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#display_value NotificationDestination#display_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#display_value NotificationDestination#display_value} --- @@ -1769,7 +1769,7 @@ public java.lang.String getLabel(); Notification property label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#label NotificationDestination#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#label NotificationDestination#label} --- @@ -1790,8 +1790,8 @@ NotificationDestinationSecureUrl.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| prefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | -| secureSuffix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. | +| prefix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | +| secureSuffix | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. | --- @@ -1803,7 +1803,7 @@ public java.lang.String getPrefix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. --- @@ -1815,7 +1815,7 @@ public java.lang.String getSecureSuffix(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. --- @@ -1836,8 +1836,8 @@ NotificationDestinationTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#create NotificationDestination#create}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#update NotificationDestination#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#create NotificationDestination#create}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#update NotificationDestination#update}. | --- @@ -1849,7 +1849,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#create NotificationDestination#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#create NotificationDestination#create}. --- @@ -1861,7 +1861,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#update NotificationDestination#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#update NotificationDestination#update}. --- diff --git a/docs/notificationDestination.python.md b/docs/notificationDestination.python.md index 6d26d46b9..bcd45f69d 100644 --- a/docs/notificationDestination.python.md +++ b/docs/notificationDestination.python.md @@ -4,7 +4,7 @@ ### NotificationDestination -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination newrelic_notification_destination}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination newrelic_notification_destination}. #### Initializers @@ -54,7 +54,7 @@ notificationDestination.NotificationDestination( | auth_basic | NotificationDestinationAuthBasic | auth_basic block. | | auth_custom_header | typing.Union[cdktf.IResolvable, typing.List[NotificationDestinationAuthCustomHeader]] | auth_custom_header block. | | auth_token | NotificationDestinationAuthToken | auth_token block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#id NotificationDestination#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#id NotificationDestination#id}. | | secure_url | NotificationDestinationSecureUrl | secure_url block. | | timeouts | NotificationDestinationTimeouts | timeouts block. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope (Required) The name of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#name NotificationDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#name NotificationDestination#name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre property block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#property NotificationDestination#property} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#property NotificationDestination#property} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#type NotificationDestination#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#type NotificationDestination#type} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account ID under which to put the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#account_id NotificationDestination#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#account_id NotificationDestination#account_id} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Indicates whether the destination is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#active NotificationDestination#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#active NotificationDestination#active} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre auth_basic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre auth_custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre auth_token block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#id NotificationDestination#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#id NotificationDestination#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. @@ -219,7 +219,7 @@ If you experience problems setting this value it might not be settable. Please t secure_url block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} --- @@ -615,7 +615,7 @@ def put_auth_basic( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#password NotificationDestination#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#password NotificationDestination#password}. --- @@ -623,7 +623,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#user NotificationDestination#user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#user NotificationDestination#user}. --- @@ -654,7 +654,7 @@ def put_auth_token( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#token NotificationDestination#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#token NotificationDestination#token}. --- @@ -662,7 +662,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. --- @@ -693,7 +693,7 @@ def put_secure_url( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. --- @@ -701,7 +701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. --- @@ -718,7 +718,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#create NotificationDestination#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#create NotificationDestination#create}. --- @@ -726,7 +726,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#update NotificationDestination#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#update NotificationDestination#update}. --- @@ -892,7 +892,7 @@ The construct id used in the generated config for the NotificationDestination to The id of the existing NotificationDestination that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use --- @@ -1379,8 +1379,8 @@ notificationDestination.NotificationDestinationAuthBasic( | **Name** | **Type** | **Description** | | --- | --- | --- | -| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#password NotificationDestination#password}. | -| user | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#user NotificationDestination#user}. | +| password | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#password NotificationDestination#password}. | +| user | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#user NotificationDestination#user}. | --- @@ -1392,7 +1392,7 @@ password: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#password NotificationDestination#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#password NotificationDestination#password}. --- @@ -1404,7 +1404,7 @@ user: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#user NotificationDestination#user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#user NotificationDestination#user}. --- @@ -1425,8 +1425,8 @@ notificationDestination.NotificationDestinationAuthCustomHeader( | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key}. | -| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value}. | +| key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key}. | +| value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value}. | --- @@ -1438,7 +1438,7 @@ key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key}. --- @@ -1450,7 +1450,7 @@ value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value}. --- @@ -1471,8 +1471,8 @@ notificationDestination.NotificationDestinationAuthToken( | **Name** | **Type** | **Description** | | --- | --- | --- | -| token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#token NotificationDestination#token}. | -| prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | +| token | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#token NotificationDestination#token}. | +| prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | --- @@ -1484,7 +1484,7 @@ token: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#token NotificationDestination#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#token NotificationDestination#token}. --- @@ -1496,7 +1496,7 @@ prefix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. --- @@ -1548,7 +1548,7 @@ notificationDestination.NotificationDestinationConfig( | auth_basic | NotificationDestinationAuthBasic | auth_basic block. | | auth_custom_header | typing.Union[cdktf.IResolvable, typing.List[NotificationDestinationAuthCustomHeader]] | auth_custom_header block. | | auth_token | NotificationDestinationAuthToken | auth_token block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#id NotificationDestination#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#id NotificationDestination#id}. | | secure_url | NotificationDestinationSecureUrl | secure_url block. | | timeouts | NotificationDestinationTimeouts | timeouts block. | @@ -1634,7 +1634,7 @@ name: str (Required) The name of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#name NotificationDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#name NotificationDestination#name} --- @@ -1648,7 +1648,7 @@ property: typing.Union[IResolvable, typing.List[NotificationDestinationProperty] property block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#property NotificationDestination#property} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#property NotificationDestination#property} --- @@ -1664,7 +1664,7 @@ type: str One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#type NotificationDestination#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#type NotificationDestination#type} --- @@ -1678,7 +1678,7 @@ account_id: typing.Union[int, float] The account ID under which to put the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#account_id NotificationDestination#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#account_id NotificationDestination#account_id} --- @@ -1692,7 +1692,7 @@ active: typing.Union[bool, IResolvable] Indicates whether the destination is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#active NotificationDestination#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#active NotificationDestination#active} --- @@ -1706,7 +1706,7 @@ auth_basic: NotificationDestinationAuthBasic auth_basic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} --- @@ -1720,7 +1720,7 @@ auth_custom_header: typing.Union[IResolvable, typing.List[NotificationDestinatio auth_custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} --- @@ -1734,7 +1734,7 @@ auth_token: NotificationDestinationAuthToken auth_token block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} --- @@ -1746,7 +1746,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#id NotificationDestination#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#id NotificationDestination#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. @@ -1763,7 +1763,7 @@ secure_url: NotificationDestinationSecureUrl secure_url block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} --- @@ -1777,7 +1777,7 @@ timeouts: NotificationDestinationTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} --- @@ -1817,7 +1817,7 @@ key: str Notification property key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key} --- @@ -1831,7 +1831,7 @@ value: str Notification property value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value} --- @@ -1845,7 +1845,7 @@ display_value: str Notification property display key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#display_value NotificationDestination#display_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#display_value NotificationDestination#display_value} --- @@ -1859,7 +1859,7 @@ label: str Notification property label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#label NotificationDestination#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#label NotificationDestination#label} --- @@ -1880,8 +1880,8 @@ notificationDestination.NotificationDestinationSecureUrl( | **Name** | **Type** | **Description** | | --- | --- | --- | -| prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | -| secure_suffix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. | +| prefix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | +| secure_suffix | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. | --- @@ -1893,7 +1893,7 @@ prefix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. --- @@ -1905,7 +1905,7 @@ secure_suffix: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. --- @@ -1926,8 +1926,8 @@ notificationDestination.NotificationDestinationTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#create NotificationDestination#create}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#update NotificationDestination#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#create NotificationDestination#create}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#update NotificationDestination#update}. | --- @@ -1939,7 +1939,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#create NotificationDestination#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#create NotificationDestination#create}. --- @@ -1951,7 +1951,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#update NotificationDestination#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#update NotificationDestination#update}. --- diff --git a/docs/notificationDestination.typescript.md b/docs/notificationDestination.typescript.md index cfdfa4bf5..22117ac0c 100644 --- a/docs/notificationDestination.typescript.md +++ b/docs/notificationDestination.typescript.md @@ -4,7 +4,7 @@ ### NotificationDestination -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination newrelic_notification_destination}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination newrelic_notification_destination}. #### Initializers @@ -601,7 +601,7 @@ The construct id used in the generated config for the NotificationDestination to The id of the existing NotificationDestination that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use --- @@ -1085,8 +1085,8 @@ const notificationDestinationAuthBasic: notificationDestination.NotificationDest | **Name** | **Type** | **Description** | | --- | --- | --- | -| password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#password NotificationDestination#password}. | -| user | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#user NotificationDestination#user}. | +| password | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#password NotificationDestination#password}. | +| user | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#user NotificationDestination#user}. | --- @@ -1098,7 +1098,7 @@ public readonly password: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#password NotificationDestination#password}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#password NotificationDestination#password}. --- @@ -1110,7 +1110,7 @@ public readonly user: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#user NotificationDestination#user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#user NotificationDestination#user}. --- @@ -1128,8 +1128,8 @@ const notificationDestinationAuthCustomHeader: notificationDestination.Notificat | **Name** | **Type** | **Description** | | --- | --- | --- | -| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key}. | -| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value}. | +| key | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key}. | +| value | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value}. | --- @@ -1141,7 +1141,7 @@ public readonly key: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key}. --- @@ -1153,7 +1153,7 @@ public readonly value: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value}. --- @@ -1171,8 +1171,8 @@ const notificationDestinationAuthToken: notificationDestination.NotificationDest | **Name** | **Type** | **Description** | | --- | --- | --- | -| token | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#token NotificationDestination#token}. | -| prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | +| token | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#token NotificationDestination#token}. | +| prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | --- @@ -1184,7 +1184,7 @@ public readonly token: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#token NotificationDestination#token}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#token NotificationDestination#token}. --- @@ -1196,7 +1196,7 @@ public readonly prefix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. --- @@ -1229,7 +1229,7 @@ const notificationDestinationConfig: notificationDestination.NotificationDestina | authBasic | NotificationDestinationAuthBasic | auth_basic block. | | authCustomHeader | cdktf.IResolvable \| NotificationDestinationAuthCustomHeader[] | auth_custom_header block. | | authToken | NotificationDestinationAuthToken | auth_token block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#id NotificationDestination#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#id NotificationDestination#id}. | | secureUrl | NotificationDestinationSecureUrl | secure_url block. | | timeouts | NotificationDestinationTimeouts | timeouts block. | @@ -1315,7 +1315,7 @@ public readonly name: string; (Required) The name of the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#name NotificationDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#name NotificationDestination#name} --- @@ -1329,7 +1329,7 @@ public readonly property: IResolvable | NotificationDestinationProperty[]; property block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#property NotificationDestination#property} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#property NotificationDestination#property} --- @@ -1345,7 +1345,7 @@ public readonly type: string; One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#type NotificationDestination#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#type NotificationDestination#type} --- @@ -1359,7 +1359,7 @@ public readonly accountId: number; The account ID under which to put the destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#account_id NotificationDestination#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#account_id NotificationDestination#account_id} --- @@ -1373,7 +1373,7 @@ public readonly active: boolean | IResolvable; Indicates whether the destination is active. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#active NotificationDestination#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#active NotificationDestination#active} --- @@ -1387,7 +1387,7 @@ public readonly authBasic: NotificationDestinationAuthBasic; auth_basic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} --- @@ -1401,7 +1401,7 @@ public readonly authCustomHeader: IResolvable | NotificationDestinationAuthCusto auth_custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} --- @@ -1415,7 +1415,7 @@ public readonly authToken: NotificationDestinationAuthToken; auth_token block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} --- @@ -1427,7 +1427,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#id NotificationDestination#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#id NotificationDestination#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. @@ -1444,7 +1444,7 @@ public readonly secureUrl: NotificationDestinationSecureUrl; secure_url block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} --- @@ -1458,7 +1458,7 @@ public readonly timeouts: NotificationDestinationTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} --- @@ -1493,7 +1493,7 @@ public readonly key: string; Notification property key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key} --- @@ -1507,7 +1507,7 @@ public readonly value: string; Notification property value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value} --- @@ -1521,7 +1521,7 @@ public readonly displayValue: string; Notification property display key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#display_value NotificationDestination#display_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#display_value NotificationDestination#display_value} --- @@ -1535,7 +1535,7 @@ public readonly label: string; Notification property label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#label NotificationDestination#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#label NotificationDestination#label} --- @@ -1553,8 +1553,8 @@ const notificationDestinationSecureUrl: notificationDestination.NotificationDest | **Name** | **Type** | **Description** | | --- | --- | --- | -| prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | -| secureSuffix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. | +| prefix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. | +| secureSuffix | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. | --- @@ -1566,7 +1566,7 @@ public readonly prefix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix}. --- @@ -1578,7 +1578,7 @@ public readonly secureSuffix: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix}. --- @@ -1596,8 +1596,8 @@ const notificationDestinationTimeouts: notificationDestination.NotificationDesti | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#create NotificationDestination#create}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#update NotificationDestination#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#create NotificationDestination#create}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#update NotificationDestination#update}. | --- @@ -1609,7 +1609,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#create NotificationDestination#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#create NotificationDestination#create}. --- @@ -1621,7 +1621,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#update NotificationDestination#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#update NotificationDestination#update}. --- diff --git a/docs/nrqlAlertCondition.csharp.md b/docs/nrqlAlertCondition.csharp.md index c18f368ac..4a8914162 100644 --- a/docs/nrqlAlertCondition.csharp.md +++ b/docs/nrqlAlertCondition.csharp.md @@ -4,7 +4,7 @@ ### NrqlAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition newrelic_nrql_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition newrelic_nrql_alert_condition}. #### Initializers @@ -714,7 +714,7 @@ The construct id used in the generated config for the NrqlAlertCondition to impo The id of the existing NrqlAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1633,7 +1633,7 @@ new NrqlAlertConditionConfig { | ExpirationDuration | double | The amount of time (in seconds) to wait before considering the signal expired. | | FillOption | string | Which strategy to use when filling gaps in the signal. | | FillValue | double | If using the 'static' fill option, this value will be used for filling gaps in the signal. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. | | IgnoreOnExpectedTermination | object | Whether to ignore expected termination of a signal when considering whether to create a loss of signal incident. | | OpenViolationOnExpiration | object | Whether to create a new incident to capture that the signal expired. | | RunbookUrl | string | Runbook URL to display in notifications. | @@ -1728,7 +1728,7 @@ public string Name { get; set; } The title of the condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} --- @@ -1742,7 +1742,7 @@ public NrqlAlertConditionNrql Nrql { get; set; } nrql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} --- @@ -1756,7 +1756,7 @@ public double PolicyId { get; set; } The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} --- @@ -1770,7 +1770,7 @@ public double AccountId { get; set; } The New Relic account ID for managing your NRQL alert conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} --- @@ -1786,7 +1786,7 @@ How long we wait for data that belongs in each aggregation window. Depending on your data, a longer delay may increase accuracy but delay notifications. Use aggregationDelay with the EVENT_FLOW and CADENCE aggregation methods. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} --- @@ -1802,7 +1802,7 @@ The method that determines when we consider an aggregation window to be complete Default is EVENT_FLOW. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} --- @@ -1818,7 +1818,7 @@ How long we wait after each data point arrives to make sure we've processed the Use aggregationTimer with the EVENT_TIMER aggregation method. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} --- @@ -1832,7 +1832,7 @@ public double AggregationWindow { get; set; } The duration of the time window used to evaluate the NRQL query, in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} --- @@ -1846,7 +1846,7 @@ public string BaselineDirection { get; set; } The baseline direction of a baseline NRQL alert condition. Valid values are: 'LOWER_ONLY', 'UPPER_AND_LOWER', 'UPPER_ONLY' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} --- @@ -1860,7 +1860,7 @@ public object CloseViolationsOnExpiration { get; set; } Whether to close all open incidents when the signal expires. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} --- @@ -1874,7 +1874,7 @@ public NrqlAlertConditionCritical Critical { get; set; } critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} --- @@ -1888,7 +1888,7 @@ public string Description { get; set; } The description of the NRQL alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} --- @@ -1902,7 +1902,7 @@ public object Enabled { get; set; } Whether or not to enable the alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} --- @@ -1916,7 +1916,7 @@ public double EvaluationDelay { get; set; } How long we wait until the signal starts evaluating. The maximum delay is 7200 seconds (120 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} --- @@ -1932,7 +1932,7 @@ The amount of time (in seconds) to wait before considering the signal expired. Must be in the range of 30 to 172800 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} --- @@ -1948,7 +1948,7 @@ Which strategy to use when filling gaps in the signal. If static, the 'fill value' will be used for filling gaps in the signal. Valid values are: 'NONE', 'LAST_VALUE', or 'STATIC' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} --- @@ -1962,7 +1962,7 @@ public double FillValue { get; set; } If using the 'static' fill option, this value will be used for filling gaps in the signal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} --- @@ -1974,7 +1974,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#id NrqlAlertCondition#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. @@ -1991,7 +1991,7 @@ public object IgnoreOnExpectedTermination { get; set; } Whether to ignore expected termination of a signal when considering whether to create a loss of signal incident. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} --- @@ -2005,7 +2005,7 @@ public object OpenViolationOnExpiration { get; set; } Whether to create a new incident to capture that the signal expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} --- @@ -2019,7 +2019,7 @@ public string RunbookUrl { get; set; } Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} --- @@ -2035,7 +2035,7 @@ The duration of overlapping time windows used to smooth the chart line, in secon Must be a factor of `aggregation_window` and less than the aggregation window. If `aggregation_window` is less than or equal to 3600 seconds, it should be greater or equal to 30 seconds. If `aggregation_window` is greater than 3600 seconds but less than 7200 seconds, it should be greater or equal to `aggregation_window / 120`. If `aggregation_window` is greater than 7200 seconds, it should be greater or equal to `aggregation_window / 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} --- @@ -2049,7 +2049,7 @@ public object Term { get; set; } term block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} --- @@ -2063,7 +2063,7 @@ public NrqlAlertConditionTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} --- @@ -2079,7 +2079,7 @@ This field allows you to create a custom title to be used when incidents are ope Setting this field will override the default title. Must be Handlebars format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} --- @@ -2093,7 +2093,7 @@ public string Type { get; set; } The type of NRQL alert condition to create. Valid values are: 'static', 'baseline'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} --- @@ -2109,7 +2109,7 @@ Sets a time limit, in hours, that will automatically force-close a long-lasting Possible values are 'ONE_HOUR', 'TWO_HOURS', 'FOUR_HOURS', 'EIGHT_HOURS', 'TWELVE_HOURS', 'TWENTY_FOUR_HOURS', 'THIRTY_DAYS' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} --- @@ -2125,7 +2125,7 @@ Sets a time limit, in seconds, that will automatically force-close a long-lastin Must be in the range of 300 to 2592000 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} --- @@ -2139,7 +2139,7 @@ public NrqlAlertConditionWarning Warning { get; set; } warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} --- @@ -2183,7 +2183,7 @@ public double Threshold { get; set; } For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -2197,7 +2197,7 @@ public double Duration { get; set; } In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -2211,7 +2211,7 @@ public string Operator { get; set; } One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -2227,7 +2227,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -2243,7 +2243,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -2257,7 +2257,7 @@ public string TimeFunction { get; set; } Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- @@ -2280,7 +2280,7 @@ new NrqlAlertConditionNrql { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Query | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. | +| Query | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. | | DataAccountId | double | BETA PREVIEW: the `data_account_id` field is in limited release and only enabled for preview on a per-account basis. | | EvaluationOffset | double | NRQL queries are evaluated in one-minute time windows. | | SinceValue | string | NRQL queries are evaluated in one-minute time windows. | @@ -2295,7 +2295,7 @@ public string Query { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. --- @@ -2311,7 +2311,7 @@ BETA PREVIEW: the `data_account_id` field is in limited release and only enabled * The New Relic account ID to use as the basis for the NRQL alert condition's `query`; will default to `account_id` if unspecified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#data_account_id NrqlAlertCondition#data_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#data_account_id NrqlAlertCondition#data_account_id} --- @@ -2327,7 +2327,7 @@ NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `evaluation_offset`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#evaluation_offset NrqlAlertCondition#evaluation_offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#evaluation_offset NrqlAlertCondition#evaluation_offset} --- @@ -2343,7 +2343,7 @@ NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `since_value`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#since_value NrqlAlertCondition#since_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#since_value NrqlAlertCondition#since_value} --- @@ -2389,7 +2389,7 @@ public double Threshold { get; set; } For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -2403,7 +2403,7 @@ public double Duration { get; set; } In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -2417,7 +2417,7 @@ public string Operator { get; set; } One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -2431,7 +2431,7 @@ public string Priority { get; set; } One of (critical, warning). Defaults to 'critical'. At least one condition term must have priority set to 'critical'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#priority NrqlAlertCondition#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#priority NrqlAlertCondition#priority} --- @@ -2447,7 +2447,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -2463,7 +2463,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -2477,7 +2477,7 @@ public string TimeFunction { get; set; } Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- @@ -2497,7 +2497,7 @@ new NrqlAlertConditionTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. | --- @@ -2509,7 +2509,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. --- @@ -2553,7 +2553,7 @@ public double Threshold { get; set; } For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -2567,7 +2567,7 @@ public double Duration { get; set; } In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -2581,7 +2581,7 @@ public string Operator { get; set; } One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -2597,7 +2597,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -2613,7 +2613,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -2627,7 +2627,7 @@ public string TimeFunction { get; set; } Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- diff --git a/docs/nrqlAlertCondition.go.md b/docs/nrqlAlertCondition.go.md index 52977d87a..bb27997b2 100644 --- a/docs/nrqlAlertCondition.go.md +++ b/docs/nrqlAlertCondition.go.md @@ -4,7 +4,7 @@ ### NrqlAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition newrelic_nrql_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition newrelic_nrql_alert_condition}. #### Initializers @@ -714,7 +714,7 @@ The construct id used in the generated config for the NrqlAlertCondition to impo The id of the existing NrqlAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1633,7 +1633,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondit | ExpirationDuration | *f64 | The amount of time (in seconds) to wait before considering the signal expired. | | FillOption | *string | Which strategy to use when filling gaps in the signal. | | FillValue | *f64 | If using the 'static' fill option, this value will be used for filling gaps in the signal. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. | | IgnoreOnExpectedTermination | interface{} | Whether to ignore expected termination of a signal when considering whether to create a loss of signal incident. | | OpenViolationOnExpiration | interface{} | Whether to create a new incident to capture that the signal expired. | | RunbookUrl | *string | Runbook URL to display in notifications. | @@ -1728,7 +1728,7 @@ Name *string The title of the condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} --- @@ -1742,7 +1742,7 @@ Nrql NrqlAlertConditionNrql nrql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} --- @@ -1756,7 +1756,7 @@ PolicyId *f64 The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} --- @@ -1770,7 +1770,7 @@ AccountId *f64 The New Relic account ID for managing your NRQL alert conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} --- @@ -1786,7 +1786,7 @@ How long we wait for data that belongs in each aggregation window. Depending on your data, a longer delay may increase accuracy but delay notifications. Use aggregationDelay with the EVENT_FLOW and CADENCE aggregation methods. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} --- @@ -1802,7 +1802,7 @@ The method that determines when we consider an aggregation window to be complete Default is EVENT_FLOW. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} --- @@ -1818,7 +1818,7 @@ How long we wait after each data point arrives to make sure we've processed the Use aggregationTimer with the EVENT_TIMER aggregation method. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} --- @@ -1832,7 +1832,7 @@ AggregationWindow *f64 The duration of the time window used to evaluate the NRQL query, in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} --- @@ -1846,7 +1846,7 @@ BaselineDirection *string The baseline direction of a baseline NRQL alert condition. Valid values are: 'LOWER_ONLY', 'UPPER_AND_LOWER', 'UPPER_ONLY' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} --- @@ -1860,7 +1860,7 @@ CloseViolationsOnExpiration interface{} Whether to close all open incidents when the signal expires. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} --- @@ -1874,7 +1874,7 @@ Critical NrqlAlertConditionCritical critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} --- @@ -1888,7 +1888,7 @@ Description *string The description of the NRQL alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} --- @@ -1902,7 +1902,7 @@ Enabled interface{} Whether or not to enable the alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} --- @@ -1916,7 +1916,7 @@ EvaluationDelay *f64 How long we wait until the signal starts evaluating. The maximum delay is 7200 seconds (120 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} --- @@ -1932,7 +1932,7 @@ The amount of time (in seconds) to wait before considering the signal expired. Must be in the range of 30 to 172800 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} --- @@ -1948,7 +1948,7 @@ Which strategy to use when filling gaps in the signal. If static, the 'fill value' will be used for filling gaps in the signal. Valid values are: 'NONE', 'LAST_VALUE', or 'STATIC' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} --- @@ -1962,7 +1962,7 @@ FillValue *f64 If using the 'static' fill option, this value will be used for filling gaps in the signal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} --- @@ -1974,7 +1974,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#id NrqlAlertCondition#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. @@ -1991,7 +1991,7 @@ IgnoreOnExpectedTermination interface{} Whether to ignore expected termination of a signal when considering whether to create a loss of signal incident. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} --- @@ -2005,7 +2005,7 @@ OpenViolationOnExpiration interface{} Whether to create a new incident to capture that the signal expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} --- @@ -2019,7 +2019,7 @@ RunbookUrl *string Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} --- @@ -2035,7 +2035,7 @@ The duration of overlapping time windows used to smooth the chart line, in secon Must be a factor of `aggregation_window` and less than the aggregation window. If `aggregation_window` is less than or equal to 3600 seconds, it should be greater or equal to 30 seconds. If `aggregation_window` is greater than 3600 seconds but less than 7200 seconds, it should be greater or equal to `aggregation_window / 120`. If `aggregation_window` is greater than 7200 seconds, it should be greater or equal to `aggregation_window / 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} --- @@ -2049,7 +2049,7 @@ Term interface{} term block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} --- @@ -2063,7 +2063,7 @@ Timeouts NrqlAlertConditionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} --- @@ -2079,7 +2079,7 @@ This field allows you to create a custom title to be used when incidents are ope Setting this field will override the default title. Must be Handlebars format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} --- @@ -2093,7 +2093,7 @@ Type *string The type of NRQL alert condition to create. Valid values are: 'static', 'baseline'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} --- @@ -2109,7 +2109,7 @@ Sets a time limit, in hours, that will automatically force-close a long-lasting Possible values are 'ONE_HOUR', 'TWO_HOURS', 'FOUR_HOURS', 'EIGHT_HOURS', 'TWELVE_HOURS', 'TWENTY_FOUR_HOURS', 'THIRTY_DAYS' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} --- @@ -2125,7 +2125,7 @@ Sets a time limit, in seconds, that will automatically force-close a long-lastin Must be in the range of 300 to 2592000 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} --- @@ -2139,7 +2139,7 @@ Warning NrqlAlertConditionWarning warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} --- @@ -2183,7 +2183,7 @@ Threshold *f64 For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -2197,7 +2197,7 @@ Duration *f64 In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -2211,7 +2211,7 @@ Operator *string One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -2227,7 +2227,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -2243,7 +2243,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -2257,7 +2257,7 @@ TimeFunction *string Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- @@ -2280,7 +2280,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondit | **Name** | **Type** | **Description** | | --- | --- | --- | -| Query | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. | +| Query | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. | | DataAccountId | *f64 | BETA PREVIEW: the `data_account_id` field is in limited release and only enabled for preview on a per-account basis. | | EvaluationOffset | *f64 | NRQL queries are evaluated in one-minute time windows. | | SinceValue | *string | NRQL queries are evaluated in one-minute time windows. | @@ -2295,7 +2295,7 @@ Query *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. --- @@ -2311,7 +2311,7 @@ BETA PREVIEW: the `data_account_id` field is in limited release and only enabled * The New Relic account ID to use as the basis for the NRQL alert condition's `query`; will default to `account_id` if unspecified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#data_account_id NrqlAlertCondition#data_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#data_account_id NrqlAlertCondition#data_account_id} --- @@ -2327,7 +2327,7 @@ NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `evaluation_offset`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#evaluation_offset NrqlAlertCondition#evaluation_offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#evaluation_offset NrqlAlertCondition#evaluation_offset} --- @@ -2343,7 +2343,7 @@ NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `since_value`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#since_value NrqlAlertCondition#since_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#since_value NrqlAlertCondition#since_value} --- @@ -2389,7 +2389,7 @@ Threshold *f64 For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -2403,7 +2403,7 @@ Duration *f64 In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -2417,7 +2417,7 @@ Operator *string One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -2431,7 +2431,7 @@ Priority *string One of (critical, warning). Defaults to 'critical'. At least one condition term must have priority set to 'critical'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#priority NrqlAlertCondition#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#priority NrqlAlertCondition#priority} --- @@ -2447,7 +2447,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -2463,7 +2463,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -2477,7 +2477,7 @@ TimeFunction *string Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- @@ -2497,7 +2497,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqlalertcondit | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. | --- @@ -2509,7 +2509,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. --- @@ -2553,7 +2553,7 @@ Threshold *f64 For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -2567,7 +2567,7 @@ Duration *f64 In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -2581,7 +2581,7 @@ Operator *string One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -2597,7 +2597,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -2613,7 +2613,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -2627,7 +2627,7 @@ TimeFunction *string Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- diff --git a/docs/nrqlAlertCondition.java.md b/docs/nrqlAlertCondition.java.md index 5844c101d..26f79ef0b 100644 --- a/docs/nrqlAlertCondition.java.md +++ b/docs/nrqlAlertCondition.java.md @@ -4,7 +4,7 @@ ### NrqlAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition newrelic_nrql_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition newrelic_nrql_alert_condition}. #### Initializers @@ -88,7 +88,7 @@ NrqlAlertCondition.Builder.create(Construct scope, java.lang.String id) | expirationDuration | java.lang.Number | The amount of time (in seconds) to wait before considering the signal expired. | | fillOption | java.lang.String | Which strategy to use when filling gaps in the signal. | | fillValue | java.lang.Number | If using the 'static' fill option, this value will be used for filling gaps in the signal. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. | | ignoreOnExpectedTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether to ignore expected termination of a signal when considering whether to create a loss of signal incident. | | openViolationOnExpiration | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether to create a new incident to capture that the signal expired. | | runbookUrl | java.lang.String | Runbook URL to display in notifications. | @@ -169,7 +169,7 @@ Must be unique amongst siblings in the same scope The title of the condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre nrql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID for managing your NRQL alert conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} --- @@ -211,7 +211,7 @@ How long we wait for data that belongs in each aggregation window. Depending on your data, a longer delay may increase accuracy but delay notifications. Use aggregationDelay with the EVENT_FLOW and CADENCE aggregation methods. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} --- @@ -223,7 +223,7 @@ The method that determines when we consider an aggregation window to be complete Default is EVENT_FLOW. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} --- @@ -235,7 +235,7 @@ How long we wait after each data point arrives to make sure we've processed the Use aggregationTimer with the EVENT_TIMER aggregation method. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The duration of the time window used to evaluate the NRQL query, in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The baseline direction of a baseline NRQL alert condition. Valid values are: 'LOWER_ONLY', 'UPPER_AND_LOWER', 'UPPER_ONLY' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Whether to close all open incidents when the signal expires. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The description of the NRQL alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Whether or not to enable the alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre How long we wait until the signal starts evaluating. The maximum delay is 7200 seconds (120 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} --- @@ -317,7 +317,7 @@ The amount of time (in seconds) to wait before considering the signal expired. Must be in the range of 30 to 172800 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} --- @@ -329,7 +329,7 @@ Which strategy to use when filling gaps in the signal. If static, the 'fill value' will be used for filling gaps in the signal. Valid values are: 'NONE', 'LAST_VALUE', or 'STATIC' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} --- @@ -339,7 +339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre If using the 'static' fill option, this value will be used for filling gaps in the signal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} --- @@ -347,7 +347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#id NrqlAlertCondition#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. @@ -360,7 +360,7 @@ If you experience problems setting this value it might not be settable. Please t Whether to ignore expected termination of a signal when considering whether to create a loss of signal incident. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} --- @@ -370,7 +370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Whether to create a new incident to capture that the signal expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} --- @@ -380,7 +380,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} --- @@ -392,7 +392,7 @@ The duration of overlapping time windows used to smooth the chart line, in secon Must be a factor of `aggregation_window` and less than the aggregation window. If `aggregation_window` is less than or equal to 3600 seconds, it should be greater or equal to 30 seconds. If `aggregation_window` is greater than 3600 seconds but less than 7200 seconds, it should be greater or equal to `aggregation_window / 120`. If `aggregation_window` is greater than 7200 seconds, it should be greater or equal to `aggregation_window / 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} --- @@ -402,7 +402,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre term block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} --- @@ -412,7 +412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} --- @@ -424,7 +424,7 @@ This field allows you to create a custom title to be used when incidents are ope Setting this field will override the default title. Must be Handlebars format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} --- @@ -434,7 +434,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The type of NRQL alert condition to create. Valid values are: 'static', 'baseline'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} --- @@ -446,7 +446,7 @@ Sets a time limit, in hours, that will automatically force-close a long-lasting Possible values are 'ONE_HOUR', 'TWO_HOURS', 'FOUR_HOURS', 'EIGHT_HOURS', 'TWELVE_HOURS', 'TWENTY_FOUR_HOURS', 'THIRTY_DAYS' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} --- @@ -458,7 +458,7 @@ Sets a time limit, in seconds, that will automatically force-close a long-lastin Must be in the range of 300 to 2592000 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} --- @@ -468,7 +468,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} --- @@ -1142,7 +1142,7 @@ The construct id used in the generated config for the NrqlAlertCondition to impo The id of the existing NrqlAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -2070,7 +2070,7 @@ NrqlAlertConditionConfig.builder() | expirationDuration | java.lang.Number | The amount of time (in seconds) to wait before considering the signal expired. | | fillOption | java.lang.String | Which strategy to use when filling gaps in the signal. | | fillValue | java.lang.Number | If using the 'static' fill option, this value will be used for filling gaps in the signal. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. | | ignoreOnExpectedTermination | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether to ignore expected termination of a signal when considering whether to create a loss of signal incident. | | openViolationOnExpiration | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether to create a new incident to capture that the signal expired. | | runbookUrl | java.lang.String | Runbook URL to display in notifications. | @@ -2165,7 +2165,7 @@ public java.lang.String getName(); The title of the condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} --- @@ -2179,7 +2179,7 @@ public NrqlAlertConditionNrql getNrql(); nrql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} --- @@ -2193,7 +2193,7 @@ public java.lang.Number getPolicyId(); The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} --- @@ -2207,7 +2207,7 @@ public java.lang.Number getAccountId(); The New Relic account ID for managing your NRQL alert conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} --- @@ -2223,7 +2223,7 @@ How long we wait for data that belongs in each aggregation window. Depending on your data, a longer delay may increase accuracy but delay notifications. Use aggregationDelay with the EVENT_FLOW and CADENCE aggregation methods. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} --- @@ -2239,7 +2239,7 @@ The method that determines when we consider an aggregation window to be complete Default is EVENT_FLOW. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} --- @@ -2255,7 +2255,7 @@ How long we wait after each data point arrives to make sure we've processed the Use aggregationTimer with the EVENT_TIMER aggregation method. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} --- @@ -2269,7 +2269,7 @@ public java.lang.Number getAggregationWindow(); The duration of the time window used to evaluate the NRQL query, in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} --- @@ -2283,7 +2283,7 @@ public java.lang.String getBaselineDirection(); The baseline direction of a baseline NRQL alert condition. Valid values are: 'LOWER_ONLY', 'UPPER_AND_LOWER', 'UPPER_ONLY' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} --- @@ -2297,7 +2297,7 @@ public java.lang.Object getCloseViolationsOnExpiration(); Whether to close all open incidents when the signal expires. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} --- @@ -2311,7 +2311,7 @@ public NrqlAlertConditionCritical getCritical(); critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} --- @@ -2325,7 +2325,7 @@ public java.lang.String getDescription(); The description of the NRQL alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} --- @@ -2339,7 +2339,7 @@ public java.lang.Object getEnabled(); Whether or not to enable the alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} --- @@ -2353,7 +2353,7 @@ public java.lang.Number getEvaluationDelay(); How long we wait until the signal starts evaluating. The maximum delay is 7200 seconds (120 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} --- @@ -2369,7 +2369,7 @@ The amount of time (in seconds) to wait before considering the signal expired. Must be in the range of 30 to 172800 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} --- @@ -2385,7 +2385,7 @@ Which strategy to use when filling gaps in the signal. If static, the 'fill value' will be used for filling gaps in the signal. Valid values are: 'NONE', 'LAST_VALUE', or 'STATIC' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} --- @@ -2399,7 +2399,7 @@ public java.lang.Number getFillValue(); If using the 'static' fill option, this value will be used for filling gaps in the signal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} --- @@ -2411,7 +2411,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#id NrqlAlertCondition#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. @@ -2428,7 +2428,7 @@ public java.lang.Object getIgnoreOnExpectedTermination(); Whether to ignore expected termination of a signal when considering whether to create a loss of signal incident. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} --- @@ -2442,7 +2442,7 @@ public java.lang.Object getOpenViolationOnExpiration(); Whether to create a new incident to capture that the signal expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} --- @@ -2456,7 +2456,7 @@ public java.lang.String getRunbookUrl(); Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} --- @@ -2472,7 +2472,7 @@ The duration of overlapping time windows used to smooth the chart line, in secon Must be a factor of `aggregation_window` and less than the aggregation window. If `aggregation_window` is less than or equal to 3600 seconds, it should be greater or equal to 30 seconds. If `aggregation_window` is greater than 3600 seconds but less than 7200 seconds, it should be greater or equal to `aggregation_window / 120`. If `aggregation_window` is greater than 7200 seconds, it should be greater or equal to `aggregation_window / 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} --- @@ -2486,7 +2486,7 @@ public java.lang.Object getTerm(); term block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} --- @@ -2500,7 +2500,7 @@ public NrqlAlertConditionTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} --- @@ -2516,7 +2516,7 @@ This field allows you to create a custom title to be used when incidents are ope Setting this field will override the default title. Must be Handlebars format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} --- @@ -2530,7 +2530,7 @@ public java.lang.String getType(); The type of NRQL alert condition to create. Valid values are: 'static', 'baseline'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} --- @@ -2546,7 +2546,7 @@ Sets a time limit, in hours, that will automatically force-close a long-lasting Possible values are 'ONE_HOUR', 'TWO_HOURS', 'FOUR_HOURS', 'EIGHT_HOURS', 'TWELVE_HOURS', 'TWENTY_FOUR_HOURS', 'THIRTY_DAYS' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} --- @@ -2562,7 +2562,7 @@ Sets a time limit, in seconds, that will automatically force-close a long-lastin Must be in the range of 300 to 2592000 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} --- @@ -2576,7 +2576,7 @@ public NrqlAlertConditionWarning getWarning(); warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} --- @@ -2620,7 +2620,7 @@ public java.lang.Number getThreshold(); For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -2634,7 +2634,7 @@ public java.lang.Number getDuration(); In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -2648,7 +2648,7 @@ public java.lang.String getOperator(); One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -2664,7 +2664,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -2680,7 +2680,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -2694,7 +2694,7 @@ public java.lang.String getTimeFunction(); Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- @@ -2717,7 +2717,7 @@ NrqlAlertConditionNrql.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| query | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. | +| query | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. | | dataAccountId | java.lang.Number | BETA PREVIEW: the `data_account_id` field is in limited release and only enabled for preview on a per-account basis. | | evaluationOffset | java.lang.Number | NRQL queries are evaluated in one-minute time windows. | | sinceValue | java.lang.String | NRQL queries are evaluated in one-minute time windows. | @@ -2732,7 +2732,7 @@ public java.lang.String getQuery(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. --- @@ -2748,7 +2748,7 @@ BETA PREVIEW: the `data_account_id` field is in limited release and only enabled * The New Relic account ID to use as the basis for the NRQL alert condition's `query`; will default to `account_id` if unspecified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#data_account_id NrqlAlertCondition#data_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#data_account_id NrqlAlertCondition#data_account_id} --- @@ -2764,7 +2764,7 @@ NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `evaluation_offset`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#evaluation_offset NrqlAlertCondition#evaluation_offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#evaluation_offset NrqlAlertCondition#evaluation_offset} --- @@ -2780,7 +2780,7 @@ NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `since_value`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#since_value NrqlAlertCondition#since_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#since_value NrqlAlertCondition#since_value} --- @@ -2826,7 +2826,7 @@ public java.lang.Number getThreshold(); For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -2840,7 +2840,7 @@ public java.lang.Number getDuration(); In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -2854,7 +2854,7 @@ public java.lang.String getOperator(); One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -2868,7 +2868,7 @@ public java.lang.String getPriority(); One of (critical, warning). Defaults to 'critical'. At least one condition term must have priority set to 'critical'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#priority NrqlAlertCondition#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#priority NrqlAlertCondition#priority} --- @@ -2884,7 +2884,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -2900,7 +2900,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -2914,7 +2914,7 @@ public java.lang.String getTimeFunction(); Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- @@ -2934,7 +2934,7 @@ NrqlAlertConditionTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. | --- @@ -2946,7 +2946,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. --- @@ -2990,7 +2990,7 @@ public java.lang.Number getThreshold(); For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -3004,7 +3004,7 @@ public java.lang.Number getDuration(); In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -3018,7 +3018,7 @@ public java.lang.String getOperator(); One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -3034,7 +3034,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -3050,7 +3050,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -3064,7 +3064,7 @@ public java.lang.String getTimeFunction(); Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- diff --git a/docs/nrqlAlertCondition.python.md b/docs/nrqlAlertCondition.python.md index 88bc62409..9c18410f1 100644 --- a/docs/nrqlAlertCondition.python.md +++ b/docs/nrqlAlertCondition.python.md @@ -4,7 +4,7 @@ ### NrqlAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition newrelic_nrql_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition newrelic_nrql_alert_condition}. #### Initializers @@ -81,7 +81,7 @@ nrqlAlertCondition.NrqlAlertCondition( | expiration_duration | typing.Union[int, float] | The amount of time (in seconds) to wait before considering the signal expired. | | fill_option | str | Which strategy to use when filling gaps in the signal. | | fill_value | typing.Union[int, float] | If using the 'static' fill option, this value will be used for filling gaps in the signal. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. | | ignore_on_expected_termination | typing.Union[bool, cdktf.IResolvable] | Whether to ignore expected termination of a signal when considering whether to create a loss of signal incident. | | open_violation_on_expiration | typing.Union[bool, cdktf.IResolvable] | Whether to create a new incident to capture that the signal expired. | | runbook_url | str | Runbook URL to display in notifications. | @@ -162,7 +162,7 @@ Must be unique amongst siblings in the same scope The title of the condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre nrql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID for managing your NRQL alert conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} --- @@ -204,7 +204,7 @@ How long we wait for data that belongs in each aggregation window. Depending on your data, a longer delay may increase accuracy but delay notifications. Use aggregationDelay with the EVENT_FLOW and CADENCE aggregation methods. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} --- @@ -216,7 +216,7 @@ The method that determines when we consider an aggregation window to be complete Default is EVENT_FLOW. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} --- @@ -228,7 +228,7 @@ How long we wait after each data point arrives to make sure we've processed the Use aggregationTimer with the EVENT_TIMER aggregation method. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} --- @@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The duration of the time window used to evaluate the NRQL query, in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The baseline direction of a baseline NRQL alert condition. Valid values are: 'LOWER_ONLY', 'UPPER_AND_LOWER', 'UPPER_ONLY' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} --- @@ -258,7 +258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Whether to close all open incidents when the signal expires. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} --- @@ -268,7 +268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} --- @@ -278,7 +278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The description of the NRQL alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} --- @@ -288,7 +288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Whether or not to enable the alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} --- @@ -298,7 +298,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre How long we wait until the signal starts evaluating. The maximum delay is 7200 seconds (120 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} --- @@ -310,7 +310,7 @@ The amount of time (in seconds) to wait before considering the signal expired. Must be in the range of 30 to 172800 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} --- @@ -322,7 +322,7 @@ Which strategy to use when filling gaps in the signal. If static, the 'fill value' will be used for filling gaps in the signal. Valid values are: 'NONE', 'LAST_VALUE', or 'STATIC' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} --- @@ -332,7 +332,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre If using the 'static' fill option, this value will be used for filling gaps in the signal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} --- @@ -340,7 +340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#id NrqlAlertCondition#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. @@ -353,7 +353,7 @@ If you experience problems setting this value it might not be settable. Please t Whether to ignore expected termination of a signal when considering whether to create a loss of signal incident. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} --- @@ -363,7 +363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Whether to create a new incident to capture that the signal expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} --- @@ -373,7 +373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} --- @@ -385,7 +385,7 @@ The duration of overlapping time windows used to smooth the chart line, in secon Must be a factor of `aggregation_window` and less than the aggregation window. If `aggregation_window` is less than or equal to 3600 seconds, it should be greater or equal to 30 seconds. If `aggregation_window` is greater than 3600 seconds but less than 7200 seconds, it should be greater or equal to `aggregation_window / 120`. If `aggregation_window` is greater than 7200 seconds, it should be greater or equal to `aggregation_window / 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} --- @@ -395,7 +395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre term block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} --- @@ -405,7 +405,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} --- @@ -417,7 +417,7 @@ This field allows you to create a custom title to be used when incidents are ope Setting this field will override the default title. Must be Handlebars format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} --- @@ -427,7 +427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The type of NRQL alert condition to create. Valid values are: 'static', 'baseline'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} --- @@ -439,7 +439,7 @@ Sets a time limit, in hours, that will automatically force-close a long-lasting Possible values are 'ONE_HOUR', 'TWO_HOURS', 'FOUR_HOURS', 'EIGHT_HOURS', 'TWELVE_HOURS', 'TWENTY_FOUR_HOURS', 'THIRTY_DAYS' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} --- @@ -451,7 +451,7 @@ Sets a time limit, in seconds, that will automatically force-close a long-lastin Must be in the range of 300 to 2592000 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} --- @@ -461,7 +461,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} --- @@ -870,7 +870,7 @@ def put_critical( For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -880,7 +880,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -890,7 +890,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -902,7 +902,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -914,7 +914,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -924,7 +924,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- @@ -943,7 +943,7 @@ def put_nrql( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. --- @@ -955,7 +955,7 @@ BETA PREVIEW: the `data_account_id` field is in limited release and only enabled * The New Relic account ID to use as the basis for the NRQL alert condition's `query`; will default to `account_id` if unspecified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#data_account_id NrqlAlertCondition#data_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#data_account_id NrqlAlertCondition#data_account_id} --- @@ -967,7 +967,7 @@ NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `evaluation_offset`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#evaluation_offset NrqlAlertCondition#evaluation_offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#evaluation_offset NrqlAlertCondition#evaluation_offset} --- @@ -979,7 +979,7 @@ NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `since_value`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#since_value NrqlAlertCondition#since_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#since_value NrqlAlertCondition#since_value} --- @@ -1009,7 +1009,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. --- @@ -1032,7 +1032,7 @@ def put_warning( For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -1042,7 +1042,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -1052,7 +1052,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -1064,7 +1064,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -1076,7 +1076,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -1086,7 +1086,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- @@ -1360,7 +1360,7 @@ The construct id used in the generated config for the NrqlAlertCondition to impo The id of the existing NrqlAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -2279,7 +2279,7 @@ nrqlAlertCondition.NrqlAlertConditionConfig( | expiration_duration | typing.Union[int, float] | The amount of time (in seconds) to wait before considering the signal expired. | | fill_option | str | Which strategy to use when filling gaps in the signal. | | fill_value | typing.Union[int, float] | If using the 'static' fill option, this value will be used for filling gaps in the signal. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. | | ignore_on_expected_termination | typing.Union[bool, cdktf.IResolvable] | Whether to ignore expected termination of a signal when considering whether to create a loss of signal incident. | | open_violation_on_expiration | typing.Union[bool, cdktf.IResolvable] | Whether to create a new incident to capture that the signal expired. | | runbook_url | str | Runbook URL to display in notifications. | @@ -2374,7 +2374,7 @@ name: str The title of the condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} --- @@ -2388,7 +2388,7 @@ nrql: NrqlAlertConditionNrql nrql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} --- @@ -2402,7 +2402,7 @@ policy_id: typing.Union[int, float] The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} --- @@ -2416,7 +2416,7 @@ account_id: typing.Union[int, float] The New Relic account ID for managing your NRQL alert conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} --- @@ -2432,7 +2432,7 @@ How long we wait for data that belongs in each aggregation window. Depending on your data, a longer delay may increase accuracy but delay notifications. Use aggregationDelay with the EVENT_FLOW and CADENCE aggregation methods. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} --- @@ -2448,7 +2448,7 @@ The method that determines when we consider an aggregation window to be complete Default is EVENT_FLOW. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} --- @@ -2464,7 +2464,7 @@ How long we wait after each data point arrives to make sure we've processed the Use aggregationTimer with the EVENT_TIMER aggregation method. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} --- @@ -2478,7 +2478,7 @@ aggregation_window: typing.Union[int, float] The duration of the time window used to evaluate the NRQL query, in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} --- @@ -2492,7 +2492,7 @@ baseline_direction: str The baseline direction of a baseline NRQL alert condition. Valid values are: 'LOWER_ONLY', 'UPPER_AND_LOWER', 'UPPER_ONLY' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} --- @@ -2506,7 +2506,7 @@ close_violations_on_expiration: typing.Union[bool, IResolvable] Whether to close all open incidents when the signal expires. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} --- @@ -2520,7 +2520,7 @@ critical: NrqlAlertConditionCritical critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} --- @@ -2534,7 +2534,7 @@ description: str The description of the NRQL alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} --- @@ -2548,7 +2548,7 @@ enabled: typing.Union[bool, IResolvable] Whether or not to enable the alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} --- @@ -2562,7 +2562,7 @@ evaluation_delay: typing.Union[int, float] How long we wait until the signal starts evaluating. The maximum delay is 7200 seconds (120 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} --- @@ -2578,7 +2578,7 @@ The amount of time (in seconds) to wait before considering the signal expired. Must be in the range of 30 to 172800 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} --- @@ -2594,7 +2594,7 @@ Which strategy to use when filling gaps in the signal. If static, the 'fill value' will be used for filling gaps in the signal. Valid values are: 'NONE', 'LAST_VALUE', or 'STATIC' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} --- @@ -2608,7 +2608,7 @@ fill_value: typing.Union[int, float] If using the 'static' fill option, this value will be used for filling gaps in the signal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} --- @@ -2620,7 +2620,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#id NrqlAlertCondition#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. @@ -2637,7 +2637,7 @@ ignore_on_expected_termination: typing.Union[bool, IResolvable] Whether to ignore expected termination of a signal when considering whether to create a loss of signal incident. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} --- @@ -2651,7 +2651,7 @@ open_violation_on_expiration: typing.Union[bool, IResolvable] Whether to create a new incident to capture that the signal expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} --- @@ -2665,7 +2665,7 @@ runbook_url: str Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} --- @@ -2681,7 +2681,7 @@ The duration of overlapping time windows used to smooth the chart line, in secon Must be a factor of `aggregation_window` and less than the aggregation window. If `aggregation_window` is less than or equal to 3600 seconds, it should be greater or equal to 30 seconds. If `aggregation_window` is greater than 3600 seconds but less than 7200 seconds, it should be greater or equal to `aggregation_window / 120`. If `aggregation_window` is greater than 7200 seconds, it should be greater or equal to `aggregation_window / 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} --- @@ -2695,7 +2695,7 @@ term: typing.Union[IResolvable, typing.List[NrqlAlertConditionTerm]] term block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} --- @@ -2709,7 +2709,7 @@ timeouts: NrqlAlertConditionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} --- @@ -2725,7 +2725,7 @@ This field allows you to create a custom title to be used when incidents are ope Setting this field will override the default title. Must be Handlebars format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} --- @@ -2739,7 +2739,7 @@ type: str The type of NRQL alert condition to create. Valid values are: 'static', 'baseline'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} --- @@ -2755,7 +2755,7 @@ Sets a time limit, in hours, that will automatically force-close a long-lasting Possible values are 'ONE_HOUR', 'TWO_HOURS', 'FOUR_HOURS', 'EIGHT_HOURS', 'TWELVE_HOURS', 'TWENTY_FOUR_HOURS', 'THIRTY_DAYS' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} --- @@ -2771,7 +2771,7 @@ Sets a time limit, in seconds, that will automatically force-close a long-lastin Must be in the range of 300 to 2592000 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} --- @@ -2785,7 +2785,7 @@ warning: NrqlAlertConditionWarning warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} --- @@ -2829,7 +2829,7 @@ threshold: typing.Union[int, float] For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -2843,7 +2843,7 @@ duration: typing.Union[int, float] In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -2857,7 +2857,7 @@ operator: str One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -2873,7 +2873,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -2889,7 +2889,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -2903,7 +2903,7 @@ time_function: str Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- @@ -2926,7 +2926,7 @@ nrqlAlertCondition.NrqlAlertConditionNrql( | **Name** | **Type** | **Description** | | --- | --- | --- | -| query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. | +| query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. | | data_account_id | typing.Union[int, float] | BETA PREVIEW: the `data_account_id` field is in limited release and only enabled for preview on a per-account basis. | | evaluation_offset | typing.Union[int, float] | NRQL queries are evaluated in one-minute time windows. | | since_value | str | NRQL queries are evaluated in one-minute time windows. | @@ -2941,7 +2941,7 @@ query: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. --- @@ -2957,7 +2957,7 @@ BETA PREVIEW: the `data_account_id` field is in limited release and only enabled * The New Relic account ID to use as the basis for the NRQL alert condition's `query`; will default to `account_id` if unspecified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#data_account_id NrqlAlertCondition#data_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#data_account_id NrqlAlertCondition#data_account_id} --- @@ -2973,7 +2973,7 @@ NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `evaluation_offset`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#evaluation_offset NrqlAlertCondition#evaluation_offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#evaluation_offset NrqlAlertCondition#evaluation_offset} --- @@ -2989,7 +2989,7 @@ NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `since_value`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#since_value NrqlAlertCondition#since_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#since_value NrqlAlertCondition#since_value} --- @@ -3035,7 +3035,7 @@ threshold: typing.Union[int, float] For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -3049,7 +3049,7 @@ duration: typing.Union[int, float] In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -3063,7 +3063,7 @@ operator: str One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -3077,7 +3077,7 @@ priority: str One of (critical, warning). Defaults to 'critical'. At least one condition term must have priority set to 'critical'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#priority NrqlAlertCondition#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#priority NrqlAlertCondition#priority} --- @@ -3093,7 +3093,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -3109,7 +3109,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -3123,7 +3123,7 @@ time_function: str Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- @@ -3143,7 +3143,7 @@ nrqlAlertCondition.NrqlAlertConditionTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. | --- @@ -3155,7 +3155,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. --- @@ -3199,7 +3199,7 @@ threshold: typing.Union[int, float] For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -3213,7 +3213,7 @@ duration: typing.Union[int, float] In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -3227,7 +3227,7 @@ operator: str One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -3243,7 +3243,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -3259,7 +3259,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -3273,7 +3273,7 @@ time_function: str Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- diff --git a/docs/nrqlAlertCondition.typescript.md b/docs/nrqlAlertCondition.typescript.md index 2d5d1b197..9aff90481 100644 --- a/docs/nrqlAlertCondition.typescript.md +++ b/docs/nrqlAlertCondition.typescript.md @@ -4,7 +4,7 @@ ### NrqlAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition newrelic_nrql_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition newrelic_nrql_alert_condition}. #### Initializers @@ -714,7 +714,7 @@ The construct id used in the generated config for the NrqlAlertCondition to impo The id of the existing NrqlAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1596,7 +1596,7 @@ const nrqlAlertConditionConfig: nrqlAlertCondition.NrqlAlertConditionConfig = { | expirationDuration | number | The amount of time (in seconds) to wait before considering the signal expired. | | fillOption | string | Which strategy to use when filling gaps in the signal. | | fillValue | number | If using the 'static' fill option, this value will be used for filling gaps in the signal. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. | | ignoreOnExpectedTermination | boolean \| cdktf.IResolvable | Whether to ignore expected termination of a signal when considering whether to create a loss of signal incident. | | openViolationOnExpiration | boolean \| cdktf.IResolvable | Whether to create a new incident to capture that the signal expired. | | runbookUrl | string | Runbook URL to display in notifications. | @@ -1691,7 +1691,7 @@ public readonly name: string; The title of the condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} --- @@ -1705,7 +1705,7 @@ public readonly nrql: NrqlAlertConditionNrql; nrql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} --- @@ -1719,7 +1719,7 @@ public readonly policyId: number; The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} --- @@ -1733,7 +1733,7 @@ public readonly accountId: number; The New Relic account ID for managing your NRQL alert conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} --- @@ -1749,7 +1749,7 @@ How long we wait for data that belongs in each aggregation window. Depending on your data, a longer delay may increase accuracy but delay notifications. Use aggregationDelay with the EVENT_FLOW and CADENCE aggregation methods. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} --- @@ -1765,7 +1765,7 @@ The method that determines when we consider an aggregation window to be complete Default is EVENT_FLOW. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} --- @@ -1781,7 +1781,7 @@ How long we wait after each data point arrives to make sure we've processed the Use aggregationTimer with the EVENT_TIMER aggregation method. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} --- @@ -1795,7 +1795,7 @@ public readonly aggregationWindow: number; The duration of the time window used to evaluate the NRQL query, in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} --- @@ -1809,7 +1809,7 @@ public readonly baselineDirection: string; The baseline direction of a baseline NRQL alert condition. Valid values are: 'LOWER_ONLY', 'UPPER_AND_LOWER', 'UPPER_ONLY' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} --- @@ -1823,7 +1823,7 @@ public readonly closeViolationsOnExpiration: boolean | IResolvable; Whether to close all open incidents when the signal expires. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} --- @@ -1837,7 +1837,7 @@ public readonly critical: NrqlAlertConditionCritical; critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} --- @@ -1851,7 +1851,7 @@ public readonly description: string; The description of the NRQL alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} --- @@ -1865,7 +1865,7 @@ public readonly enabled: boolean | IResolvable; Whether or not to enable the alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} --- @@ -1879,7 +1879,7 @@ public readonly evaluationDelay: number; How long we wait until the signal starts evaluating. The maximum delay is 7200 seconds (120 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} --- @@ -1895,7 +1895,7 @@ The amount of time (in seconds) to wait before considering the signal expired. Must be in the range of 30 to 172800 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} --- @@ -1911,7 +1911,7 @@ Which strategy to use when filling gaps in the signal. If static, the 'fill value' will be used for filling gaps in the signal. Valid values are: 'NONE', 'LAST_VALUE', or 'STATIC' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} --- @@ -1925,7 +1925,7 @@ public readonly fillValue: number; If using the 'static' fill option, this value will be used for filling gaps in the signal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} --- @@ -1937,7 +1937,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#id NrqlAlertCondition#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. @@ -1954,7 +1954,7 @@ public readonly ignoreOnExpectedTermination: boolean | IResolvable; Whether to ignore expected termination of a signal when considering whether to create a loss of signal incident. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} --- @@ -1968,7 +1968,7 @@ public readonly openViolationOnExpiration: boolean | IResolvable; Whether to create a new incident to capture that the signal expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} --- @@ -1982,7 +1982,7 @@ public readonly runbookUrl: string; Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} --- @@ -1998,7 +1998,7 @@ The duration of overlapping time windows used to smooth the chart line, in secon Must be a factor of `aggregation_window` and less than the aggregation window. If `aggregation_window` is less than or equal to 3600 seconds, it should be greater or equal to 30 seconds. If `aggregation_window` is greater than 3600 seconds but less than 7200 seconds, it should be greater or equal to `aggregation_window / 120`. If `aggregation_window` is greater than 7200 seconds, it should be greater or equal to `aggregation_window / 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} --- @@ -2012,7 +2012,7 @@ public readonly term: IResolvable | NrqlAlertConditionTerm[]; term block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} --- @@ -2026,7 +2026,7 @@ public readonly timeouts: NrqlAlertConditionTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} --- @@ -2042,7 +2042,7 @@ This field allows you to create a custom title to be used when incidents are ope Setting this field will override the default title. Must be Handlebars format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} --- @@ -2056,7 +2056,7 @@ public readonly type: string; The type of NRQL alert condition to create. Valid values are: 'static', 'baseline'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} --- @@ -2072,7 +2072,7 @@ Sets a time limit, in hours, that will automatically force-close a long-lasting Possible values are 'ONE_HOUR', 'TWO_HOURS', 'FOUR_HOURS', 'EIGHT_HOURS', 'TWELVE_HOURS', 'TWENTY_FOUR_HOURS', 'THIRTY_DAYS' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} --- @@ -2088,7 +2088,7 @@ Sets a time limit, in seconds, that will automatically force-close a long-lastin Must be in the range of 300 to 2592000 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} --- @@ -2102,7 +2102,7 @@ public readonly warning: NrqlAlertConditionWarning; warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} --- @@ -2139,7 +2139,7 @@ public readonly threshold: number; For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -2153,7 +2153,7 @@ public readonly duration: number; In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -2167,7 +2167,7 @@ public readonly operator: string; One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -2183,7 +2183,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -2199,7 +2199,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -2213,7 +2213,7 @@ public readonly timeFunction: string; Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- @@ -2231,7 +2231,7 @@ const nrqlAlertConditionNrql: nrqlAlertCondition.NrqlAlertConditionNrql = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| query | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. | +| query | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. | | dataAccountId | number | BETA PREVIEW: the `data_account_id` field is in limited release and only enabled for preview on a per-account basis. | | evaluationOffset | number | NRQL queries are evaluated in one-minute time windows. | | sinceValue | string | NRQL queries are evaluated in one-minute time windows. | @@ -2246,7 +2246,7 @@ public readonly query: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query}. --- @@ -2262,7 +2262,7 @@ BETA PREVIEW: the `data_account_id` field is in limited release and only enabled The New Relic account ID to use as the basis for the NRQL alert condition's `query`; will default to `account_id` if unspecified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#data_account_id NrqlAlertCondition#data_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#data_account_id NrqlAlertCondition#data_account_id} --- @@ -2278,7 +2278,7 @@ NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `evaluation_offset`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#evaluation_offset NrqlAlertCondition#evaluation_offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#evaluation_offset NrqlAlertCondition#evaluation_offset} --- @@ -2294,7 +2294,7 @@ NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `since_value`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#since_value NrqlAlertCondition#since_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#since_value NrqlAlertCondition#since_value} --- @@ -2332,7 +2332,7 @@ public readonly threshold: number; For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -2346,7 +2346,7 @@ public readonly duration: number; In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -2360,7 +2360,7 @@ public readonly operator: string; One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -2374,7 +2374,7 @@ public readonly priority: string; One of (critical, warning). Defaults to 'critical'. At least one condition term must have priority set to 'critical'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#priority NrqlAlertCondition#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#priority NrqlAlertCondition#priority} --- @@ -2390,7 +2390,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -2406,7 +2406,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -2420,7 +2420,7 @@ public readonly timeFunction: string; Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- @@ -2438,7 +2438,7 @@ const nrqlAlertConditionTimeouts: nrqlAlertCondition.NrqlAlertConditionTimeouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. | --- @@ -2450,7 +2450,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create}. --- @@ -2487,7 +2487,7 @@ public readonly threshold: number; For baseline conditions must be in range [1, 1000]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} --- @@ -2501,7 +2501,7 @@ public readonly duration: number; In minutes, must be in the range of 1 to 120 (inclusive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} --- @@ -2515,7 +2515,7 @@ public readonly operator: string; One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} --- @@ -2531,7 +2531,7 @@ The duration, in seconds, that the threshold must violate in order to create an Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} --- @@ -2547,7 +2547,7 @@ The criteria for how many data points must be in violation for the specified thr Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} --- @@ -2561,7 +2561,7 @@ public readonly timeFunction: string; Valid values are: 'all' or 'any'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} --- diff --git a/docs/nrqlDropRule.csharp.md b/docs/nrqlDropRule.csharp.md index 34ef2a9b0..8644aa1bc 100644 --- a/docs/nrqlDropRule.csharp.md +++ b/docs/nrqlDropRule.csharp.md @@ -4,7 +4,7 @@ ### NrqlDropRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the NrqlDropRule to import. The id of the existing NrqlDropRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#import import section} in the documentation of this resource for the id to use --- @@ -842,7 +842,7 @@ new NrqlDropRuleConfig { | Nrql | string | Explains which data to apply the drop rule to. | | AccountId | double | Account with the NRQL drop rule will be put. | | Description | string | Provides additional information about the rule. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. | --- @@ -926,7 +926,7 @@ public string Action { get; set; } The drop rule action (drop_data, drop_attributes, or drop_attributes_from_metric_aggregates). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#action NrqlDropRule#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#action NrqlDropRule#action} --- @@ -940,7 +940,7 @@ public string Nrql { get; set; } Explains which data to apply the drop rule to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} --- @@ -954,7 +954,7 @@ public double AccountId { get; set; } Account with the NRQL drop rule will be put. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} --- @@ -968,7 +968,7 @@ public string Description { get; set; } Provides additional information about the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#description NrqlDropRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#description NrqlDropRule#description} --- @@ -980,7 +980,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#id NrqlDropRule#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. diff --git a/docs/nrqlDropRule.go.md b/docs/nrqlDropRule.go.md index 86d24cd3e..ab15cc4f8 100644 --- a/docs/nrqlDropRule.go.md +++ b/docs/nrqlDropRule.go.md @@ -4,7 +4,7 @@ ### NrqlDropRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the NrqlDropRule to import. The id of the existing NrqlDropRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#import import section} in the documentation of this resource for the id to use --- @@ -842,7 +842,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/nrqldroprule" | Nrql | *string | Explains which data to apply the drop rule to. | | AccountId | *f64 | Account with the NRQL drop rule will be put. | | Description | *string | Provides additional information about the rule. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. | --- @@ -926,7 +926,7 @@ Action *string The drop rule action (drop_data, drop_attributes, or drop_attributes_from_metric_aggregates). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#action NrqlDropRule#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#action NrqlDropRule#action} --- @@ -940,7 +940,7 @@ Nrql *string Explains which data to apply the drop rule to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} --- @@ -954,7 +954,7 @@ AccountId *f64 Account with the NRQL drop rule will be put. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} --- @@ -968,7 +968,7 @@ Description *string Provides additional information about the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#description NrqlDropRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#description NrqlDropRule#description} --- @@ -980,7 +980,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#id NrqlDropRule#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. diff --git a/docs/nrqlDropRule.java.md b/docs/nrqlDropRule.java.md index 895735eb3..a15d12ae3 100644 --- a/docs/nrqlDropRule.java.md +++ b/docs/nrqlDropRule.java.md @@ -4,7 +4,7 @@ ### NrqlDropRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule}. #### Initializers @@ -46,7 +46,7 @@ NrqlDropRule.Builder.create(Construct scope, java.lang.String id) | nrql | java.lang.String | Explains which data to apply the drop rule to. | | accountId | java.lang.Number | Account with the NRQL drop rule will be put. | | description | java.lang.String | Provides additional information about the rule. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The drop rule action (drop_data, drop_attributes, or drop_attributes_from_metric_aggregates). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#action NrqlDropRule#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#action NrqlDropRule#action} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Explains which data to apply the drop rule to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Account with the NRQL drop rule will be put. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Provides additional information about the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#description NrqlDropRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#description NrqlDropRule#description} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#id NrqlDropRule#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. @@ -605,7 +605,7 @@ The construct id used in the generated config for the NrqlDropRule to import. The id of the existing NrqlDropRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#import import section} in the documentation of this resource for the id to use --- @@ -963,7 +963,7 @@ NrqlDropRuleConfig.builder() | nrql | java.lang.String | Explains which data to apply the drop rule to. | | accountId | java.lang.Number | Account with the NRQL drop rule will be put. | | description | java.lang.String | Provides additional information about the rule. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. | --- @@ -1047,7 +1047,7 @@ public java.lang.String getAction(); The drop rule action (drop_data, drop_attributes, or drop_attributes_from_metric_aggregates). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#action NrqlDropRule#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#action NrqlDropRule#action} --- @@ -1061,7 +1061,7 @@ public java.lang.String getNrql(); Explains which data to apply the drop rule to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} --- @@ -1075,7 +1075,7 @@ public java.lang.Number getAccountId(); Account with the NRQL drop rule will be put. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} --- @@ -1089,7 +1089,7 @@ public java.lang.String getDescription(); Provides additional information about the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#description NrqlDropRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#description NrqlDropRule#description} --- @@ -1101,7 +1101,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#id NrqlDropRule#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. diff --git a/docs/nrqlDropRule.python.md b/docs/nrqlDropRule.python.md index 5351fa27d..866d52d83 100644 --- a/docs/nrqlDropRule.python.md +++ b/docs/nrqlDropRule.python.md @@ -4,7 +4,7 @@ ### NrqlDropRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule}. #### Initializers @@ -44,7 +44,7 @@ nrqlDropRule.NrqlDropRule( | nrql | str | Explains which data to apply the drop rule to. | | account_id | typing.Union[int, float] | Account with the NRQL drop rule will be put. | | description | str | Provides additional information about the rule. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The drop rule action (drop_data, drop_attributes, or drop_attributes_from_metric_aggregates). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#action NrqlDropRule#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#action NrqlDropRule#action} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Explains which data to apply the drop rule to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Account with the NRQL drop rule will be put. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Provides additional information about the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#description NrqlDropRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#description NrqlDropRule#description} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#id NrqlDropRule#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. @@ -649,7 +649,7 @@ The construct id used in the generated config for the NrqlDropRule to import. The id of the existing NrqlDropRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#import import section} in the documentation of this resource for the id to use --- @@ -1003,7 +1003,7 @@ nrqlDropRule.NrqlDropRuleConfig( | nrql | str | Explains which data to apply the drop rule to. | | account_id | typing.Union[int, float] | Account with the NRQL drop rule will be put. | | description | str | Provides additional information about the rule. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. | --- @@ -1087,7 +1087,7 @@ action: str The drop rule action (drop_data, drop_attributes, or drop_attributes_from_metric_aggregates). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#action NrqlDropRule#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#action NrqlDropRule#action} --- @@ -1101,7 +1101,7 @@ nrql: str Explains which data to apply the drop rule to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} --- @@ -1115,7 +1115,7 @@ account_id: typing.Union[int, float] Account with the NRQL drop rule will be put. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} --- @@ -1129,7 +1129,7 @@ description: str Provides additional information about the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#description NrqlDropRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#description NrqlDropRule#description} --- @@ -1141,7 +1141,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#id NrqlDropRule#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. diff --git a/docs/nrqlDropRule.typescript.md b/docs/nrqlDropRule.typescript.md index f92eb36d0..69a60405d 100644 --- a/docs/nrqlDropRule.typescript.md +++ b/docs/nrqlDropRule.typescript.md @@ -4,7 +4,7 @@ ### NrqlDropRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the NrqlDropRule to import. The id of the existing NrqlDropRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#import import section} in the documentation of this resource for the id to use --- @@ -829,7 +829,7 @@ const nrqlDropRuleConfig: nrqlDropRule.NrqlDropRuleConfig = { ... } | nrql | string | Explains which data to apply the drop rule to. | | accountId | number | Account with the NRQL drop rule will be put. | | description | string | Provides additional information about the rule. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. | --- @@ -913,7 +913,7 @@ public readonly action: string; The drop rule action (drop_data, drop_attributes, or drop_attributes_from_metric_aggregates). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#action NrqlDropRule#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#action NrqlDropRule#action} --- @@ -927,7 +927,7 @@ public readonly nrql: string; Explains which data to apply the drop rule to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} --- @@ -941,7 +941,7 @@ public readonly accountId: number; Account with the NRQL drop rule will be put. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} --- @@ -955,7 +955,7 @@ public readonly description: string; Provides additional information about the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#description NrqlDropRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#description NrqlDropRule#description} --- @@ -967,7 +967,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#id NrqlDropRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#id NrqlDropRule#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. diff --git a/docs/obfuscationExpression.csharp.md b/docs/obfuscationExpression.csharp.md index 0f904b462..1d1853ed4 100644 --- a/docs/obfuscationExpression.csharp.md +++ b/docs/obfuscationExpression.csharp.md @@ -4,7 +4,7 @@ ### ObfuscationExpression -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression newrelic_obfuscation_expression}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression newrelic_obfuscation_expression}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the ObfuscationExpression to i The id of the existing ObfuscationExpression that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#import import section} in the documentation of this resource for the id to use --- @@ -831,7 +831,7 @@ new ObfuscationExpressionConfig { | Regex | string | Regex of expression. | | AccountId | double | The account id associated with the obfuscation expression. | | Description | string | Description of expression. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. | --- @@ -915,7 +915,7 @@ public string Name { get; set; } Name of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#name ObfuscationExpression#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#name ObfuscationExpression#name} --- @@ -929,7 +929,7 @@ public string Regex { get; set; } Regex of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} --- @@ -943,7 +943,7 @@ public double AccountId { get; set; } The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} --- @@ -957,7 +957,7 @@ public string Description { get; set; } Description of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#description ObfuscationExpression#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#description ObfuscationExpression#description} --- @@ -969,7 +969,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#id ObfuscationExpression#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. diff --git a/docs/obfuscationExpression.go.md b/docs/obfuscationExpression.go.md index f79da1dd2..78dcf2d3c 100644 --- a/docs/obfuscationExpression.go.md +++ b/docs/obfuscationExpression.go.md @@ -4,7 +4,7 @@ ### ObfuscationExpression -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression newrelic_obfuscation_expression}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression newrelic_obfuscation_expression}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the ObfuscationExpression to i The id of the existing ObfuscationExpression that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#import import section} in the documentation of this resource for the id to use --- @@ -831,7 +831,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationexpr | Regex | *string | Regex of expression. | | AccountId | *f64 | The account id associated with the obfuscation expression. | | Description | *string | Description of expression. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. | --- @@ -915,7 +915,7 @@ Name *string Name of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#name ObfuscationExpression#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#name ObfuscationExpression#name} --- @@ -929,7 +929,7 @@ Regex *string Regex of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} --- @@ -943,7 +943,7 @@ AccountId *f64 The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} --- @@ -957,7 +957,7 @@ Description *string Description of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#description ObfuscationExpression#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#description ObfuscationExpression#description} --- @@ -969,7 +969,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#id ObfuscationExpression#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. diff --git a/docs/obfuscationExpression.java.md b/docs/obfuscationExpression.java.md index f6fdef42b..1efb25977 100644 --- a/docs/obfuscationExpression.java.md +++ b/docs/obfuscationExpression.java.md @@ -4,7 +4,7 @@ ### ObfuscationExpression -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression newrelic_obfuscation_expression}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression newrelic_obfuscation_expression}. #### Initializers @@ -46,7 +46,7 @@ ObfuscationExpression.Builder.create(Construct scope, java.lang.String id) | regex | java.lang.String | Regex of expression. | | accountId | java.lang.Number | The account id associated with the obfuscation expression. | | description | java.lang.String | Description of expression. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Name of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#name ObfuscationExpression#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#name ObfuscationExpression#name} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Regex of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Description of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#description ObfuscationExpression#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#description ObfuscationExpression#description} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#id ObfuscationExpression#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. @@ -605,7 +605,7 @@ The construct id used in the generated config for the ObfuscationExpression to i The id of the existing ObfuscationExpression that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#import import section} in the documentation of this resource for the id to use --- @@ -952,7 +952,7 @@ ObfuscationExpressionConfig.builder() | regex | java.lang.String | Regex of expression. | | accountId | java.lang.Number | The account id associated with the obfuscation expression. | | description | java.lang.String | Description of expression. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. | --- @@ -1036,7 +1036,7 @@ public java.lang.String getName(); Name of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#name ObfuscationExpression#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#name ObfuscationExpression#name} --- @@ -1050,7 +1050,7 @@ public java.lang.String getRegex(); Regex of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} --- @@ -1064,7 +1064,7 @@ public java.lang.Number getAccountId(); The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} --- @@ -1078,7 +1078,7 @@ public java.lang.String getDescription(); Description of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#description ObfuscationExpression#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#description ObfuscationExpression#description} --- @@ -1090,7 +1090,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#id ObfuscationExpression#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. diff --git a/docs/obfuscationExpression.python.md b/docs/obfuscationExpression.python.md index 138790866..88ace9dd3 100644 --- a/docs/obfuscationExpression.python.md +++ b/docs/obfuscationExpression.python.md @@ -4,7 +4,7 @@ ### ObfuscationExpression -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression newrelic_obfuscation_expression}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression newrelic_obfuscation_expression}. #### Initializers @@ -44,7 +44,7 @@ obfuscationExpression.ObfuscationExpression( | regex | str | Regex of expression. | | account_id | typing.Union[int, float] | The account id associated with the obfuscation expression. | | description | str | Description of expression. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Name of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#name ObfuscationExpression#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#name ObfuscationExpression#name} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Regex of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Description of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#description ObfuscationExpression#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#description ObfuscationExpression#description} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#id ObfuscationExpression#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. @@ -649,7 +649,7 @@ The construct id used in the generated config for the ObfuscationExpression to i The id of the existing ObfuscationExpression that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#import import section} in the documentation of this resource for the id to use --- @@ -992,7 +992,7 @@ obfuscationExpression.ObfuscationExpressionConfig( | regex | str | Regex of expression. | | account_id | typing.Union[int, float] | The account id associated with the obfuscation expression. | | description | str | Description of expression. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. | --- @@ -1076,7 +1076,7 @@ name: str Name of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#name ObfuscationExpression#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#name ObfuscationExpression#name} --- @@ -1090,7 +1090,7 @@ regex: str Regex of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} --- @@ -1104,7 +1104,7 @@ account_id: typing.Union[int, float] The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} --- @@ -1118,7 +1118,7 @@ description: str Description of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#description ObfuscationExpression#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#description ObfuscationExpression#description} --- @@ -1130,7 +1130,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#id ObfuscationExpression#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. diff --git a/docs/obfuscationExpression.typescript.md b/docs/obfuscationExpression.typescript.md index 658725718..2d7fb8198 100644 --- a/docs/obfuscationExpression.typescript.md +++ b/docs/obfuscationExpression.typescript.md @@ -4,7 +4,7 @@ ### ObfuscationExpression -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression newrelic_obfuscation_expression}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression newrelic_obfuscation_expression}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the ObfuscationExpression to i The id of the existing ObfuscationExpression that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#import import section} in the documentation of this resource for the id to use --- @@ -818,7 +818,7 @@ const obfuscationExpressionConfig: obfuscationExpression.ObfuscationExpressionCo | regex | string | Regex of expression. | | accountId | number | The account id associated with the obfuscation expression. | | description | string | Description of expression. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. | --- @@ -902,7 +902,7 @@ public readonly name: string; Name of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#name ObfuscationExpression#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#name ObfuscationExpression#name} --- @@ -916,7 +916,7 @@ public readonly regex: string; Regex of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} --- @@ -930,7 +930,7 @@ public readonly accountId: number; The account id associated with the obfuscation expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} --- @@ -944,7 +944,7 @@ public readonly description: string; Description of expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#description ObfuscationExpression#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#description ObfuscationExpression#description} --- @@ -956,7 +956,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#id ObfuscationExpression#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#id ObfuscationExpression#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. diff --git a/docs/obfuscationRule.csharp.md b/docs/obfuscationRule.csharp.md index aedd818b0..7ff19a986 100644 --- a/docs/obfuscationRule.csharp.md +++ b/docs/obfuscationRule.csharp.md @@ -4,7 +4,7 @@ ### ObfuscationRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule newrelic_obfuscation_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule newrelic_obfuscation_rule}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the ObfuscationRule to import. The id of the existing ObfuscationRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#import import section} in the documentation of this resource for the id to use --- @@ -884,7 +884,7 @@ public string[] Attribute { get; set; } Attribute names for action. An empty list applies the action to all the attributes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute} --- @@ -898,7 +898,7 @@ public string ExpressionId { get; set; } Expression Id for action. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id} --- @@ -912,7 +912,7 @@ public string Method { get; set; } Obfuscation method to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#method ObfuscationRule#method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#method ObfuscationRule#method} --- @@ -958,7 +958,7 @@ new ObfuscationRuleConfig { | Name | string | Name of rule. | | AccountId | double | The account id associated with the obfuscation rule. | | Description | string | Description of rule. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#id ObfuscationRule#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#id ObfuscationRule#id}. | --- @@ -1042,7 +1042,7 @@ public object Action { get; set; } action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#action ObfuscationRule#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#action ObfuscationRule#action} --- @@ -1056,7 +1056,7 @@ public object Enabled { get; set; } Whether the rule should be applied or not to incoming data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} --- @@ -1070,7 +1070,7 @@ public string Filter { get; set; } NRQL for determining whether a given log record should have obfuscation actions applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} --- @@ -1084,7 +1084,7 @@ public string Name { get; set; } Name of rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#name ObfuscationRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#name ObfuscationRule#name} --- @@ -1098,7 +1098,7 @@ public double AccountId { get; set; } The account id associated with the obfuscation rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} --- @@ -1112,7 +1112,7 @@ public string Description { get; set; } Description of rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#description ObfuscationRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#description ObfuscationRule#description} --- @@ -1124,7 +1124,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#id ObfuscationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#id ObfuscationRule#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. diff --git a/docs/obfuscationRule.go.md b/docs/obfuscationRule.go.md index 55a939847..2ce79b15b 100644 --- a/docs/obfuscationRule.go.md +++ b/docs/obfuscationRule.go.md @@ -4,7 +4,7 @@ ### ObfuscationRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule newrelic_obfuscation_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule newrelic_obfuscation_rule}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the ObfuscationRule to import. The id of the existing ObfuscationRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#import import section} in the documentation of this resource for the id to use --- @@ -884,7 +884,7 @@ Attribute *[]*string Attribute names for action. An empty list applies the action to all the attributes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute} --- @@ -898,7 +898,7 @@ ExpressionId *string Expression Id for action. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id} --- @@ -912,7 +912,7 @@ Method *string Obfuscation method to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#method ObfuscationRule#method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#method ObfuscationRule#method} --- @@ -958,7 +958,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/obfuscationrule | Name | *string | Name of rule. | | AccountId | *f64 | The account id associated with the obfuscation rule. | | Description | *string | Description of rule. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#id ObfuscationRule#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#id ObfuscationRule#id}. | --- @@ -1042,7 +1042,7 @@ Action interface{} action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#action ObfuscationRule#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#action ObfuscationRule#action} --- @@ -1056,7 +1056,7 @@ Enabled interface{} Whether the rule should be applied or not to incoming data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} --- @@ -1070,7 +1070,7 @@ Filter *string NRQL for determining whether a given log record should have obfuscation actions applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} --- @@ -1084,7 +1084,7 @@ Name *string Name of rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#name ObfuscationRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#name ObfuscationRule#name} --- @@ -1098,7 +1098,7 @@ AccountId *f64 The account id associated with the obfuscation rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} --- @@ -1112,7 +1112,7 @@ Description *string Description of rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#description ObfuscationRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#description ObfuscationRule#description} --- @@ -1124,7 +1124,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#id ObfuscationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#id ObfuscationRule#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. diff --git a/docs/obfuscationRule.java.md b/docs/obfuscationRule.java.md index 1cca36ada..221e25481 100644 --- a/docs/obfuscationRule.java.md +++ b/docs/obfuscationRule.java.md @@ -4,7 +4,7 @@ ### ObfuscationRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule newrelic_obfuscation_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule newrelic_obfuscation_rule}. #### Initializers @@ -52,7 +52,7 @@ ObfuscationRule.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | Name of rule. | | accountId | java.lang.Number | The account id associated with the obfuscation rule. | | description | java.lang.String | Description of rule. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#id ObfuscationRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#id ObfuscationRule#id}. | --- @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#action ObfuscationRule#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#action ObfuscationRule#action} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Whether the rule should be applied or not to incoming data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre NRQL for determining whether a given log record should have obfuscation actions applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Name of rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#name ObfuscationRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#name ObfuscationRule#name} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id associated with the obfuscation rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Description of rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#description ObfuscationRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#description ObfuscationRule#description} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#id ObfuscationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#id ObfuscationRule#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. @@ -644,7 +644,7 @@ The construct id used in the generated config for the ObfuscationRule to import. The id of the existing ObfuscationRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#import import section} in the documentation of this resource for the id to use --- @@ -1027,7 +1027,7 @@ public java.util.List getAttribute(); Attribute names for action. An empty list applies the action to all the attributes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute} --- @@ -1041,7 +1041,7 @@ public java.lang.String getExpressionId(); Expression Id for action. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id} --- @@ -1055,7 +1055,7 @@ public java.lang.String getMethod(); Obfuscation method to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#method ObfuscationRule#method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#method ObfuscationRule#method} --- @@ -1107,7 +1107,7 @@ ObfuscationRuleConfig.builder() | name | java.lang.String | Name of rule. | | accountId | java.lang.Number | The account id associated with the obfuscation rule. | | description | java.lang.String | Description of rule. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#id ObfuscationRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#id ObfuscationRule#id}. | --- @@ -1191,7 +1191,7 @@ public java.lang.Object getAction(); action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#action ObfuscationRule#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#action ObfuscationRule#action} --- @@ -1205,7 +1205,7 @@ public java.lang.Object getEnabled(); Whether the rule should be applied or not to incoming data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} --- @@ -1219,7 +1219,7 @@ public java.lang.String getFilter(); NRQL for determining whether a given log record should have obfuscation actions applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} --- @@ -1233,7 +1233,7 @@ public java.lang.String getName(); Name of rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#name ObfuscationRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#name ObfuscationRule#name} --- @@ -1247,7 +1247,7 @@ public java.lang.Number getAccountId(); The account id associated with the obfuscation rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} --- @@ -1261,7 +1261,7 @@ public java.lang.String getDescription(); Description of rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#description ObfuscationRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#description ObfuscationRule#description} --- @@ -1273,7 +1273,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#id ObfuscationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#id ObfuscationRule#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. diff --git a/docs/obfuscationRule.python.md b/docs/obfuscationRule.python.md index d92adaa58..8fec7d72b 100644 --- a/docs/obfuscationRule.python.md +++ b/docs/obfuscationRule.python.md @@ -4,7 +4,7 @@ ### ObfuscationRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule newrelic_obfuscation_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule newrelic_obfuscation_rule}. #### Initializers @@ -48,7 +48,7 @@ obfuscationRule.ObfuscationRule( | name | str | Name of rule. | | account_id | typing.Union[int, float] | The account id associated with the obfuscation rule. | | description | str | Description of rule. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#id ObfuscationRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#id ObfuscationRule#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#action ObfuscationRule#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#action ObfuscationRule#action} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Whether the rule should be applied or not to incoming data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre NRQL for determining whether a given log record should have obfuscation actions applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Name of rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#name ObfuscationRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#name ObfuscationRule#name} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id associated with the obfuscation rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Description of rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#description ObfuscationRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#description ObfuscationRule#description} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#id ObfuscationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#id ObfuscationRule#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. @@ -688,7 +688,7 @@ The construct id used in the generated config for the ObfuscationRule to import. The id of the existing ObfuscationRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#import import section} in the documentation of this resource for the id to use --- @@ -1071,7 +1071,7 @@ attribute: typing.List[str] Attribute names for action. An empty list applies the action to all the attributes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute} --- @@ -1085,7 +1085,7 @@ expression_id: str Expression Id for action. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id} --- @@ -1099,7 +1099,7 @@ method: str Obfuscation method to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#method ObfuscationRule#method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#method ObfuscationRule#method} --- @@ -1145,7 +1145,7 @@ obfuscationRule.ObfuscationRuleConfig( | name | str | Name of rule. | | account_id | typing.Union[int, float] | The account id associated with the obfuscation rule. | | description | str | Description of rule. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#id ObfuscationRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#id ObfuscationRule#id}. | --- @@ -1229,7 +1229,7 @@ action: typing.Union[IResolvable, typing.List[ObfuscationRuleAction]] action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#action ObfuscationRule#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#action ObfuscationRule#action} --- @@ -1243,7 +1243,7 @@ enabled: typing.Union[bool, IResolvable] Whether the rule should be applied or not to incoming data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} --- @@ -1257,7 +1257,7 @@ filter: str NRQL for determining whether a given log record should have obfuscation actions applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} --- @@ -1271,7 +1271,7 @@ name: str Name of rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#name ObfuscationRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#name ObfuscationRule#name} --- @@ -1285,7 +1285,7 @@ account_id: typing.Union[int, float] The account id associated with the obfuscation rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} --- @@ -1299,7 +1299,7 @@ description: str Description of rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#description ObfuscationRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#description ObfuscationRule#description} --- @@ -1311,7 +1311,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#id ObfuscationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#id ObfuscationRule#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. diff --git a/docs/obfuscationRule.typescript.md b/docs/obfuscationRule.typescript.md index 847f838a7..bab2707e3 100644 --- a/docs/obfuscationRule.typescript.md +++ b/docs/obfuscationRule.typescript.md @@ -4,7 +4,7 @@ ### ObfuscationRule -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule newrelic_obfuscation_rule}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule newrelic_obfuscation_rule}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the ObfuscationRule to import. The id of the existing ObfuscationRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#import import section} in the documentation of this resource for the id to use --- @@ -880,7 +880,7 @@ public readonly attribute: string[]; Attribute names for action. An empty list applies the action to all the attributes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute} --- @@ -894,7 +894,7 @@ public readonly expressionId: string; Expression Id for action. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id} --- @@ -908,7 +908,7 @@ public readonly method: string; Obfuscation method to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#method ObfuscationRule#method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#method ObfuscationRule#method} --- @@ -939,7 +939,7 @@ const obfuscationRuleConfig: obfuscationRule.ObfuscationRuleConfig = { ... } | name | string | Name of rule. | | accountId | number | The account id associated with the obfuscation rule. | | description | string | Description of rule. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#id ObfuscationRule#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#id ObfuscationRule#id}. | --- @@ -1023,7 +1023,7 @@ public readonly action: IResolvable | ObfuscationRuleAction[]; action block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#action ObfuscationRule#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#action ObfuscationRule#action} --- @@ -1037,7 +1037,7 @@ public readonly enabled: boolean | IResolvable; Whether the rule should be applied or not to incoming data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} --- @@ -1051,7 +1051,7 @@ public readonly filter: string; NRQL for determining whether a given log record should have obfuscation actions applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} --- @@ -1065,7 +1065,7 @@ public readonly name: string; Name of rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#name ObfuscationRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#name ObfuscationRule#name} --- @@ -1079,7 +1079,7 @@ public readonly accountId: number; The account id associated with the obfuscation rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} --- @@ -1093,7 +1093,7 @@ public readonly description: string; Description of rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#description ObfuscationRule#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#description ObfuscationRule#description} --- @@ -1105,7 +1105,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#id ObfuscationRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#id ObfuscationRule#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. diff --git a/docs/oneDashboard.csharp.md b/docs/oneDashboard.csharp.md index 225a7363a..0d2d273bd 100644 --- a/docs/oneDashboard.csharp.md +++ b/docs/oneDashboard.csharp.md @@ -4,7 +4,7 @@ ### OneDashboard -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard newrelic_one_dashboard}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard newrelic_one_dashboard}. #### Initializers @@ -528,7 +528,7 @@ The construct id used in the generated config for the OneDashboard to import. The id of the existing OneDashboard that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#import import section} in the documentation of this resource for the id to use --- @@ -939,7 +939,7 @@ new OneDashboardConfig { | Page | object | page block. | | AccountId | double | The New Relic account ID where you want to create the dashboard. | | Description | string | The dashboard's description. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#id OneDashboard#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#id OneDashboard#id}. | | Permissions | string | Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. | | Variable | object | variable block. | @@ -1025,7 +1025,7 @@ public string Name { get; set; } The dashboard's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -1039,7 +1039,7 @@ public object Page { get; set; } page block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#page OneDashboard#page} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#page OneDashboard#page} --- @@ -1053,7 +1053,7 @@ public double AccountId { get; set; } The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -1067,7 +1067,7 @@ public string Description { get; set; } The dashboard's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#description OneDashboard#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#description OneDashboard#description} --- @@ -1079,7 +1079,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#id OneDashboard#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#id OneDashboard#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. @@ -1096,7 +1096,7 @@ public string Permissions { get; set; } Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#permissions OneDashboard#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#permissions OneDashboard#permissions} --- @@ -1110,7 +1110,7 @@ public object Variable { get; set; } variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#variable OneDashboard#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#variable OneDashboard#variable} --- @@ -1174,7 +1174,7 @@ public string Name { get; set; } The dashboard page's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -1188,7 +1188,7 @@ public string Description { get; set; } The dashboard page's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#description OneDashboard#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#description OneDashboard#description} --- @@ -1202,7 +1202,7 @@ public object WidgetArea { get; set; } widget_area block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_area OneDashboard#widget_area} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_area OneDashboard#widget_area} --- @@ -1216,7 +1216,7 @@ public object WidgetBar { get; set; } widget_bar block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_bar OneDashboard#widget_bar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_bar OneDashboard#widget_bar} --- @@ -1230,7 +1230,7 @@ public object WidgetBillboard { get; set; } widget_billboard block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_billboard OneDashboard#widget_billboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_billboard OneDashboard#widget_billboard} --- @@ -1244,7 +1244,7 @@ public object WidgetBullet { get; set; } widget_bullet block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_bullet OneDashboard#widget_bullet} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_bullet OneDashboard#widget_bullet} --- @@ -1258,7 +1258,7 @@ public object WidgetFunnel { get; set; } widget_funnel block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_funnel OneDashboard#widget_funnel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_funnel OneDashboard#widget_funnel} --- @@ -1272,7 +1272,7 @@ public object WidgetHeatmap { get; set; } widget_heatmap block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_heatmap OneDashboard#widget_heatmap} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_heatmap OneDashboard#widget_heatmap} --- @@ -1286,7 +1286,7 @@ public object WidgetHistogram { get; set; } widget_histogram block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_histogram OneDashboard#widget_histogram} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_histogram OneDashboard#widget_histogram} --- @@ -1300,7 +1300,7 @@ public object WidgetJson { get; set; } widget_json block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_json OneDashboard#widget_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_json OneDashboard#widget_json} --- @@ -1314,7 +1314,7 @@ public object WidgetLine { get; set; } widget_line block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_line OneDashboard#widget_line} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_line OneDashboard#widget_line} --- @@ -1328,7 +1328,7 @@ public object WidgetLogTable { get; set; } widget_log_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_log_table OneDashboard#widget_log_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_log_table OneDashboard#widget_log_table} --- @@ -1342,7 +1342,7 @@ public object WidgetMarkdown { get; set; } widget_markdown block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_markdown OneDashboard#widget_markdown} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_markdown OneDashboard#widget_markdown} --- @@ -1356,7 +1356,7 @@ public object WidgetPie { get; set; } widget_pie block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_pie OneDashboard#widget_pie} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_pie OneDashboard#widget_pie} --- @@ -1370,7 +1370,7 @@ public object WidgetStackedBar { get; set; } widget_stacked_bar block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_stacked_bar OneDashboard#widget_stacked_bar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_stacked_bar OneDashboard#widget_stacked_bar} --- @@ -1384,7 +1384,7 @@ public object WidgetTable { get; set; } widget_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_table OneDashboard#widget_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_table OneDashboard#widget_table} --- @@ -1419,22 +1419,22 @@ new OneDashboardPageWidgetArea { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | object | nrql_query block. | -| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | string | A title for the widget. | | Colors | object | colors block. | -| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetAreaInitialSorting | initial_sorting block. | -| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | object | null_values block. | -| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | object | units block. | -| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -1446,7 +1446,7 @@ public double Column { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -1460,7 +1460,7 @@ public object NrqlQuery { get; set; } nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -1472,7 +1472,7 @@ public double Row { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -1486,7 +1486,7 @@ public string Title { get; set; } A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -1500,7 +1500,7 @@ public object Colors { get; set; } colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -1512,7 +1512,7 @@ public object FacetShowOtherSeries { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -1524,7 +1524,7 @@ public double Height { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -1536,7 +1536,7 @@ public object IgnoreTimeRange { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -1550,7 +1550,7 @@ public OneDashboardPageWidgetAreaInitialSorting InitialSorting { get; set; } initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -1562,7 +1562,7 @@ public object LegendEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -1576,7 +1576,7 @@ public object NullValues { get; set; } null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -1588,7 +1588,7 @@ public string RefreshRate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -1602,7 +1602,7 @@ public object Units { get; set; } units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -1614,7 +1614,7 @@ public double Width { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -1626,7 +1626,7 @@ public double YAxisLeftMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -1638,7 +1638,7 @@ public double YAxisLeftMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -1659,7 +1659,7 @@ new OneDashboardPageWidgetAreaColors { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | object | series_overrides block. | --- @@ -1672,7 +1672,7 @@ public string Color { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -1686,7 +1686,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -1722,7 +1722,7 @@ public string Color { get; set; } Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -1736,7 +1736,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -1772,7 +1772,7 @@ public string Direction { get; set; } Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -1786,7 +1786,7 @@ public string Name { get; set; } The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -1822,7 +1822,7 @@ public string Query { get; set; } The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -1836,7 +1836,7 @@ public double AccountId { get; set; } The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -1857,7 +1857,7 @@ new OneDashboardPageWidgetAreaNullValues { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | object | series_overrides block. | --- @@ -1870,7 +1870,7 @@ public string NullValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -1884,7 +1884,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -1920,7 +1920,7 @@ public string NullValue { get; set; } Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -1934,7 +1934,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -1956,7 +1956,7 @@ new OneDashboardPageWidgetAreaUnits { | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | object | series_overrides block. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -1970,7 +1970,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -1982,7 +1982,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -2018,7 +2018,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2032,7 +2032,7 @@ public string Unit { get; set; } Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -2069,24 +2069,24 @@ new OneDashboardPageWidgetBar { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | object | nrql_query block. | -| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | string | A title for the widget. | | Colors | object | colors block. | -| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | FilterCurrentDashboard | object | Use this item to filter the current dashboard. | -| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetBarInitialSorting | initial_sorting block. | -| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | LinkedEntityGuids | string[] | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | NullValues | object | null_values block. | -| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | object | units block. | -| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -2098,7 +2098,7 @@ public double Column { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -2112,7 +2112,7 @@ public object NrqlQuery { get; set; } nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -2124,7 +2124,7 @@ public double Row { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -2138,7 +2138,7 @@ public string Title { get; set; } A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -2152,7 +2152,7 @@ public object Colors { get; set; } colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -2164,7 +2164,7 @@ public object FacetShowOtherSeries { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -2178,7 +2178,7 @@ public object FilterCurrentDashboard { get; set; } Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -2190,7 +2190,7 @@ public double Height { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -2202,7 +2202,7 @@ public object IgnoreTimeRange { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -2216,7 +2216,7 @@ public OneDashboardPageWidgetBarInitialSorting InitialSorting { get; set; } initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -2228,7 +2228,7 @@ public object LegendEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -2242,7 +2242,7 @@ public string[] LinkedEntityGuids { get; set; } Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -2256,7 +2256,7 @@ public object NullValues { get; set; } null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -2268,7 +2268,7 @@ public string RefreshRate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -2282,7 +2282,7 @@ public object Units { get; set; } units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -2294,7 +2294,7 @@ public double Width { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -2306,7 +2306,7 @@ public double YAxisLeftMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -2318,7 +2318,7 @@ public double YAxisLeftMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -2339,7 +2339,7 @@ new OneDashboardPageWidgetBarColors { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | object | series_overrides block. | --- @@ -2352,7 +2352,7 @@ public string Color { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -2366,7 +2366,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2402,7 +2402,7 @@ public string Color { get; set; } Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -2416,7 +2416,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2452,7 +2452,7 @@ public string Direction { get; set; } Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -2466,7 +2466,7 @@ public string Name { get; set; } The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -2502,7 +2502,7 @@ public string Query { get; set; } The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -2516,7 +2516,7 @@ public double AccountId { get; set; } The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -2537,7 +2537,7 @@ new OneDashboardPageWidgetBarNullValues { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | object | series_overrides block. | --- @@ -2550,7 +2550,7 @@ public string NullValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -2564,7 +2564,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2600,7 +2600,7 @@ public string NullValue { get; set; } Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -2614,7 +2614,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2636,7 +2636,7 @@ new OneDashboardPageWidgetBarUnits { | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | object | series_overrides block. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -2650,7 +2650,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2662,7 +2662,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -2698,7 +2698,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2712,7 +2712,7 @@ public string Unit { get; set; } Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -2749,24 +2749,24 @@ new OneDashboardPageWidgetBillboard { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | object | nrql_query block. | -| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | string | A title for the widget. | | Colors | object | colors block. | | Critical | string | The critical threshold value. | -| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetBillboardInitialSorting | initial_sorting block. | -| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | object | null_values block. | -| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | object | units block. | | Warning | string | The warning threshold value. | -| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -2778,7 +2778,7 @@ public double Column { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -2792,7 +2792,7 @@ public object NrqlQuery { get; set; } nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -2804,7 +2804,7 @@ public double Row { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -2818,7 +2818,7 @@ public string Title { get; set; } A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -2832,7 +2832,7 @@ public object Colors { get; set; } colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -2846,7 +2846,7 @@ public string Critical { get; set; } The critical threshold value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#critical OneDashboard#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#critical OneDashboard#critical} --- @@ -2858,7 +2858,7 @@ public object FacetShowOtherSeries { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -2870,7 +2870,7 @@ public double Height { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -2882,7 +2882,7 @@ public object IgnoreTimeRange { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -2896,7 +2896,7 @@ public OneDashboardPageWidgetBillboardInitialSorting InitialSorting { get; set; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -2908,7 +2908,7 @@ public object LegendEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -2922,7 +2922,7 @@ public object NullValues { get; set; } null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -2934,7 +2934,7 @@ public string RefreshRate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -2948,7 +2948,7 @@ public object Units { get; set; } units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -2962,7 +2962,7 @@ public string Warning { get; set; } The warning threshold value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#warning OneDashboard#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#warning OneDashboard#warning} --- @@ -2974,7 +2974,7 @@ public double Width { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -2986,7 +2986,7 @@ public double YAxisLeftMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -2998,7 +2998,7 @@ public double YAxisLeftMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -3019,7 +3019,7 @@ new OneDashboardPageWidgetBillboardColors { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | object | series_overrides block. | --- @@ -3032,7 +3032,7 @@ public string Color { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -3046,7 +3046,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3082,7 +3082,7 @@ public string Color { get; set; } Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -3096,7 +3096,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3132,7 +3132,7 @@ public string Direction { get; set; } Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -3146,7 +3146,7 @@ public string Name { get; set; } The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -3182,7 +3182,7 @@ public string Query { get; set; } The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -3196,7 +3196,7 @@ public double AccountId { get; set; } The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -3217,7 +3217,7 @@ new OneDashboardPageWidgetBillboardNullValues { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | object | series_overrides block. | --- @@ -3230,7 +3230,7 @@ public string NullValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -3244,7 +3244,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3280,7 +3280,7 @@ public string NullValue { get; set; } Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -3294,7 +3294,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3316,7 +3316,7 @@ new OneDashboardPageWidgetBillboardUnits { | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | object | series_overrides block. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -3330,7 +3330,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3342,7 +3342,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -3378,7 +3378,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3392,7 +3392,7 @@ public string Unit { get; set; } Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -3428,23 +3428,23 @@ new OneDashboardPageWidgetBullet { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | Limit | double | The maximum value for the visualization. | | NrqlQuery | object | nrql_query block. | -| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | string | A title for the widget. | | Colors | object | colors block. | -| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetBulletInitialSorting | initial_sorting block. | -| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | object | null_values block. | -| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | object | units block. | -| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -3456,7 +3456,7 @@ public double Column { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -3470,7 +3470,7 @@ public double Limit { get; set; } The maximum value for the visualization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#limit OneDashboard#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#limit OneDashboard#limit} --- @@ -3484,7 +3484,7 @@ public object NrqlQuery { get; set; } nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -3496,7 +3496,7 @@ public double Row { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -3510,7 +3510,7 @@ public string Title { get; set; } A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -3524,7 +3524,7 @@ public object Colors { get; set; } colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -3536,7 +3536,7 @@ public object FacetShowOtherSeries { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -3548,7 +3548,7 @@ public double Height { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -3560,7 +3560,7 @@ public object IgnoreTimeRange { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -3574,7 +3574,7 @@ public OneDashboardPageWidgetBulletInitialSorting InitialSorting { get; set; } initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -3586,7 +3586,7 @@ public object LegendEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -3600,7 +3600,7 @@ public object NullValues { get; set; } null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -3612,7 +3612,7 @@ public string RefreshRate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -3626,7 +3626,7 @@ public object Units { get; set; } units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -3638,7 +3638,7 @@ public double Width { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -3650,7 +3650,7 @@ public double YAxisLeftMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -3662,7 +3662,7 @@ public double YAxisLeftMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -3683,7 +3683,7 @@ new OneDashboardPageWidgetBulletColors { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | object | series_overrides block. | --- @@ -3696,7 +3696,7 @@ public string Color { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -3710,7 +3710,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3746,7 +3746,7 @@ public string Color { get; set; } Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -3760,7 +3760,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3796,7 +3796,7 @@ public string Direction { get; set; } Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -3810,7 +3810,7 @@ public string Name { get; set; } The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -3846,7 +3846,7 @@ public string Query { get; set; } The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -3860,7 +3860,7 @@ public double AccountId { get; set; } The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -3881,7 +3881,7 @@ new OneDashboardPageWidgetBulletNullValues { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | object | series_overrides block. | --- @@ -3894,7 +3894,7 @@ public string NullValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -3908,7 +3908,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3944,7 +3944,7 @@ public string NullValue { get; set; } Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -3958,7 +3958,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3980,7 +3980,7 @@ new OneDashboardPageWidgetBulletUnits { | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | object | series_overrides block. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -3994,7 +3994,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4006,7 +4006,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -4042,7 +4042,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4056,7 +4056,7 @@ public string Unit { get; set; } Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -4091,22 +4091,22 @@ new OneDashboardPageWidgetFunnel { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | object | nrql_query block. | -| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | string | A title for the widget. | | Colors | object | colors block. | -| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetFunnelInitialSorting | initial_sorting block. | -| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | object | null_values block. | -| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | object | units block. | -| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -4118,7 +4118,7 @@ public double Column { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -4132,7 +4132,7 @@ public object NrqlQuery { get; set; } nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -4144,7 +4144,7 @@ public double Row { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -4158,7 +4158,7 @@ public string Title { get; set; } A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -4172,7 +4172,7 @@ public object Colors { get; set; } colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -4184,7 +4184,7 @@ public object FacetShowOtherSeries { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -4196,7 +4196,7 @@ public double Height { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -4208,7 +4208,7 @@ public object IgnoreTimeRange { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -4222,7 +4222,7 @@ public OneDashboardPageWidgetFunnelInitialSorting InitialSorting { get; set; } initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -4234,7 +4234,7 @@ public object LegendEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -4248,7 +4248,7 @@ public object NullValues { get; set; } null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -4260,7 +4260,7 @@ public string RefreshRate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -4274,7 +4274,7 @@ public object Units { get; set; } units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -4286,7 +4286,7 @@ public double Width { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -4298,7 +4298,7 @@ public double YAxisLeftMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -4310,7 +4310,7 @@ public double YAxisLeftMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -4331,7 +4331,7 @@ new OneDashboardPageWidgetFunnelColors { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | object | series_overrides block. | --- @@ -4344,7 +4344,7 @@ public string Color { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -4358,7 +4358,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4394,7 +4394,7 @@ public string Color { get; set; } Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -4408,7 +4408,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4444,7 +4444,7 @@ public string Direction { get; set; } Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -4458,7 +4458,7 @@ public string Name { get; set; } The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -4494,7 +4494,7 @@ public string Query { get; set; } The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -4508,7 +4508,7 @@ public double AccountId { get; set; } The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -4529,7 +4529,7 @@ new OneDashboardPageWidgetFunnelNullValues { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | object | series_overrides block. | --- @@ -4542,7 +4542,7 @@ public string NullValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -4556,7 +4556,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4592,7 +4592,7 @@ public string NullValue { get; set; } Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -4606,7 +4606,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4628,7 +4628,7 @@ new OneDashboardPageWidgetFunnelUnits { | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | object | series_overrides block. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -4642,7 +4642,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4654,7 +4654,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -4690,7 +4690,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4704,7 +4704,7 @@ public string Unit { get; set; } Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -4741,24 +4741,24 @@ new OneDashboardPageWidgetHeatmap { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | object | nrql_query block. | -| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | string | A title for the widget. | | Colors | object | colors block. | -| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | FilterCurrentDashboard | object | Use this item to filter the current dashboard. | -| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetHeatmapInitialSorting | initial_sorting block. | -| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | LinkedEntityGuids | string[] | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | NullValues | object | null_values block. | -| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | object | units block. | -| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -4770,7 +4770,7 @@ public double Column { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -4784,7 +4784,7 @@ public object NrqlQuery { get; set; } nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -4796,7 +4796,7 @@ public double Row { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -4810,7 +4810,7 @@ public string Title { get; set; } A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -4824,7 +4824,7 @@ public object Colors { get; set; } colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -4836,7 +4836,7 @@ public object FacetShowOtherSeries { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -4850,7 +4850,7 @@ public object FilterCurrentDashboard { get; set; } Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -4862,7 +4862,7 @@ public double Height { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -4874,7 +4874,7 @@ public object IgnoreTimeRange { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -4888,7 +4888,7 @@ public OneDashboardPageWidgetHeatmapInitialSorting InitialSorting { get; set; } initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -4900,7 +4900,7 @@ public object LegendEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -4914,7 +4914,7 @@ public string[] LinkedEntityGuids { get; set; } Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -4928,7 +4928,7 @@ public object NullValues { get; set; } null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -4940,7 +4940,7 @@ public string RefreshRate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -4954,7 +4954,7 @@ public object Units { get; set; } units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -4966,7 +4966,7 @@ public double Width { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -4978,7 +4978,7 @@ public double YAxisLeftMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -4990,7 +4990,7 @@ public double YAxisLeftMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -5011,7 +5011,7 @@ new OneDashboardPageWidgetHeatmapColors { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | object | series_overrides block. | --- @@ -5024,7 +5024,7 @@ public string Color { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -5038,7 +5038,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5074,7 +5074,7 @@ public string Color { get; set; } Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -5088,7 +5088,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5124,7 +5124,7 @@ public string Direction { get; set; } Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -5138,7 +5138,7 @@ public string Name { get; set; } The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -5174,7 +5174,7 @@ public string Query { get; set; } The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -5188,7 +5188,7 @@ public double AccountId { get; set; } The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -5209,7 +5209,7 @@ new OneDashboardPageWidgetHeatmapNullValues { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | object | series_overrides block. | --- @@ -5222,7 +5222,7 @@ public string NullValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -5236,7 +5236,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5272,7 +5272,7 @@ public string NullValue { get; set; } Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -5286,7 +5286,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5308,7 +5308,7 @@ new OneDashboardPageWidgetHeatmapUnits { | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | object | series_overrides block. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -5322,7 +5322,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5334,7 +5334,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -5370,7 +5370,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5384,7 +5384,7 @@ public string Unit { get; set; } Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -5419,22 +5419,22 @@ new OneDashboardPageWidgetHistogram { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | object | nrql_query block. | -| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | string | A title for the widget. | | Colors | object | colors block. | -| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetHistogramInitialSorting | initial_sorting block. | -| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | object | null_values block. | -| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | object | units block. | -| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -5446,7 +5446,7 @@ public double Column { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -5460,7 +5460,7 @@ public object NrqlQuery { get; set; } nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -5472,7 +5472,7 @@ public double Row { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -5486,7 +5486,7 @@ public string Title { get; set; } A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -5500,7 +5500,7 @@ public object Colors { get; set; } colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -5512,7 +5512,7 @@ public object FacetShowOtherSeries { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -5524,7 +5524,7 @@ public double Height { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -5536,7 +5536,7 @@ public object IgnoreTimeRange { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -5550,7 +5550,7 @@ public OneDashboardPageWidgetHistogramInitialSorting InitialSorting { get; set; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -5562,7 +5562,7 @@ public object LegendEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -5576,7 +5576,7 @@ public object NullValues { get; set; } null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -5588,7 +5588,7 @@ public string RefreshRate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -5602,7 +5602,7 @@ public object Units { get; set; } units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -5614,7 +5614,7 @@ public double Width { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -5626,7 +5626,7 @@ public double YAxisLeftMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -5638,7 +5638,7 @@ public double YAxisLeftMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -5659,7 +5659,7 @@ new OneDashboardPageWidgetHistogramColors { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | object | series_overrides block. | --- @@ -5672,7 +5672,7 @@ public string Color { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -5686,7 +5686,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5722,7 +5722,7 @@ public string Color { get; set; } Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -5736,7 +5736,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5772,7 +5772,7 @@ public string Direction { get; set; } Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -5786,7 +5786,7 @@ public string Name { get; set; } The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -5822,7 +5822,7 @@ public string Query { get; set; } The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -5836,7 +5836,7 @@ public double AccountId { get; set; } The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -5857,7 +5857,7 @@ new OneDashboardPageWidgetHistogramNullValues { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | object | series_overrides block. | --- @@ -5870,7 +5870,7 @@ public string NullValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -5884,7 +5884,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5920,7 +5920,7 @@ public string NullValue { get; set; } Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -5934,7 +5934,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5956,7 +5956,7 @@ new OneDashboardPageWidgetHistogramUnits { | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | object | series_overrides block. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -5970,7 +5970,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5982,7 +5982,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -6018,7 +6018,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6032,7 +6032,7 @@ public string Unit { get; set; } Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -6067,22 +6067,22 @@ new OneDashboardPageWidgetJson { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | object | nrql_query block. | -| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | string | A title for the widget. | | Colors | object | colors block. | -| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetJsonInitialSorting | initial_sorting block. | -| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | object | null_values block. | -| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | object | units block. | -| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -6094,7 +6094,7 @@ public double Column { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -6108,7 +6108,7 @@ public object NrqlQuery { get; set; } nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -6120,7 +6120,7 @@ public double Row { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -6134,7 +6134,7 @@ public string Title { get; set; } A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -6148,7 +6148,7 @@ public object Colors { get; set; } colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -6160,7 +6160,7 @@ public object FacetShowOtherSeries { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -6172,7 +6172,7 @@ public double Height { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -6184,7 +6184,7 @@ public object IgnoreTimeRange { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -6198,7 +6198,7 @@ public OneDashboardPageWidgetJsonInitialSorting InitialSorting { get; set; } initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -6210,7 +6210,7 @@ public object LegendEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -6224,7 +6224,7 @@ public object NullValues { get; set; } null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -6236,7 +6236,7 @@ public string RefreshRate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -6250,7 +6250,7 @@ public object Units { get; set; } units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -6262,7 +6262,7 @@ public double Width { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -6274,7 +6274,7 @@ public double YAxisLeftMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -6286,7 +6286,7 @@ public double YAxisLeftMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -6307,7 +6307,7 @@ new OneDashboardPageWidgetJsonColors { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | object | series_overrides block. | --- @@ -6320,7 +6320,7 @@ public string Color { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -6334,7 +6334,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6370,7 +6370,7 @@ public string Color { get; set; } Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -6384,7 +6384,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6420,7 +6420,7 @@ public string Direction { get; set; } Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -6434,7 +6434,7 @@ public string Name { get; set; } The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -6470,7 +6470,7 @@ public string Query { get; set; } The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -6484,7 +6484,7 @@ public double AccountId { get; set; } The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -6505,7 +6505,7 @@ new OneDashboardPageWidgetJsonNullValues { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | object | series_overrides block. | --- @@ -6518,7 +6518,7 @@ public string NullValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -6532,7 +6532,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6568,7 +6568,7 @@ public string NullValue { get; set; } Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -6582,7 +6582,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6604,7 +6604,7 @@ new OneDashboardPageWidgetJsonUnits { | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | object | series_overrides block. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -6618,7 +6618,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6630,7 +6630,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -6666,7 +6666,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6680,7 +6680,7 @@ public string Unit { get; set; } Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -6719,24 +6719,24 @@ new OneDashboardPageWidgetLine { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | object | nrql_query block. | -| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | string | A title for the widget. | | Colors | object | colors block. | -| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetLineInitialSorting | initial_sorting block. | | IsLabelVisible | object | Specified if the label should be visible in the graph created when specified with thresholds. | -| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | object | null_values block. | -| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Threshold | object | threshold block. | | Units | object | units block. | -| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | | YAxisLeftZero | object | Specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range. | | YAxisRight | OneDashboardPageWidgetLineYAxisRight | y_axis_right block. | @@ -6750,7 +6750,7 @@ public double Column { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -6764,7 +6764,7 @@ public object NrqlQuery { get; set; } nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -6776,7 +6776,7 @@ public double Row { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -6790,7 +6790,7 @@ public string Title { get; set; } A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -6804,7 +6804,7 @@ public object Colors { get; set; } colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -6816,7 +6816,7 @@ public object FacetShowOtherSeries { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -6828,7 +6828,7 @@ public double Height { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -6840,7 +6840,7 @@ public object IgnoreTimeRange { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -6854,7 +6854,7 @@ public OneDashboardPageWidgetLineInitialSorting InitialSorting { get; set; } initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -6868,7 +6868,7 @@ public object IsLabelVisible { get; set; } Specified if the label should be visible in the graph created when specified with thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#is_label_visible OneDashboard#is_label_visible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#is_label_visible OneDashboard#is_label_visible} --- @@ -6880,7 +6880,7 @@ public object LegendEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -6894,7 +6894,7 @@ public object NullValues { get; set; } null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -6906,7 +6906,7 @@ public string RefreshRate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -6920,7 +6920,7 @@ public object Threshold { get; set; } threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#threshold OneDashboard#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#threshold OneDashboard#threshold} --- @@ -6934,7 +6934,7 @@ public object Units { get; set; } units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -6946,7 +6946,7 @@ public double Width { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -6958,7 +6958,7 @@ public double YAxisLeftMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -6970,7 +6970,7 @@ public double YAxisLeftMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -6984,7 +6984,7 @@ public object YAxisLeftZero { get; set; } Specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_zero OneDashboard#y_axis_left_zero} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_zero OneDashboard#y_axis_left_zero} --- @@ -6998,7 +6998,7 @@ public OneDashboardPageWidgetLineYAxisRight YAxisRight { get; set; } y_axis_right block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right OneDashboard#y_axis_right} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right OneDashboard#y_axis_right} --- @@ -7019,7 +7019,7 @@ new OneDashboardPageWidgetLineColors { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | object | series_overrides block. | --- @@ -7032,7 +7032,7 @@ public string Color { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -7046,7 +7046,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7082,7 +7082,7 @@ public string Color { get; set; } Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -7096,7 +7096,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7132,7 +7132,7 @@ public string Direction { get; set; } Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -7146,7 +7146,7 @@ public string Name { get; set; } The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -7182,7 +7182,7 @@ public string Query { get; set; } The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -7196,7 +7196,7 @@ public double AccountId { get; set; } The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -7217,7 +7217,7 @@ new OneDashboardPageWidgetLineNullValues { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | object | series_overrides block. | --- @@ -7230,7 +7230,7 @@ public string NullValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -7244,7 +7244,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7280,7 +7280,7 @@ public string NullValue { get; set; } Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -7294,7 +7294,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7334,7 +7334,7 @@ public string From { get; set; } The number from which the range starts in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#from OneDashboard#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#from OneDashboard#from} --- @@ -7348,7 +7348,7 @@ public string Name { get; set; } Name of the threshold created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -7362,7 +7362,7 @@ public string Severity { get; set; } Severity of the threshold, which would reflect in the widget, in the range of the threshold specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#severity OneDashboard#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#severity OneDashboard#severity} --- @@ -7376,7 +7376,7 @@ public string To { get; set; } The number at which the range ends in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#to OneDashboard#to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#to OneDashboard#to} --- @@ -7398,7 +7398,7 @@ new OneDashboardPageWidgetLineUnits { | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | object | series_overrides block. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -7412,7 +7412,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7424,7 +7424,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -7460,7 +7460,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7474,7 +7474,7 @@ public string Unit { get; set; } Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -7514,7 +7514,7 @@ public double YAxisRightMax { get; set; } Minimum value of the range to be specified with the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_max OneDashboard#y_axis_right_max} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_max OneDashboard#y_axis_right_max} --- @@ -7528,7 +7528,7 @@ public double YAxisRightMin { get; set; } Minimum value of the range to be specified with the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_min OneDashboard#y_axis_right_min} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_min OneDashboard#y_axis_right_min} --- @@ -7542,7 +7542,7 @@ public string[] YAxisRightSeries { get; set; } A set of series that helps specify the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_series OneDashboard#y_axis_right_series} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_series OneDashboard#y_axis_right_series} --- @@ -7556,7 +7556,7 @@ public object YAxisRightZero { get; set; } An attribute that helps specify the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_zero OneDashboard#y_axis_right_zero} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_zero OneDashboard#y_axis_right_zero} --- @@ -7591,22 +7591,22 @@ new OneDashboardPageWidgetLogTable { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | object | nrql_query block. | -| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | string | A title for the widget. | | Colors | object | colors block. | -| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetLogTableInitialSorting | initial_sorting block. | -| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | object | null_values block. | -| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | object | units block. | -| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -7618,7 +7618,7 @@ public double Column { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -7632,7 +7632,7 @@ public object NrqlQuery { get; set; } nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -7644,7 +7644,7 @@ public double Row { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -7658,7 +7658,7 @@ public string Title { get; set; } A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -7672,7 +7672,7 @@ public object Colors { get; set; } colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -7684,7 +7684,7 @@ public object FacetShowOtherSeries { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -7696,7 +7696,7 @@ public double Height { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -7708,7 +7708,7 @@ public object IgnoreTimeRange { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -7722,7 +7722,7 @@ public OneDashboardPageWidgetLogTableInitialSorting InitialSorting { get; set; } initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -7734,7 +7734,7 @@ public object LegendEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -7748,7 +7748,7 @@ public object NullValues { get; set; } null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -7760,7 +7760,7 @@ public string RefreshRate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -7774,7 +7774,7 @@ public object Units { get; set; } units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -7786,7 +7786,7 @@ public double Width { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -7798,7 +7798,7 @@ public double YAxisLeftMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -7810,7 +7810,7 @@ public double YAxisLeftMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -7831,7 +7831,7 @@ new OneDashboardPageWidgetLogTableColors { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | object | series_overrides block. | --- @@ -7844,7 +7844,7 @@ public string Color { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -7858,7 +7858,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7894,7 +7894,7 @@ public string Color { get; set; } Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -7908,7 +7908,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7944,7 +7944,7 @@ public string Direction { get; set; } Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -7958,7 +7958,7 @@ public string Name { get; set; } The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -7994,7 +7994,7 @@ public string Query { get; set; } The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -8008,7 +8008,7 @@ public double AccountId { get; set; } The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -8029,7 +8029,7 @@ new OneDashboardPageWidgetLogTableNullValues { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | object | series_overrides block. | --- @@ -8042,7 +8042,7 @@ public string NullValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -8056,7 +8056,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8092,7 +8092,7 @@ public string NullValue { get; set; } Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -8106,7 +8106,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8128,7 +8128,7 @@ new OneDashboardPageWidgetLogTableUnits { | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | object | series_overrides block. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -8142,7 +8142,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8154,7 +8154,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -8190,7 +8190,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8204,7 +8204,7 @@ public string Unit { get; set; } Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -8239,22 +8239,22 @@ new OneDashboardPageWidgetMarkdown { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | -| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | -| Text | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#text OneDashboard#text}. | +| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | +| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | +| Text | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#text OneDashboard#text}. | | Title | string | A title for the widget. | | Colors | object | colors block. | -| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetMarkdownInitialSorting | initial_sorting block. | -| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | object | null_values block. | -| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | object | units block. | -| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -8266,7 +8266,7 @@ public double Column { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -8278,7 +8278,7 @@ public double Row { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -8290,7 +8290,7 @@ public string Text { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#text OneDashboard#text}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#text OneDashboard#text}. --- @@ -8304,7 +8304,7 @@ public string Title { get; set; } A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -8318,7 +8318,7 @@ public object Colors { get; set; } colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -8330,7 +8330,7 @@ public object FacetShowOtherSeries { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -8342,7 +8342,7 @@ public double Height { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -8354,7 +8354,7 @@ public object IgnoreTimeRange { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -8368,7 +8368,7 @@ public OneDashboardPageWidgetMarkdownInitialSorting InitialSorting { get; set; } initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -8380,7 +8380,7 @@ public object LegendEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -8394,7 +8394,7 @@ public object NullValues { get; set; } null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -8406,7 +8406,7 @@ public string RefreshRate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -8420,7 +8420,7 @@ public object Units { get; set; } units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -8432,7 +8432,7 @@ public double Width { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -8444,7 +8444,7 @@ public double YAxisLeftMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -8456,7 +8456,7 @@ public double YAxisLeftMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -8477,7 +8477,7 @@ new OneDashboardPageWidgetMarkdownColors { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | object | series_overrides block. | --- @@ -8490,7 +8490,7 @@ public string Color { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -8504,7 +8504,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8540,7 +8540,7 @@ public string Color { get; set; } Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -8554,7 +8554,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8590,7 +8590,7 @@ public string Direction { get; set; } Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -8604,7 +8604,7 @@ public string Name { get; set; } The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -8625,7 +8625,7 @@ new OneDashboardPageWidgetMarkdownNullValues { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | object | series_overrides block. | --- @@ -8638,7 +8638,7 @@ public string NullValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -8652,7 +8652,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8688,7 +8688,7 @@ public string NullValue { get; set; } Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -8702,7 +8702,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8724,7 +8724,7 @@ new OneDashboardPageWidgetMarkdownUnits { | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | object | series_overrides block. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -8738,7 +8738,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8750,7 +8750,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -8786,7 +8786,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8800,7 +8800,7 @@ public string Unit { get; set; } Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -8837,24 +8837,24 @@ new OneDashboardPageWidgetPie { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | object | nrql_query block. | -| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | string | A title for the widget. | | Colors | object | colors block. | -| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | FilterCurrentDashboard | object | Use this item to filter the current dashboard. | -| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetPieInitialSorting | initial_sorting block. | -| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | LinkedEntityGuids | string[] | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | NullValues | object | null_values block. | -| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | object | units block. | -| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -8866,7 +8866,7 @@ public double Column { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -8880,7 +8880,7 @@ public object NrqlQuery { get; set; } nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -8892,7 +8892,7 @@ public double Row { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -8906,7 +8906,7 @@ public string Title { get; set; } A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -8920,7 +8920,7 @@ public object Colors { get; set; } colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -8932,7 +8932,7 @@ public object FacetShowOtherSeries { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -8946,7 +8946,7 @@ public object FilterCurrentDashboard { get; set; } Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -8958,7 +8958,7 @@ public double Height { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -8970,7 +8970,7 @@ public object IgnoreTimeRange { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -8984,7 +8984,7 @@ public OneDashboardPageWidgetPieInitialSorting InitialSorting { get; set; } initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -8996,7 +8996,7 @@ public object LegendEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -9010,7 +9010,7 @@ public string[] LinkedEntityGuids { get; set; } Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -9024,7 +9024,7 @@ public object NullValues { get; set; } null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -9036,7 +9036,7 @@ public string RefreshRate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -9050,7 +9050,7 @@ public object Units { get; set; } units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -9062,7 +9062,7 @@ public double Width { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -9074,7 +9074,7 @@ public double YAxisLeftMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -9086,7 +9086,7 @@ public double YAxisLeftMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -9107,7 +9107,7 @@ new OneDashboardPageWidgetPieColors { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | object | series_overrides block. | --- @@ -9120,7 +9120,7 @@ public string Color { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -9134,7 +9134,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9170,7 +9170,7 @@ public string Color { get; set; } Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -9184,7 +9184,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9220,7 +9220,7 @@ public string Direction { get; set; } Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -9234,7 +9234,7 @@ public string Name { get; set; } The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -9270,7 +9270,7 @@ public string Query { get; set; } The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -9284,7 +9284,7 @@ public double AccountId { get; set; } The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -9305,7 +9305,7 @@ new OneDashboardPageWidgetPieNullValues { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | object | series_overrides block. | --- @@ -9318,7 +9318,7 @@ public string NullValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -9332,7 +9332,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9368,7 +9368,7 @@ public string NullValue { get; set; } Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -9382,7 +9382,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9404,7 +9404,7 @@ new OneDashboardPageWidgetPieUnits { | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | object | series_overrides block. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -9418,7 +9418,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9430,7 +9430,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -9466,7 +9466,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9480,7 +9480,7 @@ public string Unit { get; set; } Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -9515,22 +9515,22 @@ new OneDashboardPageWidgetStackedBar { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | object | nrql_query block. | -| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | string | A title for the widget. | | Colors | object | colors block. | -| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetStackedBarInitialSorting | initial_sorting block. | -| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | object | null_values block. | -| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | object | units block. | -| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -9542,7 +9542,7 @@ public double Column { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -9556,7 +9556,7 @@ public object NrqlQuery { get; set; } nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -9568,7 +9568,7 @@ public double Row { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -9582,7 +9582,7 @@ public string Title { get; set; } A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -9596,7 +9596,7 @@ public object Colors { get; set; } colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -9608,7 +9608,7 @@ public object FacetShowOtherSeries { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -9620,7 +9620,7 @@ public double Height { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -9632,7 +9632,7 @@ public object IgnoreTimeRange { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -9646,7 +9646,7 @@ public OneDashboardPageWidgetStackedBarInitialSorting InitialSorting { get; set; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -9658,7 +9658,7 @@ public object LegendEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -9672,7 +9672,7 @@ public object NullValues { get; set; } null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -9684,7 +9684,7 @@ public string RefreshRate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -9698,7 +9698,7 @@ public object Units { get; set; } units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -9710,7 +9710,7 @@ public double Width { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -9722,7 +9722,7 @@ public double YAxisLeftMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -9734,7 +9734,7 @@ public double YAxisLeftMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -9755,7 +9755,7 @@ new OneDashboardPageWidgetStackedBarColors { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | object | series_overrides block. | --- @@ -9768,7 +9768,7 @@ public string Color { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -9782,7 +9782,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9818,7 +9818,7 @@ public string Color { get; set; } Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -9832,7 +9832,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9868,7 +9868,7 @@ public string Direction { get; set; } Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -9882,7 +9882,7 @@ public string Name { get; set; } The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -9918,7 +9918,7 @@ public string Query { get; set; } The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -9932,7 +9932,7 @@ public double AccountId { get; set; } The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -9953,7 +9953,7 @@ new OneDashboardPageWidgetStackedBarNullValues { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | object | series_overrides block. | --- @@ -9966,7 +9966,7 @@ public string NullValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -9980,7 +9980,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10016,7 +10016,7 @@ public string NullValue { get; set; } Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -10030,7 +10030,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10052,7 +10052,7 @@ new OneDashboardPageWidgetStackedBarUnits { | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | object | series_overrides block. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -10066,7 +10066,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10078,7 +10078,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -10114,7 +10114,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10128,7 +10128,7 @@ public string Unit { get; set; } Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -10166,25 +10166,25 @@ new OneDashboardPageWidgetTable { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | object | nrql_query block. | -| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | string | A title for the widget. | | Colors | object | colors block. | -| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| FacetShowOtherSeries | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | FilterCurrentDashboard | object | Use this item to filter the current dashboard. | -| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetTableInitialSorting | initial_sorting block. | -| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | LinkedEntityGuids | string[] | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | NullValues | object | null_values block. | -| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Threshold | object | threshold block. | | Units | object | units block. | -| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -10196,7 +10196,7 @@ public double Column { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -10210,7 +10210,7 @@ public object NrqlQuery { get; set; } nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -10222,7 +10222,7 @@ public double Row { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -10236,7 +10236,7 @@ public string Title { get; set; } A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -10250,7 +10250,7 @@ public object Colors { get; set; } colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -10262,7 +10262,7 @@ public object FacetShowOtherSeries { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -10276,7 +10276,7 @@ public object FilterCurrentDashboard { get; set; } Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -10288,7 +10288,7 @@ public double Height { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -10300,7 +10300,7 @@ public object IgnoreTimeRange { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -10314,7 +10314,7 @@ public OneDashboardPageWidgetTableInitialSorting InitialSorting { get; set; } initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -10326,7 +10326,7 @@ public object LegendEnabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -10340,7 +10340,7 @@ public string[] LinkedEntityGuids { get; set; } Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -10354,7 +10354,7 @@ public object NullValues { get; set; } null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -10366,7 +10366,7 @@ public string RefreshRate { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -10380,7 +10380,7 @@ public object Threshold { get; set; } threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#threshold OneDashboard#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#threshold OneDashboard#threshold} --- @@ -10394,7 +10394,7 @@ public object Units { get; set; } units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -10406,7 +10406,7 @@ public double Width { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -10418,7 +10418,7 @@ public double YAxisLeftMax { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -10430,7 +10430,7 @@ public double YAxisLeftMin { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -10451,7 +10451,7 @@ new OneDashboardPageWidgetTableColors { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | object | series_overrides block. | --- @@ -10464,7 +10464,7 @@ public string Color { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -10478,7 +10478,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10514,7 +10514,7 @@ public string Color { get; set; } Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -10528,7 +10528,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10564,7 +10564,7 @@ public string Direction { get; set; } Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -10578,7 +10578,7 @@ public string Name { get; set; } The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -10614,7 +10614,7 @@ public string Query { get; set; } The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -10628,7 +10628,7 @@ public double AccountId { get; set; } The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -10649,7 +10649,7 @@ new OneDashboardPageWidgetTableNullValues { | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | object | series_overrides block. | --- @@ -10662,7 +10662,7 @@ public string NullValue { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -10676,7 +10676,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10712,7 +10712,7 @@ public string NullValue { get; set; } Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -10726,7 +10726,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10766,7 +10766,7 @@ public string ColumnName { get; set; } Name of the column in the table, to which the threshold would be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column_name OneDashboard#column_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column_name OneDashboard#column_name} --- @@ -10780,7 +10780,7 @@ public string From { get; set; } The number from which the range starts in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#from OneDashboard#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#from OneDashboard#from} --- @@ -10794,7 +10794,7 @@ public string Severity { get; set; } Severity of the threshold, which would reflect in the widget, in the range of the threshold specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#severity OneDashboard#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#severity OneDashboard#severity} --- @@ -10808,7 +10808,7 @@ public string To { get; set; } The number at which the range ends in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#to OneDashboard#to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#to OneDashboard#to} --- @@ -10830,7 +10830,7 @@ new OneDashboardPageWidgetTableUnits { | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | object | series_overrides block. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -10844,7 +10844,7 @@ public object SeriesOverrides { get; set; } series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10856,7 +10856,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -10892,7 +10892,7 @@ public string SeriesName { get; set; } Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10906,7 +10906,7 @@ public string Unit { get; set; } Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -10956,7 +10956,7 @@ public string Name { get; set; } The variable identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -10970,7 +10970,7 @@ public string ReplacementStrategy { get; set; } Indicates the strategy to apply when replacing a variable in a NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#replacement_strategy OneDashboard#replacement_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#replacement_strategy OneDashboard#replacement_strategy} --- @@ -10984,7 +10984,7 @@ public string Title { get; set; } Human-friendly display string for this variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -10998,7 +10998,7 @@ public string Type { get; set; } Specifies the data type of the variable and where its possible values may come from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#type OneDashboard#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#type OneDashboard#type} --- @@ -11012,7 +11012,7 @@ public string[] DefaultValues { get; set; } Default values for this variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#default_values OneDashboard#default_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#default_values OneDashboard#default_values} --- @@ -11026,7 +11026,7 @@ public object IsMultiSelection { get; set; } Indicates whether this variable supports multiple selection or not. Only applies to variables of type NRQL or ENUM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#is_multi_selection OneDashboard#is_multi_selection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#is_multi_selection OneDashboard#is_multi_selection} --- @@ -11040,7 +11040,7 @@ public object Item { get; set; } item block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#item OneDashboard#item} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#item OneDashboard#item} --- @@ -11054,7 +11054,7 @@ public OneDashboardVariableNrqlQuery NrqlQuery { get; set; } nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -11068,7 +11068,7 @@ public object Options { get; set; } options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#options OneDashboard#options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#options OneDashboard#options} --- @@ -11104,7 +11104,7 @@ public string Value { get; set; } A possible variable value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#value OneDashboard#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#value OneDashboard#value} --- @@ -11118,7 +11118,7 @@ public string Title { get; set; } A human-friendly display string for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -11154,7 +11154,7 @@ public string Query { get; set; } NRQL formatted query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -11168,7 +11168,7 @@ public double[] AccountIds { get; set; } New Relic account ID(s) to issue the query against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_ids OneDashboard#account_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_ids OneDashboard#account_ids} --- @@ -11204,7 +11204,7 @@ Only applies to variables of type NRQL. With this turned on, the time range for the NRQL query will override the time picker on dashboards and other pages. Turn this off to use the time picker as normal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} --- diff --git a/docs/oneDashboard.go.md b/docs/oneDashboard.go.md index c88520ae7..81a504536 100644 --- a/docs/oneDashboard.go.md +++ b/docs/oneDashboard.go.md @@ -4,7 +4,7 @@ ### OneDashboard -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard newrelic_one_dashboard}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard newrelic_one_dashboard}. #### Initializers @@ -528,7 +528,7 @@ The construct id used in the generated config for the OneDashboard to import. The id of the existing OneDashboard that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#import import section} in the documentation of this resource for the id to use --- @@ -939,7 +939,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | Page | interface{} | page block. | | AccountId | *f64 | The New Relic account ID where you want to create the dashboard. | | Description | *string | The dashboard's description. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#id OneDashboard#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#id OneDashboard#id}. | | Permissions | *string | Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. | | Variable | interface{} | variable block. | @@ -1025,7 +1025,7 @@ Name *string The dashboard's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -1039,7 +1039,7 @@ Page interface{} page block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#page OneDashboard#page} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#page OneDashboard#page} --- @@ -1053,7 +1053,7 @@ AccountId *f64 The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -1067,7 +1067,7 @@ Description *string The dashboard's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#description OneDashboard#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#description OneDashboard#description} --- @@ -1079,7 +1079,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#id OneDashboard#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#id OneDashboard#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. @@ -1096,7 +1096,7 @@ Permissions *string Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#permissions OneDashboard#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#permissions OneDashboard#permissions} --- @@ -1110,7 +1110,7 @@ Variable interface{} variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#variable OneDashboard#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#variable OneDashboard#variable} --- @@ -1174,7 +1174,7 @@ Name *string The dashboard page's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -1188,7 +1188,7 @@ Description *string The dashboard page's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#description OneDashboard#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#description OneDashboard#description} --- @@ -1202,7 +1202,7 @@ WidgetArea interface{} widget_area block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_area OneDashboard#widget_area} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_area OneDashboard#widget_area} --- @@ -1216,7 +1216,7 @@ WidgetBar interface{} widget_bar block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_bar OneDashboard#widget_bar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_bar OneDashboard#widget_bar} --- @@ -1230,7 +1230,7 @@ WidgetBillboard interface{} widget_billboard block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_billboard OneDashboard#widget_billboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_billboard OneDashboard#widget_billboard} --- @@ -1244,7 +1244,7 @@ WidgetBullet interface{} widget_bullet block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_bullet OneDashboard#widget_bullet} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_bullet OneDashboard#widget_bullet} --- @@ -1258,7 +1258,7 @@ WidgetFunnel interface{} widget_funnel block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_funnel OneDashboard#widget_funnel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_funnel OneDashboard#widget_funnel} --- @@ -1272,7 +1272,7 @@ WidgetHeatmap interface{} widget_heatmap block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_heatmap OneDashboard#widget_heatmap} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_heatmap OneDashboard#widget_heatmap} --- @@ -1286,7 +1286,7 @@ WidgetHistogram interface{} widget_histogram block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_histogram OneDashboard#widget_histogram} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_histogram OneDashboard#widget_histogram} --- @@ -1300,7 +1300,7 @@ WidgetJson interface{} widget_json block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_json OneDashboard#widget_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_json OneDashboard#widget_json} --- @@ -1314,7 +1314,7 @@ WidgetLine interface{} widget_line block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_line OneDashboard#widget_line} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_line OneDashboard#widget_line} --- @@ -1328,7 +1328,7 @@ WidgetLogTable interface{} widget_log_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_log_table OneDashboard#widget_log_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_log_table OneDashboard#widget_log_table} --- @@ -1342,7 +1342,7 @@ WidgetMarkdown interface{} widget_markdown block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_markdown OneDashboard#widget_markdown} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_markdown OneDashboard#widget_markdown} --- @@ -1356,7 +1356,7 @@ WidgetPie interface{} widget_pie block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_pie OneDashboard#widget_pie} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_pie OneDashboard#widget_pie} --- @@ -1370,7 +1370,7 @@ WidgetStackedBar interface{} widget_stacked_bar block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_stacked_bar OneDashboard#widget_stacked_bar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_stacked_bar OneDashboard#widget_stacked_bar} --- @@ -1384,7 +1384,7 @@ WidgetTable interface{} widget_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_table OneDashboard#widget_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_table OneDashboard#widget_table} --- @@ -1419,22 +1419,22 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | interface{} | nrql_query block. | -| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | *string | A title for the widget. | | Colors | interface{} | colors block. | -| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetAreaInitialSorting | initial_sorting block. | -| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | interface{} | null_values block. | -| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | interface{} | units block. | -| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -1446,7 +1446,7 @@ Column *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -1460,7 +1460,7 @@ NrqlQuery interface{} nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -1472,7 +1472,7 @@ Row *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -1486,7 +1486,7 @@ Title *string A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -1500,7 +1500,7 @@ Colors interface{} colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -1512,7 +1512,7 @@ FacetShowOtherSeries interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -1524,7 +1524,7 @@ Height *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -1536,7 +1536,7 @@ IgnoreTimeRange interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -1550,7 +1550,7 @@ InitialSorting OneDashboardPageWidgetAreaInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -1562,7 +1562,7 @@ LegendEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -1576,7 +1576,7 @@ NullValues interface{} null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -1588,7 +1588,7 @@ RefreshRate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -1602,7 +1602,7 @@ Units interface{} units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -1614,7 +1614,7 @@ Width *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -1626,7 +1626,7 @@ YAxisLeftMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -1638,7 +1638,7 @@ YAxisLeftMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -1659,7 +1659,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -1672,7 +1672,7 @@ Color *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -1686,7 +1686,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -1722,7 +1722,7 @@ Color *string Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -1736,7 +1736,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -1772,7 +1772,7 @@ Direction *string Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -1786,7 +1786,7 @@ Name *string The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -1822,7 +1822,7 @@ Query *string The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -1836,7 +1836,7 @@ AccountId *f64 The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -1857,7 +1857,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -1870,7 +1870,7 @@ NullValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -1884,7 +1884,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -1920,7 +1920,7 @@ NullValue *string Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -1934,7 +1934,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -1956,7 +1956,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | interface{} | series_overrides block. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -1970,7 +1970,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -1982,7 +1982,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -2018,7 +2018,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2032,7 +2032,7 @@ Unit *string Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -2069,24 +2069,24 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | interface{} | nrql_query block. | -| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | *string | A title for the widget. | | Colors | interface{} | colors block. | -| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | FilterCurrentDashboard | interface{} | Use this item to filter the current dashboard. | -| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetBarInitialSorting | initial_sorting block. | -| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | LinkedEntityGuids | *[]*string | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | NullValues | interface{} | null_values block. | -| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | interface{} | units block. | -| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -2098,7 +2098,7 @@ Column *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -2112,7 +2112,7 @@ NrqlQuery interface{} nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -2124,7 +2124,7 @@ Row *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -2138,7 +2138,7 @@ Title *string A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -2152,7 +2152,7 @@ Colors interface{} colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -2164,7 +2164,7 @@ FacetShowOtherSeries interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -2178,7 +2178,7 @@ FilterCurrentDashboard interface{} Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -2190,7 +2190,7 @@ Height *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -2202,7 +2202,7 @@ IgnoreTimeRange interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -2216,7 +2216,7 @@ InitialSorting OneDashboardPageWidgetBarInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -2228,7 +2228,7 @@ LegendEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -2242,7 +2242,7 @@ LinkedEntityGuids *[]*string Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -2256,7 +2256,7 @@ NullValues interface{} null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -2268,7 +2268,7 @@ RefreshRate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -2282,7 +2282,7 @@ Units interface{} units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -2294,7 +2294,7 @@ Width *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -2306,7 +2306,7 @@ YAxisLeftMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -2318,7 +2318,7 @@ YAxisLeftMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -2339,7 +2339,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -2352,7 +2352,7 @@ Color *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -2366,7 +2366,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2402,7 +2402,7 @@ Color *string Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -2416,7 +2416,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2452,7 +2452,7 @@ Direction *string Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -2466,7 +2466,7 @@ Name *string The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -2502,7 +2502,7 @@ Query *string The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -2516,7 +2516,7 @@ AccountId *f64 The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -2537,7 +2537,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -2550,7 +2550,7 @@ NullValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -2564,7 +2564,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2600,7 +2600,7 @@ NullValue *string Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -2614,7 +2614,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2636,7 +2636,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | interface{} | series_overrides block. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -2650,7 +2650,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2662,7 +2662,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -2698,7 +2698,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2712,7 +2712,7 @@ Unit *string Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -2749,24 +2749,24 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | interface{} | nrql_query block. | -| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | *string | A title for the widget. | | Colors | interface{} | colors block. | | Critical | *string | The critical threshold value. | -| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetBillboardInitialSorting | initial_sorting block. | -| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | interface{} | null_values block. | -| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | interface{} | units block. | | Warning | *string | The warning threshold value. | -| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -2778,7 +2778,7 @@ Column *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -2792,7 +2792,7 @@ NrqlQuery interface{} nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -2804,7 +2804,7 @@ Row *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -2818,7 +2818,7 @@ Title *string A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -2832,7 +2832,7 @@ Colors interface{} colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -2846,7 +2846,7 @@ Critical *string The critical threshold value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#critical OneDashboard#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#critical OneDashboard#critical} --- @@ -2858,7 +2858,7 @@ FacetShowOtherSeries interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -2870,7 +2870,7 @@ Height *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -2882,7 +2882,7 @@ IgnoreTimeRange interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -2896,7 +2896,7 @@ InitialSorting OneDashboardPageWidgetBillboardInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -2908,7 +2908,7 @@ LegendEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -2922,7 +2922,7 @@ NullValues interface{} null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -2934,7 +2934,7 @@ RefreshRate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -2948,7 +2948,7 @@ Units interface{} units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -2962,7 +2962,7 @@ Warning *string The warning threshold value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#warning OneDashboard#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#warning OneDashboard#warning} --- @@ -2974,7 +2974,7 @@ Width *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -2986,7 +2986,7 @@ YAxisLeftMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -2998,7 +2998,7 @@ YAxisLeftMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -3019,7 +3019,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -3032,7 +3032,7 @@ Color *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -3046,7 +3046,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3082,7 +3082,7 @@ Color *string Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -3096,7 +3096,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3132,7 +3132,7 @@ Direction *string Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -3146,7 +3146,7 @@ Name *string The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -3182,7 +3182,7 @@ Query *string The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -3196,7 +3196,7 @@ AccountId *f64 The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -3217,7 +3217,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -3230,7 +3230,7 @@ NullValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -3244,7 +3244,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3280,7 +3280,7 @@ NullValue *string Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -3294,7 +3294,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3316,7 +3316,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | interface{} | series_overrides block. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -3330,7 +3330,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3342,7 +3342,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -3378,7 +3378,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3392,7 +3392,7 @@ Unit *string Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -3428,23 +3428,23 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | Limit | *f64 | The maximum value for the visualization. | | NrqlQuery | interface{} | nrql_query block. | -| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | *string | A title for the widget. | | Colors | interface{} | colors block. | -| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetBulletInitialSorting | initial_sorting block. | -| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | interface{} | null_values block. | -| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | interface{} | units block. | -| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -3456,7 +3456,7 @@ Column *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -3470,7 +3470,7 @@ Limit *f64 The maximum value for the visualization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#limit OneDashboard#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#limit OneDashboard#limit} --- @@ -3484,7 +3484,7 @@ NrqlQuery interface{} nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -3496,7 +3496,7 @@ Row *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -3510,7 +3510,7 @@ Title *string A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -3524,7 +3524,7 @@ Colors interface{} colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -3536,7 +3536,7 @@ FacetShowOtherSeries interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -3548,7 +3548,7 @@ Height *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -3560,7 +3560,7 @@ IgnoreTimeRange interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -3574,7 +3574,7 @@ InitialSorting OneDashboardPageWidgetBulletInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -3586,7 +3586,7 @@ LegendEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -3600,7 +3600,7 @@ NullValues interface{} null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -3612,7 +3612,7 @@ RefreshRate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -3626,7 +3626,7 @@ Units interface{} units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -3638,7 +3638,7 @@ Width *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -3650,7 +3650,7 @@ YAxisLeftMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -3662,7 +3662,7 @@ YAxisLeftMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -3683,7 +3683,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -3696,7 +3696,7 @@ Color *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -3710,7 +3710,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3746,7 +3746,7 @@ Color *string Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -3760,7 +3760,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3796,7 +3796,7 @@ Direction *string Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -3810,7 +3810,7 @@ Name *string The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -3846,7 +3846,7 @@ Query *string The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -3860,7 +3860,7 @@ AccountId *f64 The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -3881,7 +3881,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -3894,7 +3894,7 @@ NullValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -3908,7 +3908,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3944,7 +3944,7 @@ NullValue *string Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -3958,7 +3958,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3980,7 +3980,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | interface{} | series_overrides block. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -3994,7 +3994,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4006,7 +4006,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -4042,7 +4042,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4056,7 +4056,7 @@ Unit *string Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -4091,22 +4091,22 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | interface{} | nrql_query block. | -| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | *string | A title for the widget. | | Colors | interface{} | colors block. | -| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetFunnelInitialSorting | initial_sorting block. | -| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | interface{} | null_values block. | -| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | interface{} | units block. | -| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -4118,7 +4118,7 @@ Column *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -4132,7 +4132,7 @@ NrqlQuery interface{} nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -4144,7 +4144,7 @@ Row *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -4158,7 +4158,7 @@ Title *string A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -4172,7 +4172,7 @@ Colors interface{} colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -4184,7 +4184,7 @@ FacetShowOtherSeries interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -4196,7 +4196,7 @@ Height *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -4208,7 +4208,7 @@ IgnoreTimeRange interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -4222,7 +4222,7 @@ InitialSorting OneDashboardPageWidgetFunnelInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -4234,7 +4234,7 @@ LegendEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -4248,7 +4248,7 @@ NullValues interface{} null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -4260,7 +4260,7 @@ RefreshRate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -4274,7 +4274,7 @@ Units interface{} units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -4286,7 +4286,7 @@ Width *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -4298,7 +4298,7 @@ YAxisLeftMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -4310,7 +4310,7 @@ YAxisLeftMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -4331,7 +4331,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -4344,7 +4344,7 @@ Color *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -4358,7 +4358,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4394,7 +4394,7 @@ Color *string Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -4408,7 +4408,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4444,7 +4444,7 @@ Direction *string Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -4458,7 +4458,7 @@ Name *string The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -4494,7 +4494,7 @@ Query *string The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -4508,7 +4508,7 @@ AccountId *f64 The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -4529,7 +4529,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -4542,7 +4542,7 @@ NullValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -4556,7 +4556,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4592,7 +4592,7 @@ NullValue *string Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -4606,7 +4606,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4628,7 +4628,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | interface{} | series_overrides block. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -4642,7 +4642,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4654,7 +4654,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -4690,7 +4690,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4704,7 +4704,7 @@ Unit *string Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -4741,24 +4741,24 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | interface{} | nrql_query block. | -| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | *string | A title for the widget. | | Colors | interface{} | colors block. | -| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | FilterCurrentDashboard | interface{} | Use this item to filter the current dashboard. | -| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetHeatmapInitialSorting | initial_sorting block. | -| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | LinkedEntityGuids | *[]*string | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | NullValues | interface{} | null_values block. | -| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | interface{} | units block. | -| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -4770,7 +4770,7 @@ Column *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -4784,7 +4784,7 @@ NrqlQuery interface{} nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -4796,7 +4796,7 @@ Row *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -4810,7 +4810,7 @@ Title *string A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -4824,7 +4824,7 @@ Colors interface{} colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -4836,7 +4836,7 @@ FacetShowOtherSeries interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -4850,7 +4850,7 @@ FilterCurrentDashboard interface{} Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -4862,7 +4862,7 @@ Height *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -4874,7 +4874,7 @@ IgnoreTimeRange interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -4888,7 +4888,7 @@ InitialSorting OneDashboardPageWidgetHeatmapInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -4900,7 +4900,7 @@ LegendEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -4914,7 +4914,7 @@ LinkedEntityGuids *[]*string Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -4928,7 +4928,7 @@ NullValues interface{} null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -4940,7 +4940,7 @@ RefreshRate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -4954,7 +4954,7 @@ Units interface{} units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -4966,7 +4966,7 @@ Width *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -4978,7 +4978,7 @@ YAxisLeftMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -4990,7 +4990,7 @@ YAxisLeftMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -5011,7 +5011,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -5024,7 +5024,7 @@ Color *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -5038,7 +5038,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5074,7 +5074,7 @@ Color *string Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -5088,7 +5088,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5124,7 +5124,7 @@ Direction *string Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -5138,7 +5138,7 @@ Name *string The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -5174,7 +5174,7 @@ Query *string The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -5188,7 +5188,7 @@ AccountId *f64 The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -5209,7 +5209,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -5222,7 +5222,7 @@ NullValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -5236,7 +5236,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5272,7 +5272,7 @@ NullValue *string Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -5286,7 +5286,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5308,7 +5308,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | interface{} | series_overrides block. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -5322,7 +5322,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5334,7 +5334,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -5370,7 +5370,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5384,7 +5384,7 @@ Unit *string Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -5419,22 +5419,22 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | interface{} | nrql_query block. | -| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | *string | A title for the widget. | | Colors | interface{} | colors block. | -| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetHistogramInitialSorting | initial_sorting block. | -| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | interface{} | null_values block. | -| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | interface{} | units block. | -| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -5446,7 +5446,7 @@ Column *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -5460,7 +5460,7 @@ NrqlQuery interface{} nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -5472,7 +5472,7 @@ Row *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -5486,7 +5486,7 @@ Title *string A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -5500,7 +5500,7 @@ Colors interface{} colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -5512,7 +5512,7 @@ FacetShowOtherSeries interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -5524,7 +5524,7 @@ Height *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -5536,7 +5536,7 @@ IgnoreTimeRange interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -5550,7 +5550,7 @@ InitialSorting OneDashboardPageWidgetHistogramInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -5562,7 +5562,7 @@ LegendEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -5576,7 +5576,7 @@ NullValues interface{} null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -5588,7 +5588,7 @@ RefreshRate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -5602,7 +5602,7 @@ Units interface{} units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -5614,7 +5614,7 @@ Width *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -5626,7 +5626,7 @@ YAxisLeftMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -5638,7 +5638,7 @@ YAxisLeftMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -5659,7 +5659,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -5672,7 +5672,7 @@ Color *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -5686,7 +5686,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5722,7 +5722,7 @@ Color *string Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -5736,7 +5736,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5772,7 +5772,7 @@ Direction *string Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -5786,7 +5786,7 @@ Name *string The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -5822,7 +5822,7 @@ Query *string The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -5836,7 +5836,7 @@ AccountId *f64 The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -5857,7 +5857,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -5870,7 +5870,7 @@ NullValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -5884,7 +5884,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5920,7 +5920,7 @@ NullValue *string Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -5934,7 +5934,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5956,7 +5956,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | interface{} | series_overrides block. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -5970,7 +5970,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5982,7 +5982,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -6018,7 +6018,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6032,7 +6032,7 @@ Unit *string Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -6067,22 +6067,22 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | interface{} | nrql_query block. | -| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | *string | A title for the widget. | | Colors | interface{} | colors block. | -| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetJsonInitialSorting | initial_sorting block. | -| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | interface{} | null_values block. | -| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | interface{} | units block. | -| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -6094,7 +6094,7 @@ Column *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -6108,7 +6108,7 @@ NrqlQuery interface{} nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -6120,7 +6120,7 @@ Row *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -6134,7 +6134,7 @@ Title *string A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -6148,7 +6148,7 @@ Colors interface{} colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -6160,7 +6160,7 @@ FacetShowOtherSeries interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -6172,7 +6172,7 @@ Height *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -6184,7 +6184,7 @@ IgnoreTimeRange interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -6198,7 +6198,7 @@ InitialSorting OneDashboardPageWidgetJsonInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -6210,7 +6210,7 @@ LegendEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -6224,7 +6224,7 @@ NullValues interface{} null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -6236,7 +6236,7 @@ RefreshRate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -6250,7 +6250,7 @@ Units interface{} units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -6262,7 +6262,7 @@ Width *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -6274,7 +6274,7 @@ YAxisLeftMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -6286,7 +6286,7 @@ YAxisLeftMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -6307,7 +6307,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -6320,7 +6320,7 @@ Color *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -6334,7 +6334,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6370,7 +6370,7 @@ Color *string Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -6384,7 +6384,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6420,7 +6420,7 @@ Direction *string Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -6434,7 +6434,7 @@ Name *string The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -6470,7 +6470,7 @@ Query *string The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -6484,7 +6484,7 @@ AccountId *f64 The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -6505,7 +6505,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -6518,7 +6518,7 @@ NullValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -6532,7 +6532,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6568,7 +6568,7 @@ NullValue *string Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -6582,7 +6582,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6604,7 +6604,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | interface{} | series_overrides block. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -6618,7 +6618,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6630,7 +6630,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -6666,7 +6666,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6680,7 +6680,7 @@ Unit *string Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -6719,24 +6719,24 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | interface{} | nrql_query block. | -| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | *string | A title for the widget. | | Colors | interface{} | colors block. | -| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetLineInitialSorting | initial_sorting block. | | IsLabelVisible | interface{} | Specified if the label should be visible in the graph created when specified with thresholds. | -| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | interface{} | null_values block. | -| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Threshold | interface{} | threshold block. | | Units | interface{} | units block. | -| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | | YAxisLeftZero | interface{} | Specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range. | | YAxisRight | OneDashboardPageWidgetLineYAxisRight | y_axis_right block. | @@ -6750,7 +6750,7 @@ Column *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -6764,7 +6764,7 @@ NrqlQuery interface{} nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -6776,7 +6776,7 @@ Row *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -6790,7 +6790,7 @@ Title *string A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -6804,7 +6804,7 @@ Colors interface{} colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -6816,7 +6816,7 @@ FacetShowOtherSeries interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -6828,7 +6828,7 @@ Height *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -6840,7 +6840,7 @@ IgnoreTimeRange interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -6854,7 +6854,7 @@ InitialSorting OneDashboardPageWidgetLineInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -6868,7 +6868,7 @@ IsLabelVisible interface{} Specified if the label should be visible in the graph created when specified with thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#is_label_visible OneDashboard#is_label_visible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#is_label_visible OneDashboard#is_label_visible} --- @@ -6880,7 +6880,7 @@ LegendEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -6894,7 +6894,7 @@ NullValues interface{} null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -6906,7 +6906,7 @@ RefreshRate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -6920,7 +6920,7 @@ Threshold interface{} threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#threshold OneDashboard#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#threshold OneDashboard#threshold} --- @@ -6934,7 +6934,7 @@ Units interface{} units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -6946,7 +6946,7 @@ Width *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -6958,7 +6958,7 @@ YAxisLeftMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -6970,7 +6970,7 @@ YAxisLeftMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -6984,7 +6984,7 @@ YAxisLeftZero interface{} Specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_zero OneDashboard#y_axis_left_zero} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_zero OneDashboard#y_axis_left_zero} --- @@ -6998,7 +6998,7 @@ YAxisRight OneDashboardPageWidgetLineYAxisRight y_axis_right block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right OneDashboard#y_axis_right} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right OneDashboard#y_axis_right} --- @@ -7019,7 +7019,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -7032,7 +7032,7 @@ Color *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -7046,7 +7046,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7082,7 +7082,7 @@ Color *string Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -7096,7 +7096,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7132,7 +7132,7 @@ Direction *string Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -7146,7 +7146,7 @@ Name *string The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -7182,7 +7182,7 @@ Query *string The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -7196,7 +7196,7 @@ AccountId *f64 The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -7217,7 +7217,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -7230,7 +7230,7 @@ NullValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -7244,7 +7244,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7280,7 +7280,7 @@ NullValue *string Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -7294,7 +7294,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7334,7 +7334,7 @@ From *string The number from which the range starts in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#from OneDashboard#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#from OneDashboard#from} --- @@ -7348,7 +7348,7 @@ Name *string Name of the threshold created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -7362,7 +7362,7 @@ Severity *string Severity of the threshold, which would reflect in the widget, in the range of the threshold specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#severity OneDashboard#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#severity OneDashboard#severity} --- @@ -7376,7 +7376,7 @@ To *string The number at which the range ends in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#to OneDashboard#to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#to OneDashboard#to} --- @@ -7398,7 +7398,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | interface{} | series_overrides block. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -7412,7 +7412,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7424,7 +7424,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -7460,7 +7460,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7474,7 +7474,7 @@ Unit *string Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -7514,7 +7514,7 @@ YAxisRightMax *f64 Minimum value of the range to be specified with the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_max OneDashboard#y_axis_right_max} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_max OneDashboard#y_axis_right_max} --- @@ -7528,7 +7528,7 @@ YAxisRightMin *f64 Minimum value of the range to be specified with the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_min OneDashboard#y_axis_right_min} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_min OneDashboard#y_axis_right_min} --- @@ -7542,7 +7542,7 @@ YAxisRightSeries *[]*string A set of series that helps specify the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_series OneDashboard#y_axis_right_series} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_series OneDashboard#y_axis_right_series} --- @@ -7556,7 +7556,7 @@ YAxisRightZero interface{} An attribute that helps specify the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_zero OneDashboard#y_axis_right_zero} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_zero OneDashboard#y_axis_right_zero} --- @@ -7591,22 +7591,22 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | interface{} | nrql_query block. | -| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | *string | A title for the widget. | | Colors | interface{} | colors block. | -| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetLogTableInitialSorting | initial_sorting block. | -| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | interface{} | null_values block. | -| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | interface{} | units block. | -| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -7618,7 +7618,7 @@ Column *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -7632,7 +7632,7 @@ NrqlQuery interface{} nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -7644,7 +7644,7 @@ Row *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -7658,7 +7658,7 @@ Title *string A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -7672,7 +7672,7 @@ Colors interface{} colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -7684,7 +7684,7 @@ FacetShowOtherSeries interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -7696,7 +7696,7 @@ Height *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -7708,7 +7708,7 @@ IgnoreTimeRange interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -7722,7 +7722,7 @@ InitialSorting OneDashboardPageWidgetLogTableInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -7734,7 +7734,7 @@ LegendEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -7748,7 +7748,7 @@ NullValues interface{} null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -7760,7 +7760,7 @@ RefreshRate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -7774,7 +7774,7 @@ Units interface{} units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -7786,7 +7786,7 @@ Width *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -7798,7 +7798,7 @@ YAxisLeftMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -7810,7 +7810,7 @@ YAxisLeftMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -7831,7 +7831,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -7844,7 +7844,7 @@ Color *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -7858,7 +7858,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7894,7 +7894,7 @@ Color *string Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -7908,7 +7908,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7944,7 +7944,7 @@ Direction *string Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -7958,7 +7958,7 @@ Name *string The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -7994,7 +7994,7 @@ Query *string The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -8008,7 +8008,7 @@ AccountId *f64 The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -8029,7 +8029,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -8042,7 +8042,7 @@ NullValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -8056,7 +8056,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8092,7 +8092,7 @@ NullValue *string Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -8106,7 +8106,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8128,7 +8128,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | interface{} | series_overrides block. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -8142,7 +8142,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8154,7 +8154,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -8190,7 +8190,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8204,7 +8204,7 @@ Unit *string Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -8239,22 +8239,22 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | -| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | -| Text | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#text OneDashboard#text}. | +| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | +| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | +| Text | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#text OneDashboard#text}. | | Title | *string | A title for the widget. | | Colors | interface{} | colors block. | -| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetMarkdownInitialSorting | initial_sorting block. | -| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | interface{} | null_values block. | -| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | interface{} | units block. | -| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -8266,7 +8266,7 @@ Column *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -8278,7 +8278,7 @@ Row *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -8290,7 +8290,7 @@ Text *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#text OneDashboard#text}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#text OneDashboard#text}. --- @@ -8304,7 +8304,7 @@ Title *string A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -8318,7 +8318,7 @@ Colors interface{} colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -8330,7 +8330,7 @@ FacetShowOtherSeries interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -8342,7 +8342,7 @@ Height *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -8354,7 +8354,7 @@ IgnoreTimeRange interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -8368,7 +8368,7 @@ InitialSorting OneDashboardPageWidgetMarkdownInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -8380,7 +8380,7 @@ LegendEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -8394,7 +8394,7 @@ NullValues interface{} null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -8406,7 +8406,7 @@ RefreshRate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -8420,7 +8420,7 @@ Units interface{} units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -8432,7 +8432,7 @@ Width *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -8444,7 +8444,7 @@ YAxisLeftMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -8456,7 +8456,7 @@ YAxisLeftMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -8477,7 +8477,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -8490,7 +8490,7 @@ Color *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -8504,7 +8504,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8540,7 +8540,7 @@ Color *string Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -8554,7 +8554,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8590,7 +8590,7 @@ Direction *string Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -8604,7 +8604,7 @@ Name *string The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -8625,7 +8625,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -8638,7 +8638,7 @@ NullValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -8652,7 +8652,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8688,7 +8688,7 @@ NullValue *string Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -8702,7 +8702,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8724,7 +8724,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | interface{} | series_overrides block. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -8738,7 +8738,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8750,7 +8750,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -8786,7 +8786,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8800,7 +8800,7 @@ Unit *string Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -8837,24 +8837,24 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | interface{} | nrql_query block. | -| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | *string | A title for the widget. | | Colors | interface{} | colors block. | -| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | FilterCurrentDashboard | interface{} | Use this item to filter the current dashboard. | -| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetPieInitialSorting | initial_sorting block. | -| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | LinkedEntityGuids | *[]*string | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | NullValues | interface{} | null_values block. | -| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | interface{} | units block. | -| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -8866,7 +8866,7 @@ Column *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -8880,7 +8880,7 @@ NrqlQuery interface{} nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -8892,7 +8892,7 @@ Row *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -8906,7 +8906,7 @@ Title *string A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -8920,7 +8920,7 @@ Colors interface{} colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -8932,7 +8932,7 @@ FacetShowOtherSeries interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -8946,7 +8946,7 @@ FilterCurrentDashboard interface{} Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -8958,7 +8958,7 @@ Height *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -8970,7 +8970,7 @@ IgnoreTimeRange interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -8984,7 +8984,7 @@ InitialSorting OneDashboardPageWidgetPieInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -8996,7 +8996,7 @@ LegendEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -9010,7 +9010,7 @@ LinkedEntityGuids *[]*string Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -9024,7 +9024,7 @@ NullValues interface{} null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -9036,7 +9036,7 @@ RefreshRate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -9050,7 +9050,7 @@ Units interface{} units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -9062,7 +9062,7 @@ Width *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -9074,7 +9074,7 @@ YAxisLeftMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -9086,7 +9086,7 @@ YAxisLeftMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -9107,7 +9107,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -9120,7 +9120,7 @@ Color *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -9134,7 +9134,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9170,7 +9170,7 @@ Color *string Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -9184,7 +9184,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9220,7 +9220,7 @@ Direction *string Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -9234,7 +9234,7 @@ Name *string The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -9270,7 +9270,7 @@ Query *string The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -9284,7 +9284,7 @@ AccountId *f64 The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -9305,7 +9305,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -9318,7 +9318,7 @@ NullValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -9332,7 +9332,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9368,7 +9368,7 @@ NullValue *string Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -9382,7 +9382,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9404,7 +9404,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | interface{} | series_overrides block. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -9418,7 +9418,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9430,7 +9430,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -9466,7 +9466,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9480,7 +9480,7 @@ Unit *string Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -9515,22 +9515,22 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | interface{} | nrql_query block. | -| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | *string | A title for the widget. | | Colors | interface{} | colors block. | -| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetStackedBarInitialSorting | initial_sorting block. | -| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | NullValues | interface{} | null_values block. | -| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Units | interface{} | units block. | -| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -9542,7 +9542,7 @@ Column *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -9556,7 +9556,7 @@ NrqlQuery interface{} nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -9568,7 +9568,7 @@ Row *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -9582,7 +9582,7 @@ Title *string A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -9596,7 +9596,7 @@ Colors interface{} colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -9608,7 +9608,7 @@ FacetShowOtherSeries interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -9620,7 +9620,7 @@ Height *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -9632,7 +9632,7 @@ IgnoreTimeRange interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -9646,7 +9646,7 @@ InitialSorting OneDashboardPageWidgetStackedBarInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -9658,7 +9658,7 @@ LegendEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -9672,7 +9672,7 @@ NullValues interface{} null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -9684,7 +9684,7 @@ RefreshRate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -9698,7 +9698,7 @@ Units interface{} units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -9710,7 +9710,7 @@ Width *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -9722,7 +9722,7 @@ YAxisLeftMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -9734,7 +9734,7 @@ YAxisLeftMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -9755,7 +9755,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -9768,7 +9768,7 @@ Color *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -9782,7 +9782,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9818,7 +9818,7 @@ Color *string Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -9832,7 +9832,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9868,7 +9868,7 @@ Direction *string Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -9882,7 +9882,7 @@ Name *string The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -9918,7 +9918,7 @@ Query *string The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -9932,7 +9932,7 @@ AccountId *f64 The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -9953,7 +9953,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -9966,7 +9966,7 @@ NullValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -9980,7 +9980,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10016,7 +10016,7 @@ NullValue *string Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -10030,7 +10030,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10052,7 +10052,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | interface{} | series_overrides block. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -10066,7 +10066,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10078,7 +10078,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -10114,7 +10114,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10128,7 +10128,7 @@ Unit *string Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -10166,25 +10166,25 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | NrqlQuery | interface{} | nrql_query block. | -| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | Title | *string | A title for the widget. | | Colors | interface{} | colors block. | -| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| FacetShowOtherSeries | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | FilterCurrentDashboard | interface{} | Use this item to filter the current dashboard. | -| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| IgnoreTimeRange | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | InitialSorting | OneDashboardPageWidgetTableInitialSorting | initial_sorting block. | -| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| LegendEnabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | LinkedEntityGuids | *[]*string | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | NullValues | interface{} | null_values block. | -| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| RefreshRate | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | Threshold | interface{} | threshold block. | | Units | interface{} | units block. | -| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| YAxisLeftMax | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| YAxisLeftMin | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -10196,7 +10196,7 @@ Column *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -10210,7 +10210,7 @@ NrqlQuery interface{} nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -10222,7 +10222,7 @@ Row *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -10236,7 +10236,7 @@ Title *string A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -10250,7 +10250,7 @@ Colors interface{} colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -10262,7 +10262,7 @@ FacetShowOtherSeries interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -10276,7 +10276,7 @@ FilterCurrentDashboard interface{} Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -10288,7 +10288,7 @@ Height *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -10300,7 +10300,7 @@ IgnoreTimeRange interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -10314,7 +10314,7 @@ InitialSorting OneDashboardPageWidgetTableInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -10326,7 +10326,7 @@ LegendEnabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -10340,7 +10340,7 @@ LinkedEntityGuids *[]*string Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -10354,7 +10354,7 @@ NullValues interface{} null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -10366,7 +10366,7 @@ RefreshRate *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -10380,7 +10380,7 @@ Threshold interface{} threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#threshold OneDashboard#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#threshold OneDashboard#threshold} --- @@ -10394,7 +10394,7 @@ Units interface{} units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -10406,7 +10406,7 @@ Width *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -10418,7 +10418,7 @@ YAxisLeftMax *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -10430,7 +10430,7 @@ YAxisLeftMin *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -10451,7 +10451,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| Color | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -10464,7 +10464,7 @@ Color *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -10478,7 +10478,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10514,7 +10514,7 @@ Color *string Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -10528,7 +10528,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10564,7 +10564,7 @@ Direction *string Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -10578,7 +10578,7 @@ Name *string The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -10614,7 +10614,7 @@ Query *string The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -10628,7 +10628,7 @@ AccountId *f64 The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -10649,7 +10649,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | -| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| NullValue | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | SeriesOverrides | interface{} | series_overrides block. | --- @@ -10662,7 +10662,7 @@ NullValue *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -10676,7 +10676,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10712,7 +10712,7 @@ NullValue *string Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -10726,7 +10726,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10766,7 +10766,7 @@ ColumnName *string Name of the column in the table, to which the threshold would be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column_name OneDashboard#column_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column_name OneDashboard#column_name} --- @@ -10780,7 +10780,7 @@ From *string The number from which the range starts in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#from OneDashboard#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#from OneDashboard#from} --- @@ -10794,7 +10794,7 @@ Severity *string Severity of the threshold, which would reflect in the widget, in the range of the threshold specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#severity OneDashboard#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#severity OneDashboard#severity} --- @@ -10808,7 +10808,7 @@ To *string The number at which the range ends in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#to OneDashboard#to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#to OneDashboard#to} --- @@ -10830,7 +10830,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboard" | **Name** | **Type** | **Description** | | --- | --- | --- | | SeriesOverrides | interface{} | series_overrides block. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -10844,7 +10844,7 @@ SeriesOverrides interface{} series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10856,7 +10856,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -10892,7 +10892,7 @@ SeriesName *string Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10906,7 +10906,7 @@ Unit *string Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -10956,7 +10956,7 @@ Name *string The variable identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -10970,7 +10970,7 @@ ReplacementStrategy *string Indicates the strategy to apply when replacing a variable in a NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#replacement_strategy OneDashboard#replacement_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#replacement_strategy OneDashboard#replacement_strategy} --- @@ -10984,7 +10984,7 @@ Title *string Human-friendly display string for this variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -10998,7 +10998,7 @@ Type *string Specifies the data type of the variable and where its possible values may come from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#type OneDashboard#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#type OneDashboard#type} --- @@ -11012,7 +11012,7 @@ DefaultValues *[]*string Default values for this variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#default_values OneDashboard#default_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#default_values OneDashboard#default_values} --- @@ -11026,7 +11026,7 @@ IsMultiSelection interface{} Indicates whether this variable supports multiple selection or not. Only applies to variables of type NRQL or ENUM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#is_multi_selection OneDashboard#is_multi_selection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#is_multi_selection OneDashboard#is_multi_selection} --- @@ -11040,7 +11040,7 @@ Item interface{} item block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#item OneDashboard#item} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#item OneDashboard#item} --- @@ -11054,7 +11054,7 @@ NrqlQuery OneDashboardVariableNrqlQuery nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -11068,7 +11068,7 @@ Options interface{} options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#options OneDashboard#options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#options OneDashboard#options} --- @@ -11104,7 +11104,7 @@ Value *string A possible variable value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#value OneDashboard#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#value OneDashboard#value} --- @@ -11118,7 +11118,7 @@ Title *string A human-friendly display string for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -11154,7 +11154,7 @@ Query *string NRQL formatted query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -11168,7 +11168,7 @@ AccountIds *[]*f64 New Relic account ID(s) to issue the query against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_ids OneDashboard#account_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_ids OneDashboard#account_ids} --- @@ -11204,7 +11204,7 @@ Only applies to variables of type NRQL. With this turned on, the time range for the NRQL query will override the time picker on dashboards and other pages. Turn this off to use the time picker as normal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} --- diff --git a/docs/oneDashboard.java.md b/docs/oneDashboard.java.md index 07e50dce9..43d344995 100644 --- a/docs/oneDashboard.java.md +++ b/docs/oneDashboard.java.md @@ -4,7 +4,7 @@ ### OneDashboard -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard newrelic_one_dashboard}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard newrelic_one_dashboard}. #### Initializers @@ -50,7 +50,7 @@ OneDashboard.Builder.create(Construct scope, java.lang.String id) | page | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPage> | page block. | | accountId | java.lang.Number | The New Relic account ID where you want to create the dashboard. | | description | java.lang.String | The dashboard's description. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#id OneDashboard#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#id OneDashboard#id}. | | permissions | java.lang.String | Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. | | variable | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardVariable> | variable block. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The dashboard's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre page block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#page OneDashboard#page} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#page OneDashboard#page} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The dashboard's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#description OneDashboard#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#description OneDashboard#description} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#id OneDashboard#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#id OneDashboard#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. @@ -173,7 +173,7 @@ If you experience problems setting this value it might not be settable. Please t Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#permissions OneDashboard#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#permissions OneDashboard#permissions} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#variable OneDashboard#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#variable OneDashboard#variable} --- @@ -671,7 +671,7 @@ The construct id used in the generated config for the OneDashboard to import. The id of the existing OneDashboard that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#import import section} in the documentation of this resource for the id to use --- @@ -1088,7 +1088,7 @@ OneDashboardConfig.builder() | page | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPage> | page block. | | accountId | java.lang.Number | The New Relic account ID where you want to create the dashboard. | | description | java.lang.String | The dashboard's description. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#id OneDashboard#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#id OneDashboard#id}. | | permissions | java.lang.String | Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. | | variable | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardVariable> | variable block. | @@ -1174,7 +1174,7 @@ public java.lang.String getName(); The dashboard's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -1188,7 +1188,7 @@ public java.lang.Object getPage(); page block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#page OneDashboard#page} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#page OneDashboard#page} --- @@ -1202,7 +1202,7 @@ public java.lang.Number getAccountId(); The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -1216,7 +1216,7 @@ public java.lang.String getDescription(); The dashboard's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#description OneDashboard#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#description OneDashboard#description} --- @@ -1228,7 +1228,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#id OneDashboard#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#id OneDashboard#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. @@ -1245,7 +1245,7 @@ public java.lang.String getPermissions(); Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#permissions OneDashboard#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#permissions OneDashboard#permissions} --- @@ -1259,7 +1259,7 @@ public java.lang.Object getVariable(); variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#variable OneDashboard#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#variable OneDashboard#variable} --- @@ -1337,7 +1337,7 @@ public java.lang.String getName(); The dashboard page's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -1351,7 +1351,7 @@ public java.lang.String getDescription(); The dashboard page's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#description OneDashboard#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#description OneDashboard#description} --- @@ -1365,7 +1365,7 @@ public java.lang.Object getWidgetArea(); widget_area block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_area OneDashboard#widget_area} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_area OneDashboard#widget_area} --- @@ -1379,7 +1379,7 @@ public java.lang.Object getWidgetBar(); widget_bar block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_bar OneDashboard#widget_bar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_bar OneDashboard#widget_bar} --- @@ -1393,7 +1393,7 @@ public java.lang.Object getWidgetBillboard(); widget_billboard block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_billboard OneDashboard#widget_billboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_billboard OneDashboard#widget_billboard} --- @@ -1407,7 +1407,7 @@ public java.lang.Object getWidgetBullet(); widget_bullet block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_bullet OneDashboard#widget_bullet} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_bullet OneDashboard#widget_bullet} --- @@ -1421,7 +1421,7 @@ public java.lang.Object getWidgetFunnel(); widget_funnel block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_funnel OneDashboard#widget_funnel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_funnel OneDashboard#widget_funnel} --- @@ -1435,7 +1435,7 @@ public java.lang.Object getWidgetHeatmap(); widget_heatmap block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_heatmap OneDashboard#widget_heatmap} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_heatmap OneDashboard#widget_heatmap} --- @@ -1449,7 +1449,7 @@ public java.lang.Object getWidgetHistogram(); widget_histogram block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_histogram OneDashboard#widget_histogram} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_histogram OneDashboard#widget_histogram} --- @@ -1463,7 +1463,7 @@ public java.lang.Object getWidgetJson(); widget_json block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_json OneDashboard#widget_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_json OneDashboard#widget_json} --- @@ -1477,7 +1477,7 @@ public java.lang.Object getWidgetLine(); widget_line block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_line OneDashboard#widget_line} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_line OneDashboard#widget_line} --- @@ -1491,7 +1491,7 @@ public java.lang.Object getWidgetLogTable(); widget_log_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_log_table OneDashboard#widget_log_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_log_table OneDashboard#widget_log_table} --- @@ -1505,7 +1505,7 @@ public java.lang.Object getWidgetMarkdown(); widget_markdown block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_markdown OneDashboard#widget_markdown} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_markdown OneDashboard#widget_markdown} --- @@ -1519,7 +1519,7 @@ public java.lang.Object getWidgetPie(); widget_pie block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_pie OneDashboard#widget_pie} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_pie OneDashboard#widget_pie} --- @@ -1533,7 +1533,7 @@ public java.lang.Object getWidgetStackedBar(); widget_stacked_bar block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_stacked_bar OneDashboard#widget_stacked_bar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_stacked_bar OneDashboard#widget_stacked_bar} --- @@ -1547,7 +1547,7 @@ public java.lang.Object getWidgetTable(); widget_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_table OneDashboard#widget_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_table OneDashboard#widget_table} --- @@ -1589,22 +1589,22 @@ OneDashboardPageWidgetArea.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetAreaNrqlQuery> | nrql_query block. | -| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | java.lang.String | A title for the widget. | | colors | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetAreaColors> | colors block. | -| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetAreaInitialSorting | initial_sorting block. | -| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetAreaNullValues> | null_values block. | -| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetAreaUnits> | units block. | -| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -1616,7 +1616,7 @@ public java.lang.Number getColumn(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -1630,7 +1630,7 @@ public java.lang.Object getNrqlQuery(); nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -1642,7 +1642,7 @@ public java.lang.Number getRow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -1656,7 +1656,7 @@ public java.lang.String getTitle(); A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -1670,7 +1670,7 @@ public java.lang.Object getColors(); colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -1682,7 +1682,7 @@ public java.lang.Object getFacetShowOtherSeries(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -1694,7 +1694,7 @@ public java.lang.Number getHeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -1706,7 +1706,7 @@ public java.lang.Object getIgnoreTimeRange(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -1720,7 +1720,7 @@ public OneDashboardPageWidgetAreaInitialSorting getInitialSorting(); initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -1732,7 +1732,7 @@ public java.lang.Object getLegendEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -1746,7 +1746,7 @@ public java.lang.Object getNullValues(); null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -1758,7 +1758,7 @@ public java.lang.String getRefreshRate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -1772,7 +1772,7 @@ public java.lang.Object getUnits(); units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -1784,7 +1784,7 @@ public java.lang.Number getWidth(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -1796,7 +1796,7 @@ public java.lang.Number getYAxisLeftMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -1808,7 +1808,7 @@ public java.lang.Number getYAxisLeftMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -1830,7 +1830,7 @@ OneDashboardPageWidgetAreaColors.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetAreaColorsSeriesOverrides> | series_overrides block. | --- @@ -1843,7 +1843,7 @@ public java.lang.String getColor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -1857,7 +1857,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -1893,7 +1893,7 @@ public java.lang.String getColor(); Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -1907,7 +1907,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -1943,7 +1943,7 @@ public java.lang.String getDirection(); Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -1957,7 +1957,7 @@ public java.lang.String getName(); The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -1993,7 +1993,7 @@ public java.lang.String getQuery(); The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -2007,7 +2007,7 @@ public java.lang.Number getAccountId(); The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -2029,7 +2029,7 @@ OneDashboardPageWidgetAreaNullValues.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetAreaNullValuesSeriesOverrides> | series_overrides block. | --- @@ -2042,7 +2042,7 @@ public java.lang.String getNullValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -2056,7 +2056,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2092,7 +2092,7 @@ public java.lang.String getNullValue(); Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -2106,7 +2106,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2129,7 +2129,7 @@ OneDashboardPageWidgetAreaUnits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetAreaUnitsSeriesOverrides> | series_overrides block. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -2143,7 +2143,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2155,7 +2155,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -2191,7 +2191,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2205,7 +2205,7 @@ public java.lang.String getUnit(); Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -2250,24 +2250,24 @@ OneDashboardPageWidgetBar.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBarNrqlQuery> | nrql_query block. | -| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | java.lang.String | A title for the widget. | | colors | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBarColors> | colors block. | -| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | filterCurrentDashboard | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Use this item to filter the current dashboard. | -| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetBarInitialSorting | initial_sorting block. | -| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | linkedEntityGuids | java.util.List | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | nullValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBarNullValues> | null_values block. | -| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBarUnits> | units block. | -| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -2279,7 +2279,7 @@ public java.lang.Number getColumn(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -2293,7 +2293,7 @@ public java.lang.Object getNrqlQuery(); nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -2305,7 +2305,7 @@ public java.lang.Number getRow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -2319,7 +2319,7 @@ public java.lang.String getTitle(); A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -2333,7 +2333,7 @@ public java.lang.Object getColors(); colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -2345,7 +2345,7 @@ public java.lang.Object getFacetShowOtherSeries(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -2359,7 +2359,7 @@ public java.lang.Object getFilterCurrentDashboard(); Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -2371,7 +2371,7 @@ public java.lang.Number getHeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -2383,7 +2383,7 @@ public java.lang.Object getIgnoreTimeRange(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -2397,7 +2397,7 @@ public OneDashboardPageWidgetBarInitialSorting getInitialSorting(); initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -2409,7 +2409,7 @@ public java.lang.Object getLegendEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -2423,7 +2423,7 @@ public java.util.List getLinkedEntityGuids(); Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -2437,7 +2437,7 @@ public java.lang.Object getNullValues(); null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -2449,7 +2449,7 @@ public java.lang.String getRefreshRate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -2463,7 +2463,7 @@ public java.lang.Object getUnits(); units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -2475,7 +2475,7 @@ public java.lang.Number getWidth(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -2487,7 +2487,7 @@ public java.lang.Number getYAxisLeftMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -2499,7 +2499,7 @@ public java.lang.Number getYAxisLeftMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -2521,7 +2521,7 @@ OneDashboardPageWidgetBarColors.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBarColorsSeriesOverrides> | series_overrides block. | --- @@ -2534,7 +2534,7 @@ public java.lang.String getColor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -2548,7 +2548,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2584,7 +2584,7 @@ public java.lang.String getColor(); Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -2598,7 +2598,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2634,7 +2634,7 @@ public java.lang.String getDirection(); Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -2648,7 +2648,7 @@ public java.lang.String getName(); The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -2684,7 +2684,7 @@ public java.lang.String getQuery(); The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -2698,7 +2698,7 @@ public java.lang.Number getAccountId(); The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -2720,7 +2720,7 @@ OneDashboardPageWidgetBarNullValues.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBarNullValuesSeriesOverrides> | series_overrides block. | --- @@ -2733,7 +2733,7 @@ public java.lang.String getNullValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -2747,7 +2747,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2783,7 +2783,7 @@ public java.lang.String getNullValue(); Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -2797,7 +2797,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2820,7 +2820,7 @@ OneDashboardPageWidgetBarUnits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBarUnitsSeriesOverrides> | series_overrides block. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -2834,7 +2834,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2846,7 +2846,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -2882,7 +2882,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2896,7 +2896,7 @@ public java.lang.String getUnit(); Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -2940,24 +2940,24 @@ OneDashboardPageWidgetBillboard.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBillboardNrqlQuery> | nrql_query block. | -| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | java.lang.String | A title for the widget. | | colors | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBillboardColors> | colors block. | | critical | java.lang.String | The critical threshold value. | -| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetBillboardInitialSorting | initial_sorting block. | -| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBillboardNullValues> | null_values block. | -| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBillboardUnits> | units block. | | warning | java.lang.String | The warning threshold value. | -| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -2969,7 +2969,7 @@ public java.lang.Number getColumn(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -2983,7 +2983,7 @@ public java.lang.Object getNrqlQuery(); nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -2995,7 +2995,7 @@ public java.lang.Number getRow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -3009,7 +3009,7 @@ public java.lang.String getTitle(); A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -3023,7 +3023,7 @@ public java.lang.Object getColors(); colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -3037,7 +3037,7 @@ public java.lang.String getCritical(); The critical threshold value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#critical OneDashboard#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#critical OneDashboard#critical} --- @@ -3049,7 +3049,7 @@ public java.lang.Object getFacetShowOtherSeries(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -3061,7 +3061,7 @@ public java.lang.Number getHeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -3073,7 +3073,7 @@ public java.lang.Object getIgnoreTimeRange(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -3087,7 +3087,7 @@ public OneDashboardPageWidgetBillboardInitialSorting getInitialSorting(); initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -3099,7 +3099,7 @@ public java.lang.Object getLegendEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -3113,7 +3113,7 @@ public java.lang.Object getNullValues(); null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -3125,7 +3125,7 @@ public java.lang.String getRefreshRate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -3139,7 +3139,7 @@ public java.lang.Object getUnits(); units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -3153,7 +3153,7 @@ public java.lang.String getWarning(); The warning threshold value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#warning OneDashboard#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#warning OneDashboard#warning} --- @@ -3165,7 +3165,7 @@ public java.lang.Number getWidth(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -3177,7 +3177,7 @@ public java.lang.Number getYAxisLeftMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -3189,7 +3189,7 @@ public java.lang.Number getYAxisLeftMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -3211,7 +3211,7 @@ OneDashboardPageWidgetBillboardColors.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBillboardColorsSeriesOverrides> | series_overrides block. | --- @@ -3224,7 +3224,7 @@ public java.lang.String getColor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -3238,7 +3238,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3274,7 +3274,7 @@ public java.lang.String getColor(); Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -3288,7 +3288,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3324,7 +3324,7 @@ public java.lang.String getDirection(); Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -3338,7 +3338,7 @@ public java.lang.String getName(); The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -3374,7 +3374,7 @@ public java.lang.String getQuery(); The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -3388,7 +3388,7 @@ public java.lang.Number getAccountId(); The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -3410,7 +3410,7 @@ OneDashboardPageWidgetBillboardNullValues.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBillboardNullValuesSeriesOverrides> | series_overrides block. | --- @@ -3423,7 +3423,7 @@ public java.lang.String getNullValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -3437,7 +3437,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3473,7 +3473,7 @@ public java.lang.String getNullValue(); Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -3487,7 +3487,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3510,7 +3510,7 @@ OneDashboardPageWidgetBillboardUnits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBillboardUnitsSeriesOverrides> | series_overrides block. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -3524,7 +3524,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3536,7 +3536,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -3572,7 +3572,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3586,7 +3586,7 @@ public java.lang.String getUnit(); Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -3629,23 +3629,23 @@ OneDashboardPageWidgetBullet.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | limit | java.lang.Number | The maximum value for the visualization. | | nrqlQuery | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBulletNrqlQuery> | nrql_query block. | -| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | java.lang.String | A title for the widget. | | colors | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBulletColors> | colors block. | -| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetBulletInitialSorting | initial_sorting block. | -| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBulletNullValues> | null_values block. | -| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBulletUnits> | units block. | -| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -3657,7 +3657,7 @@ public java.lang.Number getColumn(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -3671,7 +3671,7 @@ public java.lang.Number getLimit(); The maximum value for the visualization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#limit OneDashboard#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#limit OneDashboard#limit} --- @@ -3685,7 +3685,7 @@ public java.lang.Object getNrqlQuery(); nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -3697,7 +3697,7 @@ public java.lang.Number getRow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -3711,7 +3711,7 @@ public java.lang.String getTitle(); A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -3725,7 +3725,7 @@ public java.lang.Object getColors(); colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -3737,7 +3737,7 @@ public java.lang.Object getFacetShowOtherSeries(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -3749,7 +3749,7 @@ public java.lang.Number getHeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -3761,7 +3761,7 @@ public java.lang.Object getIgnoreTimeRange(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -3775,7 +3775,7 @@ public OneDashboardPageWidgetBulletInitialSorting getInitialSorting(); initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -3787,7 +3787,7 @@ public java.lang.Object getLegendEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -3801,7 +3801,7 @@ public java.lang.Object getNullValues(); null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -3813,7 +3813,7 @@ public java.lang.String getRefreshRate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -3827,7 +3827,7 @@ public java.lang.Object getUnits(); units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -3839,7 +3839,7 @@ public java.lang.Number getWidth(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -3851,7 +3851,7 @@ public java.lang.Number getYAxisLeftMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -3863,7 +3863,7 @@ public java.lang.Number getYAxisLeftMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -3885,7 +3885,7 @@ OneDashboardPageWidgetBulletColors.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBulletColorsSeriesOverrides> | series_overrides block. | --- @@ -3898,7 +3898,7 @@ public java.lang.String getColor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -3912,7 +3912,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3948,7 +3948,7 @@ public java.lang.String getColor(); Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -3962,7 +3962,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3998,7 +3998,7 @@ public java.lang.String getDirection(); Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -4012,7 +4012,7 @@ public java.lang.String getName(); The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -4048,7 +4048,7 @@ public java.lang.String getQuery(); The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -4062,7 +4062,7 @@ public java.lang.Number getAccountId(); The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -4084,7 +4084,7 @@ OneDashboardPageWidgetBulletNullValues.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBulletNullValuesSeriesOverrides> | series_overrides block. | --- @@ -4097,7 +4097,7 @@ public java.lang.String getNullValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -4111,7 +4111,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4147,7 +4147,7 @@ public java.lang.String getNullValue(); Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -4161,7 +4161,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4184,7 +4184,7 @@ OneDashboardPageWidgetBulletUnits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetBulletUnitsSeriesOverrides> | series_overrides block. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -4198,7 +4198,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4210,7 +4210,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -4246,7 +4246,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4260,7 +4260,7 @@ public java.lang.String getUnit(); Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -4302,22 +4302,22 @@ OneDashboardPageWidgetFunnel.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetFunnelNrqlQuery> | nrql_query block. | -| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | java.lang.String | A title for the widget. | | colors | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetFunnelColors> | colors block. | -| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetFunnelInitialSorting | initial_sorting block. | -| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetFunnelNullValues> | null_values block. | -| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetFunnelUnits> | units block. | -| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -4329,7 +4329,7 @@ public java.lang.Number getColumn(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -4343,7 +4343,7 @@ public java.lang.Object getNrqlQuery(); nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -4355,7 +4355,7 @@ public java.lang.Number getRow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -4369,7 +4369,7 @@ public java.lang.String getTitle(); A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -4383,7 +4383,7 @@ public java.lang.Object getColors(); colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -4395,7 +4395,7 @@ public java.lang.Object getFacetShowOtherSeries(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -4407,7 +4407,7 @@ public java.lang.Number getHeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -4419,7 +4419,7 @@ public java.lang.Object getIgnoreTimeRange(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -4433,7 +4433,7 @@ public OneDashboardPageWidgetFunnelInitialSorting getInitialSorting(); initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -4445,7 +4445,7 @@ public java.lang.Object getLegendEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -4459,7 +4459,7 @@ public java.lang.Object getNullValues(); null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -4471,7 +4471,7 @@ public java.lang.String getRefreshRate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -4485,7 +4485,7 @@ public java.lang.Object getUnits(); units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -4497,7 +4497,7 @@ public java.lang.Number getWidth(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -4509,7 +4509,7 @@ public java.lang.Number getYAxisLeftMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -4521,7 +4521,7 @@ public java.lang.Number getYAxisLeftMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -4543,7 +4543,7 @@ OneDashboardPageWidgetFunnelColors.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetFunnelColorsSeriesOverrides> | series_overrides block. | --- @@ -4556,7 +4556,7 @@ public java.lang.String getColor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -4570,7 +4570,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4606,7 +4606,7 @@ public java.lang.String getColor(); Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -4620,7 +4620,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4656,7 +4656,7 @@ public java.lang.String getDirection(); Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -4670,7 +4670,7 @@ public java.lang.String getName(); The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -4706,7 +4706,7 @@ public java.lang.String getQuery(); The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -4720,7 +4720,7 @@ public java.lang.Number getAccountId(); The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -4742,7 +4742,7 @@ OneDashboardPageWidgetFunnelNullValues.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetFunnelNullValuesSeriesOverrides> | series_overrides block. | --- @@ -4755,7 +4755,7 @@ public java.lang.String getNullValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -4769,7 +4769,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4805,7 +4805,7 @@ public java.lang.String getNullValue(); Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -4819,7 +4819,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4842,7 +4842,7 @@ OneDashboardPageWidgetFunnelUnits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetFunnelUnitsSeriesOverrides> | series_overrides block. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -4856,7 +4856,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4868,7 +4868,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -4904,7 +4904,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4918,7 +4918,7 @@ public java.lang.String getUnit(); Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -4963,24 +4963,24 @@ OneDashboardPageWidgetHeatmap.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetHeatmapNrqlQuery> | nrql_query block. | -| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | java.lang.String | A title for the widget. | | colors | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetHeatmapColors> | colors block. | -| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | filterCurrentDashboard | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Use this item to filter the current dashboard. | -| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetHeatmapInitialSorting | initial_sorting block. | -| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | linkedEntityGuids | java.util.List | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | nullValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetHeatmapNullValues> | null_values block. | -| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetHeatmapUnits> | units block. | -| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -4992,7 +4992,7 @@ public java.lang.Number getColumn(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -5006,7 +5006,7 @@ public java.lang.Object getNrqlQuery(); nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -5018,7 +5018,7 @@ public java.lang.Number getRow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -5032,7 +5032,7 @@ public java.lang.String getTitle(); A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -5046,7 +5046,7 @@ public java.lang.Object getColors(); colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -5058,7 +5058,7 @@ public java.lang.Object getFacetShowOtherSeries(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -5072,7 +5072,7 @@ public java.lang.Object getFilterCurrentDashboard(); Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -5084,7 +5084,7 @@ public java.lang.Number getHeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -5096,7 +5096,7 @@ public java.lang.Object getIgnoreTimeRange(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -5110,7 +5110,7 @@ public OneDashboardPageWidgetHeatmapInitialSorting getInitialSorting(); initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -5122,7 +5122,7 @@ public java.lang.Object getLegendEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -5136,7 +5136,7 @@ public java.util.List getLinkedEntityGuids(); Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -5150,7 +5150,7 @@ public java.lang.Object getNullValues(); null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -5162,7 +5162,7 @@ public java.lang.String getRefreshRate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -5176,7 +5176,7 @@ public java.lang.Object getUnits(); units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -5188,7 +5188,7 @@ public java.lang.Number getWidth(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -5200,7 +5200,7 @@ public java.lang.Number getYAxisLeftMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -5212,7 +5212,7 @@ public java.lang.Number getYAxisLeftMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -5234,7 +5234,7 @@ OneDashboardPageWidgetHeatmapColors.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetHeatmapColorsSeriesOverrides> | series_overrides block. | --- @@ -5247,7 +5247,7 @@ public java.lang.String getColor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -5261,7 +5261,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5297,7 +5297,7 @@ public java.lang.String getColor(); Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -5311,7 +5311,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5347,7 +5347,7 @@ public java.lang.String getDirection(); Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -5361,7 +5361,7 @@ public java.lang.String getName(); The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -5397,7 +5397,7 @@ public java.lang.String getQuery(); The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -5411,7 +5411,7 @@ public java.lang.Number getAccountId(); The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -5433,7 +5433,7 @@ OneDashboardPageWidgetHeatmapNullValues.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetHeatmapNullValuesSeriesOverrides> | series_overrides block. | --- @@ -5446,7 +5446,7 @@ public java.lang.String getNullValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -5460,7 +5460,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5496,7 +5496,7 @@ public java.lang.String getNullValue(); Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -5510,7 +5510,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5533,7 +5533,7 @@ OneDashboardPageWidgetHeatmapUnits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetHeatmapUnitsSeriesOverrides> | series_overrides block. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -5547,7 +5547,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5559,7 +5559,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -5595,7 +5595,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5609,7 +5609,7 @@ public java.lang.String getUnit(); Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -5651,22 +5651,22 @@ OneDashboardPageWidgetHistogram.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetHistogramNrqlQuery> | nrql_query block. | -| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | java.lang.String | A title for the widget. | | colors | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetHistogramColors> | colors block. | -| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetHistogramInitialSorting | initial_sorting block. | -| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetHistogramNullValues> | null_values block. | -| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetHistogramUnits> | units block. | -| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -5678,7 +5678,7 @@ public java.lang.Number getColumn(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -5692,7 +5692,7 @@ public java.lang.Object getNrqlQuery(); nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -5704,7 +5704,7 @@ public java.lang.Number getRow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -5718,7 +5718,7 @@ public java.lang.String getTitle(); A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -5732,7 +5732,7 @@ public java.lang.Object getColors(); colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -5744,7 +5744,7 @@ public java.lang.Object getFacetShowOtherSeries(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -5756,7 +5756,7 @@ public java.lang.Number getHeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -5768,7 +5768,7 @@ public java.lang.Object getIgnoreTimeRange(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -5782,7 +5782,7 @@ public OneDashboardPageWidgetHistogramInitialSorting getInitialSorting(); initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -5794,7 +5794,7 @@ public java.lang.Object getLegendEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -5808,7 +5808,7 @@ public java.lang.Object getNullValues(); null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -5820,7 +5820,7 @@ public java.lang.String getRefreshRate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -5834,7 +5834,7 @@ public java.lang.Object getUnits(); units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -5846,7 +5846,7 @@ public java.lang.Number getWidth(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -5858,7 +5858,7 @@ public java.lang.Number getYAxisLeftMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -5870,7 +5870,7 @@ public java.lang.Number getYAxisLeftMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -5892,7 +5892,7 @@ OneDashboardPageWidgetHistogramColors.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetHistogramColorsSeriesOverrides> | series_overrides block. | --- @@ -5905,7 +5905,7 @@ public java.lang.String getColor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -5919,7 +5919,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5955,7 +5955,7 @@ public java.lang.String getColor(); Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -5969,7 +5969,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6005,7 +6005,7 @@ public java.lang.String getDirection(); Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -6019,7 +6019,7 @@ public java.lang.String getName(); The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -6055,7 +6055,7 @@ public java.lang.String getQuery(); The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -6069,7 +6069,7 @@ public java.lang.Number getAccountId(); The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -6091,7 +6091,7 @@ OneDashboardPageWidgetHistogramNullValues.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetHistogramNullValuesSeriesOverrides> | series_overrides block. | --- @@ -6104,7 +6104,7 @@ public java.lang.String getNullValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -6118,7 +6118,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6154,7 +6154,7 @@ public java.lang.String getNullValue(); Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -6168,7 +6168,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6191,7 +6191,7 @@ OneDashboardPageWidgetHistogramUnits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetHistogramUnitsSeriesOverrides> | series_overrides block. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -6205,7 +6205,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6217,7 +6217,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -6253,7 +6253,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6267,7 +6267,7 @@ public java.lang.String getUnit(); Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -6309,22 +6309,22 @@ OneDashboardPageWidgetJson.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetJsonNrqlQuery> | nrql_query block. | -| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | java.lang.String | A title for the widget. | | colors | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetJsonColors> | colors block. | -| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetJsonInitialSorting | initial_sorting block. | -| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetJsonNullValues> | null_values block. | -| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetJsonUnits> | units block. | -| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -6336,7 +6336,7 @@ public java.lang.Number getColumn(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -6350,7 +6350,7 @@ public java.lang.Object getNrqlQuery(); nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -6362,7 +6362,7 @@ public java.lang.Number getRow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -6376,7 +6376,7 @@ public java.lang.String getTitle(); A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -6390,7 +6390,7 @@ public java.lang.Object getColors(); colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -6402,7 +6402,7 @@ public java.lang.Object getFacetShowOtherSeries(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -6414,7 +6414,7 @@ public java.lang.Number getHeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -6426,7 +6426,7 @@ public java.lang.Object getIgnoreTimeRange(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -6440,7 +6440,7 @@ public OneDashboardPageWidgetJsonInitialSorting getInitialSorting(); initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -6452,7 +6452,7 @@ public java.lang.Object getLegendEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -6466,7 +6466,7 @@ public java.lang.Object getNullValues(); null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -6478,7 +6478,7 @@ public java.lang.String getRefreshRate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -6492,7 +6492,7 @@ public java.lang.Object getUnits(); units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -6504,7 +6504,7 @@ public java.lang.Number getWidth(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -6516,7 +6516,7 @@ public java.lang.Number getYAxisLeftMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -6528,7 +6528,7 @@ public java.lang.Number getYAxisLeftMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -6550,7 +6550,7 @@ OneDashboardPageWidgetJsonColors.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetJsonColorsSeriesOverrides> | series_overrides block. | --- @@ -6563,7 +6563,7 @@ public java.lang.String getColor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -6577,7 +6577,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6613,7 +6613,7 @@ public java.lang.String getColor(); Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -6627,7 +6627,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6663,7 +6663,7 @@ public java.lang.String getDirection(); Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -6677,7 +6677,7 @@ public java.lang.String getName(); The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -6713,7 +6713,7 @@ public java.lang.String getQuery(); The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -6727,7 +6727,7 @@ public java.lang.Number getAccountId(); The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -6749,7 +6749,7 @@ OneDashboardPageWidgetJsonNullValues.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetJsonNullValuesSeriesOverrides> | series_overrides block. | --- @@ -6762,7 +6762,7 @@ public java.lang.String getNullValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -6776,7 +6776,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6812,7 +6812,7 @@ public java.lang.String getNullValue(); Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -6826,7 +6826,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6849,7 +6849,7 @@ OneDashboardPageWidgetJsonUnits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetJsonUnitsSeriesOverrides> | series_overrides block. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -6863,7 +6863,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6875,7 +6875,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -6911,7 +6911,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6925,7 +6925,7 @@ public java.lang.String getUnit(); Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -6974,24 +6974,24 @@ OneDashboardPageWidgetLine.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetLineNrqlQuery> | nrql_query block. | -| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | java.lang.String | A title for the widget. | | colors | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetLineColors> | colors block. | -| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetLineInitialSorting | initial_sorting block. | | isLabelVisible | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specified if the label should be visible in the graph created when specified with thresholds. | -| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetLineNullValues> | null_values block. | -| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | threshold | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetLineThreshold> | threshold block. | | units | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetLineUnits> | units block. | -| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | | yAxisLeftZero | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range. | | yAxisRight | OneDashboardPageWidgetLineYAxisRight | y_axis_right block. | @@ -7005,7 +7005,7 @@ public java.lang.Number getColumn(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -7019,7 +7019,7 @@ public java.lang.Object getNrqlQuery(); nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -7031,7 +7031,7 @@ public java.lang.Number getRow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -7045,7 +7045,7 @@ public java.lang.String getTitle(); A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -7059,7 +7059,7 @@ public java.lang.Object getColors(); colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -7071,7 +7071,7 @@ public java.lang.Object getFacetShowOtherSeries(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -7083,7 +7083,7 @@ public java.lang.Number getHeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -7095,7 +7095,7 @@ public java.lang.Object getIgnoreTimeRange(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -7109,7 +7109,7 @@ public OneDashboardPageWidgetLineInitialSorting getInitialSorting(); initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -7123,7 +7123,7 @@ public java.lang.Object getIsLabelVisible(); Specified if the label should be visible in the graph created when specified with thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#is_label_visible OneDashboard#is_label_visible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#is_label_visible OneDashboard#is_label_visible} --- @@ -7135,7 +7135,7 @@ public java.lang.Object getLegendEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -7149,7 +7149,7 @@ public java.lang.Object getNullValues(); null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -7161,7 +7161,7 @@ public java.lang.String getRefreshRate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -7175,7 +7175,7 @@ public java.lang.Object getThreshold(); threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#threshold OneDashboard#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#threshold OneDashboard#threshold} --- @@ -7189,7 +7189,7 @@ public java.lang.Object getUnits(); units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -7201,7 +7201,7 @@ public java.lang.Number getWidth(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -7213,7 +7213,7 @@ public java.lang.Number getYAxisLeftMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -7225,7 +7225,7 @@ public java.lang.Number getYAxisLeftMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -7239,7 +7239,7 @@ public java.lang.Object getYAxisLeftZero(); Specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_zero OneDashboard#y_axis_left_zero} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_zero OneDashboard#y_axis_left_zero} --- @@ -7253,7 +7253,7 @@ public OneDashboardPageWidgetLineYAxisRight getYAxisRight(); y_axis_right block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right OneDashboard#y_axis_right} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right OneDashboard#y_axis_right} --- @@ -7275,7 +7275,7 @@ OneDashboardPageWidgetLineColors.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetLineColorsSeriesOverrides> | series_overrides block. | --- @@ -7288,7 +7288,7 @@ public java.lang.String getColor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -7302,7 +7302,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7338,7 +7338,7 @@ public java.lang.String getColor(); Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -7352,7 +7352,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7388,7 +7388,7 @@ public java.lang.String getDirection(); Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -7402,7 +7402,7 @@ public java.lang.String getName(); The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -7438,7 +7438,7 @@ public java.lang.String getQuery(); The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -7452,7 +7452,7 @@ public java.lang.Number getAccountId(); The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -7474,7 +7474,7 @@ OneDashboardPageWidgetLineNullValues.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetLineNullValuesSeriesOverrides> | series_overrides block. | --- @@ -7487,7 +7487,7 @@ public java.lang.String getNullValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -7501,7 +7501,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7537,7 +7537,7 @@ public java.lang.String getNullValue(); Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -7551,7 +7551,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7591,7 +7591,7 @@ public java.lang.String getFrom(); The number from which the range starts in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#from OneDashboard#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#from OneDashboard#from} --- @@ -7605,7 +7605,7 @@ public java.lang.String getName(); Name of the threshold created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -7619,7 +7619,7 @@ public java.lang.String getSeverity(); Severity of the threshold, which would reflect in the widget, in the range of the threshold specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#severity OneDashboard#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#severity OneDashboard#severity} --- @@ -7633,7 +7633,7 @@ public java.lang.String getTo(); The number at which the range ends in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#to OneDashboard#to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#to OneDashboard#to} --- @@ -7656,7 +7656,7 @@ OneDashboardPageWidgetLineUnits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetLineUnitsSeriesOverrides> | series_overrides block. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -7670,7 +7670,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7682,7 +7682,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -7718,7 +7718,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7732,7 +7732,7 @@ public java.lang.String getUnit(); Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -7773,7 +7773,7 @@ public java.lang.Number getYAxisRightMax(); Minimum value of the range to be specified with the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_max OneDashboard#y_axis_right_max} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_max OneDashboard#y_axis_right_max} --- @@ -7787,7 +7787,7 @@ public java.lang.Number getYAxisRightMin(); Minimum value of the range to be specified with the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_min OneDashboard#y_axis_right_min} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_min OneDashboard#y_axis_right_min} --- @@ -7801,7 +7801,7 @@ public java.util.List getYAxisRightSeries(); A set of series that helps specify the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_series OneDashboard#y_axis_right_series} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_series OneDashboard#y_axis_right_series} --- @@ -7815,7 +7815,7 @@ public java.lang.Object getYAxisRightZero(); An attribute that helps specify the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_zero OneDashboard#y_axis_right_zero} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_zero OneDashboard#y_axis_right_zero} --- @@ -7857,22 +7857,22 @@ OneDashboardPageWidgetLogTable.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetLogTableNrqlQuery> | nrql_query block. | -| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | java.lang.String | A title for the widget. | | colors | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetLogTableColors> | colors block. | -| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetLogTableInitialSorting | initial_sorting block. | -| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetLogTableNullValues> | null_values block. | -| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetLogTableUnits> | units block. | -| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -7884,7 +7884,7 @@ public java.lang.Number getColumn(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -7898,7 +7898,7 @@ public java.lang.Object getNrqlQuery(); nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -7910,7 +7910,7 @@ public java.lang.Number getRow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -7924,7 +7924,7 @@ public java.lang.String getTitle(); A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -7938,7 +7938,7 @@ public java.lang.Object getColors(); colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -7950,7 +7950,7 @@ public java.lang.Object getFacetShowOtherSeries(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -7962,7 +7962,7 @@ public java.lang.Number getHeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -7974,7 +7974,7 @@ public java.lang.Object getIgnoreTimeRange(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -7988,7 +7988,7 @@ public OneDashboardPageWidgetLogTableInitialSorting getInitialSorting(); initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -8000,7 +8000,7 @@ public java.lang.Object getLegendEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -8014,7 +8014,7 @@ public java.lang.Object getNullValues(); null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -8026,7 +8026,7 @@ public java.lang.String getRefreshRate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -8040,7 +8040,7 @@ public java.lang.Object getUnits(); units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -8052,7 +8052,7 @@ public java.lang.Number getWidth(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -8064,7 +8064,7 @@ public java.lang.Number getYAxisLeftMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -8076,7 +8076,7 @@ public java.lang.Number getYAxisLeftMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -8098,7 +8098,7 @@ OneDashboardPageWidgetLogTableColors.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetLogTableColorsSeriesOverrides> | series_overrides block. | --- @@ -8111,7 +8111,7 @@ public java.lang.String getColor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -8125,7 +8125,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8161,7 +8161,7 @@ public java.lang.String getColor(); Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -8175,7 +8175,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8211,7 +8211,7 @@ public java.lang.String getDirection(); Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -8225,7 +8225,7 @@ public java.lang.String getName(); The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -8261,7 +8261,7 @@ public java.lang.String getQuery(); The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -8275,7 +8275,7 @@ public java.lang.Number getAccountId(); The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -8297,7 +8297,7 @@ OneDashboardPageWidgetLogTableNullValues.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetLogTableNullValuesSeriesOverrides> | series_overrides block. | --- @@ -8310,7 +8310,7 @@ public java.lang.String getNullValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -8324,7 +8324,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8360,7 +8360,7 @@ public java.lang.String getNullValue(); Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -8374,7 +8374,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8397,7 +8397,7 @@ OneDashboardPageWidgetLogTableUnits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetLogTableUnitsSeriesOverrides> | series_overrides block. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -8411,7 +8411,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8423,7 +8423,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -8459,7 +8459,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8473,7 +8473,7 @@ public java.lang.String getUnit(); Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -8514,22 +8514,22 @@ OneDashboardPageWidgetMarkdown.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | -| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | -| text | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#text OneDashboard#text}. | +| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | +| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | +| text | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#text OneDashboard#text}. | | title | java.lang.String | A title for the widget. | | colors | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetMarkdownColors> | colors block. | -| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetMarkdownInitialSorting | initial_sorting block. | -| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetMarkdownNullValues> | null_values block. | -| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetMarkdownUnits> | units block. | -| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -8541,7 +8541,7 @@ public java.lang.Number getColumn(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -8553,7 +8553,7 @@ public java.lang.Number getRow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -8565,7 +8565,7 @@ public java.lang.String getText(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#text OneDashboard#text}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#text OneDashboard#text}. --- @@ -8579,7 +8579,7 @@ public java.lang.String getTitle(); A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -8593,7 +8593,7 @@ public java.lang.Object getColors(); colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -8605,7 +8605,7 @@ public java.lang.Object getFacetShowOtherSeries(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -8617,7 +8617,7 @@ public java.lang.Number getHeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -8629,7 +8629,7 @@ public java.lang.Object getIgnoreTimeRange(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -8643,7 +8643,7 @@ public OneDashboardPageWidgetMarkdownInitialSorting getInitialSorting(); initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -8655,7 +8655,7 @@ public java.lang.Object getLegendEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -8669,7 +8669,7 @@ public java.lang.Object getNullValues(); null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -8681,7 +8681,7 @@ public java.lang.String getRefreshRate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -8695,7 +8695,7 @@ public java.lang.Object getUnits(); units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -8707,7 +8707,7 @@ public java.lang.Number getWidth(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -8719,7 +8719,7 @@ public java.lang.Number getYAxisLeftMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -8731,7 +8731,7 @@ public java.lang.Number getYAxisLeftMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -8753,7 +8753,7 @@ OneDashboardPageWidgetMarkdownColors.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetMarkdownColorsSeriesOverrides> | series_overrides block. | --- @@ -8766,7 +8766,7 @@ public java.lang.String getColor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -8780,7 +8780,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8816,7 +8816,7 @@ public java.lang.String getColor(); Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -8830,7 +8830,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8866,7 +8866,7 @@ public java.lang.String getDirection(); Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -8880,7 +8880,7 @@ public java.lang.String getName(); The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -8902,7 +8902,7 @@ OneDashboardPageWidgetMarkdownNullValues.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides> | series_overrides block. | --- @@ -8915,7 +8915,7 @@ public java.lang.String getNullValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -8929,7 +8929,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8965,7 +8965,7 @@ public java.lang.String getNullValue(); Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -8979,7 +8979,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9002,7 +9002,7 @@ OneDashboardPageWidgetMarkdownUnits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetMarkdownUnitsSeriesOverrides> | series_overrides block. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -9016,7 +9016,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9028,7 +9028,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -9064,7 +9064,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9078,7 +9078,7 @@ public java.lang.String getUnit(); Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -9123,24 +9123,24 @@ OneDashboardPageWidgetPie.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetPieNrqlQuery> | nrql_query block. | -| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | java.lang.String | A title for the widget. | | colors | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetPieColors> | colors block. | -| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | filterCurrentDashboard | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Use this item to filter the current dashboard. | -| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetPieInitialSorting | initial_sorting block. | -| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | linkedEntityGuids | java.util.List | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | nullValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetPieNullValues> | null_values block. | -| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetPieUnits> | units block. | -| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -9152,7 +9152,7 @@ public java.lang.Number getColumn(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -9166,7 +9166,7 @@ public java.lang.Object getNrqlQuery(); nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -9178,7 +9178,7 @@ public java.lang.Number getRow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -9192,7 +9192,7 @@ public java.lang.String getTitle(); A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -9206,7 +9206,7 @@ public java.lang.Object getColors(); colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -9218,7 +9218,7 @@ public java.lang.Object getFacetShowOtherSeries(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -9232,7 +9232,7 @@ public java.lang.Object getFilterCurrentDashboard(); Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -9244,7 +9244,7 @@ public java.lang.Number getHeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -9256,7 +9256,7 @@ public java.lang.Object getIgnoreTimeRange(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -9270,7 +9270,7 @@ public OneDashboardPageWidgetPieInitialSorting getInitialSorting(); initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -9282,7 +9282,7 @@ public java.lang.Object getLegendEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -9296,7 +9296,7 @@ public java.util.List getLinkedEntityGuids(); Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -9310,7 +9310,7 @@ public java.lang.Object getNullValues(); null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -9322,7 +9322,7 @@ public java.lang.String getRefreshRate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -9336,7 +9336,7 @@ public java.lang.Object getUnits(); units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -9348,7 +9348,7 @@ public java.lang.Number getWidth(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -9360,7 +9360,7 @@ public java.lang.Number getYAxisLeftMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -9372,7 +9372,7 @@ public java.lang.Number getYAxisLeftMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -9394,7 +9394,7 @@ OneDashboardPageWidgetPieColors.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetPieColorsSeriesOverrides> | series_overrides block. | --- @@ -9407,7 +9407,7 @@ public java.lang.String getColor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -9421,7 +9421,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9457,7 +9457,7 @@ public java.lang.String getColor(); Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -9471,7 +9471,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9507,7 +9507,7 @@ public java.lang.String getDirection(); Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -9521,7 +9521,7 @@ public java.lang.String getName(); The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -9557,7 +9557,7 @@ public java.lang.String getQuery(); The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -9571,7 +9571,7 @@ public java.lang.Number getAccountId(); The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -9593,7 +9593,7 @@ OneDashboardPageWidgetPieNullValues.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetPieNullValuesSeriesOverrides> | series_overrides block. | --- @@ -9606,7 +9606,7 @@ public java.lang.String getNullValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -9620,7 +9620,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9656,7 +9656,7 @@ public java.lang.String getNullValue(); Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -9670,7 +9670,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9693,7 +9693,7 @@ OneDashboardPageWidgetPieUnits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetPieUnitsSeriesOverrides> | series_overrides block. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -9707,7 +9707,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9719,7 +9719,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -9755,7 +9755,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9769,7 +9769,7 @@ public java.lang.String getUnit(); Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -9811,22 +9811,22 @@ OneDashboardPageWidgetStackedBar.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetStackedBarNrqlQuery> | nrql_query block. | -| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | java.lang.String | A title for the widget. | | colors | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetStackedBarColors> | colors block. | -| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetStackedBarInitialSorting | initial_sorting block. | -| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetStackedBarNullValues> | null_values block. | -| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetStackedBarUnits> | units block. | -| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -9838,7 +9838,7 @@ public java.lang.Number getColumn(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -9852,7 +9852,7 @@ public java.lang.Object getNrqlQuery(); nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -9864,7 +9864,7 @@ public java.lang.Number getRow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -9878,7 +9878,7 @@ public java.lang.String getTitle(); A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -9892,7 +9892,7 @@ public java.lang.Object getColors(); colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -9904,7 +9904,7 @@ public java.lang.Object getFacetShowOtherSeries(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -9916,7 +9916,7 @@ public java.lang.Number getHeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -9928,7 +9928,7 @@ public java.lang.Object getIgnoreTimeRange(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -9942,7 +9942,7 @@ public OneDashboardPageWidgetStackedBarInitialSorting getInitialSorting(); initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -9954,7 +9954,7 @@ public java.lang.Object getLegendEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -9968,7 +9968,7 @@ public java.lang.Object getNullValues(); null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -9980,7 +9980,7 @@ public java.lang.String getRefreshRate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -9994,7 +9994,7 @@ public java.lang.Object getUnits(); units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -10006,7 +10006,7 @@ public java.lang.Number getWidth(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -10018,7 +10018,7 @@ public java.lang.Number getYAxisLeftMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -10030,7 +10030,7 @@ public java.lang.Number getYAxisLeftMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -10052,7 +10052,7 @@ OneDashboardPageWidgetStackedBarColors.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetStackedBarColorsSeriesOverrides> | series_overrides block. | --- @@ -10065,7 +10065,7 @@ public java.lang.String getColor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -10079,7 +10079,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10115,7 +10115,7 @@ public java.lang.String getColor(); Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -10129,7 +10129,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10165,7 +10165,7 @@ public java.lang.String getDirection(); Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -10179,7 +10179,7 @@ public java.lang.String getName(); The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -10215,7 +10215,7 @@ public java.lang.String getQuery(); The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -10229,7 +10229,7 @@ public java.lang.Number getAccountId(); The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -10251,7 +10251,7 @@ OneDashboardPageWidgetStackedBarNullValues.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides> | series_overrides block. | --- @@ -10264,7 +10264,7 @@ public java.lang.String getNullValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -10278,7 +10278,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10314,7 +10314,7 @@ public java.lang.String getNullValue(); Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -10328,7 +10328,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10351,7 +10351,7 @@ OneDashboardPageWidgetStackedBarUnits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetStackedBarUnitsSeriesOverrides> | series_overrides block. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -10365,7 +10365,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10377,7 +10377,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -10413,7 +10413,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10427,7 +10427,7 @@ public java.lang.String getUnit(); Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -10474,25 +10474,25 @@ OneDashboardPageWidgetTable.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetTableNrqlQuery> | nrql_query block. | -| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | java.lang.String | A title for the widget. | | colors | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetTableColors> | colors block. | -| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| facetShowOtherSeries | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | filterCurrentDashboard | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Use this item to filter the current dashboard. | -| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetTableInitialSorting | initial_sorting block. | -| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | linkedEntityGuids | java.util.List | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | nullValues | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetTableNullValues> | null_values block. | -| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | threshold | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetTableThreshold> | threshold block. | | units | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetTableUnits> | units block. | -| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -10504,7 +10504,7 @@ public java.lang.Number getColumn(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -10518,7 +10518,7 @@ public java.lang.Object getNrqlQuery(); nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -10530,7 +10530,7 @@ public java.lang.Number getRow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -10544,7 +10544,7 @@ public java.lang.String getTitle(); A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -10558,7 +10558,7 @@ public java.lang.Object getColors(); colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -10570,7 +10570,7 @@ public java.lang.Object getFacetShowOtherSeries(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -10584,7 +10584,7 @@ public java.lang.Object getFilterCurrentDashboard(); Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -10596,7 +10596,7 @@ public java.lang.Number getHeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -10608,7 +10608,7 @@ public java.lang.Object getIgnoreTimeRange(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -10622,7 +10622,7 @@ public OneDashboardPageWidgetTableInitialSorting getInitialSorting(); initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -10634,7 +10634,7 @@ public java.lang.Object getLegendEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -10648,7 +10648,7 @@ public java.util.List getLinkedEntityGuids(); Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -10662,7 +10662,7 @@ public java.lang.Object getNullValues(); null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -10674,7 +10674,7 @@ public java.lang.String getRefreshRate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -10688,7 +10688,7 @@ public java.lang.Object getThreshold(); threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#threshold OneDashboard#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#threshold OneDashboard#threshold} --- @@ -10702,7 +10702,7 @@ public java.lang.Object getUnits(); units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -10714,7 +10714,7 @@ public java.lang.Number getWidth(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -10726,7 +10726,7 @@ public java.lang.Number getYAxisLeftMax(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -10738,7 +10738,7 @@ public java.lang.Number getYAxisLeftMin(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -10760,7 +10760,7 @@ OneDashboardPageWidgetTableColors.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetTableColorsSeriesOverrides> | series_overrides block. | --- @@ -10773,7 +10773,7 @@ public java.lang.String getColor(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -10787,7 +10787,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10823,7 +10823,7 @@ public java.lang.String getColor(); Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -10837,7 +10837,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10873,7 +10873,7 @@ public java.lang.String getDirection(); Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -10887,7 +10887,7 @@ public java.lang.String getName(); The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -10923,7 +10923,7 @@ public java.lang.String getQuery(); The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -10937,7 +10937,7 @@ public java.lang.Number getAccountId(); The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -10959,7 +10959,7 @@ OneDashboardPageWidgetTableNullValues.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetTableNullValuesSeriesOverrides> | series_overrides block. | --- @@ -10972,7 +10972,7 @@ public java.lang.String getNullValue(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -10986,7 +10986,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -11022,7 +11022,7 @@ public java.lang.String getNullValue(); Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -11036,7 +11036,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -11076,7 +11076,7 @@ public java.lang.String getColumnName(); Name of the column in the table, to which the threshold would be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column_name OneDashboard#column_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column_name OneDashboard#column_name} --- @@ -11090,7 +11090,7 @@ public java.lang.String getFrom(); The number from which the range starts in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#from OneDashboard#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#from OneDashboard#from} --- @@ -11104,7 +11104,7 @@ public java.lang.String getSeverity(); Severity of the threshold, which would reflect in the widget, in the range of the threshold specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#severity OneDashboard#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#severity OneDashboard#severity} --- @@ -11118,7 +11118,7 @@ public java.lang.String getTo(); The number at which the range ends in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#to OneDashboard#to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#to OneDashboard#to} --- @@ -11141,7 +11141,7 @@ OneDashboardPageWidgetTableUnits.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardPageWidgetTableUnitsSeriesOverrides> | series_overrides block. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -11155,7 +11155,7 @@ public java.lang.Object getSeriesOverrides(); series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -11167,7 +11167,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -11203,7 +11203,7 @@ public java.lang.String getSeriesName(); Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -11217,7 +11217,7 @@ public java.lang.String getUnit(); Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -11270,7 +11270,7 @@ public java.lang.String getName(); The variable identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -11284,7 +11284,7 @@ public java.lang.String getReplacementStrategy(); Indicates the strategy to apply when replacing a variable in a NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#replacement_strategy OneDashboard#replacement_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#replacement_strategy OneDashboard#replacement_strategy} --- @@ -11298,7 +11298,7 @@ public java.lang.String getTitle(); Human-friendly display string for this variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -11312,7 +11312,7 @@ public java.lang.String getType(); Specifies the data type of the variable and where its possible values may come from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#type OneDashboard#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#type OneDashboard#type} --- @@ -11326,7 +11326,7 @@ public java.util.List getDefaultValues(); Default values for this variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#default_values OneDashboard#default_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#default_values OneDashboard#default_values} --- @@ -11340,7 +11340,7 @@ public java.lang.Object getIsMultiSelection(); Indicates whether this variable supports multiple selection or not. Only applies to variables of type NRQL or ENUM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#is_multi_selection OneDashboard#is_multi_selection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#is_multi_selection OneDashboard#is_multi_selection} --- @@ -11354,7 +11354,7 @@ public java.lang.Object getItem(); item block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#item OneDashboard#item} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#item OneDashboard#item} --- @@ -11368,7 +11368,7 @@ public OneDashboardVariableNrqlQuery getNrqlQuery(); nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -11382,7 +11382,7 @@ public java.lang.Object getOptions(); options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#options OneDashboard#options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#options OneDashboard#options} --- @@ -11418,7 +11418,7 @@ public java.lang.String getValue(); A possible variable value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#value OneDashboard#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#value OneDashboard#value} --- @@ -11432,7 +11432,7 @@ public java.lang.String getTitle(); A human-friendly display string for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -11468,7 +11468,7 @@ public java.lang.String getQuery(); NRQL formatted query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -11482,7 +11482,7 @@ public java.util.List getAccountIds(); New Relic account ID(s) to issue the query against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_ids OneDashboard#account_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_ids OneDashboard#account_ids} --- @@ -11519,7 +11519,7 @@ Only applies to variables of type NRQL. With this turned on, the time range for the NRQL query will override the time picker on dashboards and other pages. Turn this off to use the time picker as normal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} --- diff --git a/docs/oneDashboard.python.md b/docs/oneDashboard.python.md index b127db023..9a45834cd 100644 --- a/docs/oneDashboard.python.md +++ b/docs/oneDashboard.python.md @@ -4,7 +4,7 @@ ### OneDashboard -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard newrelic_one_dashboard}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard newrelic_one_dashboard}. #### Initializers @@ -46,7 +46,7 @@ oneDashboard.OneDashboard( | page | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPage]] | page block. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to create the dashboard. | | description | str | The dashboard's description. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#id OneDashboard#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#id OneDashboard#id}. | | permissions | str | Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. | | variable | typing.Union[cdktf.IResolvable, typing.List[OneDashboardVariable]] | variable block. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The dashboard's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre page block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#page OneDashboard#page} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#page OneDashboard#page} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The dashboard's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#description OneDashboard#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#description OneDashboard#description} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#id OneDashboard#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#id OneDashboard#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. @@ -169,7 +169,7 @@ If you experience problems setting this value it might not be settable. Please t Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#permissions OneDashboard#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#permissions OneDashboard#permissions} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#variable OneDashboard#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#variable OneDashboard#variable} --- @@ -717,7 +717,7 @@ The construct id used in the generated config for the OneDashboard to import. The id of the existing OneDashboard that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#import import section} in the documentation of this resource for the id to use --- @@ -1128,7 +1128,7 @@ oneDashboard.OneDashboardConfig( | page | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPage]] | page block. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to create the dashboard. | | description | str | The dashboard's description. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#id OneDashboard#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#id OneDashboard#id}. | | permissions | str | Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. | | variable | typing.Union[cdktf.IResolvable, typing.List[OneDashboardVariable]] | variable block. | @@ -1214,7 +1214,7 @@ name: str The dashboard's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -1228,7 +1228,7 @@ page: typing.Union[IResolvable, typing.List[OneDashboardPage]] page block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#page OneDashboard#page} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#page OneDashboard#page} --- @@ -1242,7 +1242,7 @@ account_id: typing.Union[int, float] The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -1256,7 +1256,7 @@ description: str The dashboard's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#description OneDashboard#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#description OneDashboard#description} --- @@ -1268,7 +1268,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#id OneDashboard#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#id OneDashboard#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. @@ -1285,7 +1285,7 @@ permissions: str Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#permissions OneDashboard#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#permissions OneDashboard#permissions} --- @@ -1299,7 +1299,7 @@ variable: typing.Union[IResolvable, typing.List[OneDashboardVariable]] variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#variable OneDashboard#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#variable OneDashboard#variable} --- @@ -1363,7 +1363,7 @@ name: str The dashboard page's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -1377,7 +1377,7 @@ description: str The dashboard page's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#description OneDashboard#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#description OneDashboard#description} --- @@ -1391,7 +1391,7 @@ widget_area: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetArea]] widget_area block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_area OneDashboard#widget_area} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_area OneDashboard#widget_area} --- @@ -1405,7 +1405,7 @@ widget_bar: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBar]] widget_bar block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_bar OneDashboard#widget_bar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_bar OneDashboard#widget_bar} --- @@ -1419,7 +1419,7 @@ widget_billboard: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBi widget_billboard block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_billboard OneDashboard#widget_billboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_billboard OneDashboard#widget_billboard} --- @@ -1433,7 +1433,7 @@ widget_bullet: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBulle widget_bullet block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_bullet OneDashboard#widget_bullet} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_bullet OneDashboard#widget_bullet} --- @@ -1447,7 +1447,7 @@ widget_funnel: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetFunne widget_funnel block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_funnel OneDashboard#widget_funnel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_funnel OneDashboard#widget_funnel} --- @@ -1461,7 +1461,7 @@ widget_heatmap: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHeat widget_heatmap block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_heatmap OneDashboard#widget_heatmap} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_heatmap OneDashboard#widget_heatmap} --- @@ -1475,7 +1475,7 @@ widget_histogram: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHi widget_histogram block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_histogram OneDashboard#widget_histogram} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_histogram OneDashboard#widget_histogram} --- @@ -1489,7 +1489,7 @@ widget_json: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetJson]] widget_json block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_json OneDashboard#widget_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_json OneDashboard#widget_json} --- @@ -1503,7 +1503,7 @@ widget_line: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLine]] widget_line block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_line OneDashboard#widget_line} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_line OneDashboard#widget_line} --- @@ -1517,7 +1517,7 @@ widget_log_table: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLo widget_log_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_log_table OneDashboard#widget_log_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_log_table OneDashboard#widget_log_table} --- @@ -1531,7 +1531,7 @@ widget_markdown: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetMar widget_markdown block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_markdown OneDashboard#widget_markdown} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_markdown OneDashboard#widget_markdown} --- @@ -1545,7 +1545,7 @@ widget_pie: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetPie]] widget_pie block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_pie OneDashboard#widget_pie} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_pie OneDashboard#widget_pie} --- @@ -1559,7 +1559,7 @@ widget_stacked_bar: typing.Union[IResolvable, typing.List[OneDashboardPageWidget widget_stacked_bar block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_stacked_bar OneDashboard#widget_stacked_bar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_stacked_bar OneDashboard#widget_stacked_bar} --- @@ -1573,7 +1573,7 @@ widget_table: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetTable] widget_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_table OneDashboard#widget_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_table OneDashboard#widget_table} --- @@ -1608,22 +1608,22 @@ oneDashboard.OneDashboardPageWidgetArea( | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrql_query | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetAreaNrqlQuery]] | nrql_query block. | -| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | str | A title for the widget. | | colors | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetAreaColors]] | colors block. | -| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initial_sorting | OneDashboardPageWidgetAreaInitialSorting | initial_sorting block. | -| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | null_values | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetAreaNullValues]] | null_values block. | -| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetAreaUnits]] | units block. | -| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -1635,7 +1635,7 @@ column: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -1649,7 +1649,7 @@ nrql_query: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetAreaNrql nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -1661,7 +1661,7 @@ row: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -1675,7 +1675,7 @@ title: str A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -1689,7 +1689,7 @@ colors: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetAreaColors]] colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -1701,7 +1701,7 @@ facet_show_other_series: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -1713,7 +1713,7 @@ height: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -1725,7 +1725,7 @@ ignore_time_range: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -1739,7 +1739,7 @@ initial_sorting: OneDashboardPageWidgetAreaInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -1751,7 +1751,7 @@ legend_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -1765,7 +1765,7 @@ null_values: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetAreaNul null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -1777,7 +1777,7 @@ refresh_rate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -1791,7 +1791,7 @@ units: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetAreaUnits]] units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -1803,7 +1803,7 @@ width: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -1815,7 +1815,7 @@ y_axis_left_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -1827,7 +1827,7 @@ y_axis_left_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -1848,7 +1848,7 @@ oneDashboard.OneDashboardPageWidgetAreaColors( | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetAreaColorsSeriesOverrides]] | series_overrides block. | --- @@ -1861,7 +1861,7 @@ color: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -1875,7 +1875,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetAr series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -1911,7 +1911,7 @@ color: str Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -1925,7 +1925,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -1961,7 +1961,7 @@ direction: str Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -1975,7 +1975,7 @@ name: str The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -2011,7 +2011,7 @@ query: str The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -2025,7 +2025,7 @@ account_id: typing.Union[int, float] The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -2046,7 +2046,7 @@ oneDashboard.OneDashboardPageWidgetAreaNullValues( | **Name** | **Type** | **Description** | | --- | --- | --- | -| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetAreaNullValuesSeriesOverrides]] | series_overrides block. | --- @@ -2059,7 +2059,7 @@ null_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -2073,7 +2073,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetAr series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2109,7 +2109,7 @@ null_value: str Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -2123,7 +2123,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2145,7 +2145,7 @@ oneDashboard.OneDashboardPageWidgetAreaUnits( | **Name** | **Type** | **Description** | | --- | --- | --- | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetAreaUnitsSeriesOverrides]] | series_overrides block. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -2159,7 +2159,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetAr series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2171,7 +2171,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -2207,7 +2207,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2221,7 +2221,7 @@ unit: str Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -2258,24 +2258,24 @@ oneDashboard.OneDashboardPageWidgetBar( | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrql_query | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBarNrqlQuery]] | nrql_query block. | -| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | str | A title for the widget. | | colors | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBarColors]] | colors block. | -| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | filter_current_dashboard | typing.Union[bool, cdktf.IResolvable] | Use this item to filter the current dashboard. | -| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initial_sorting | OneDashboardPageWidgetBarInitialSorting | initial_sorting block. | -| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | linked_entity_guids | typing.List[str] | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | null_values | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBarNullValues]] | null_values block. | -| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBarUnits]] | units block. | -| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -2287,7 +2287,7 @@ column: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -2301,7 +2301,7 @@ nrql_query: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBarNrqlQ nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -2313,7 +2313,7 @@ row: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -2327,7 +2327,7 @@ title: str A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -2341,7 +2341,7 @@ colors: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBarColors]] colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -2353,7 +2353,7 @@ facet_show_other_series: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -2367,7 +2367,7 @@ filter_current_dashboard: typing.Union[bool, IResolvable] Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -2379,7 +2379,7 @@ height: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -2391,7 +2391,7 @@ ignore_time_range: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -2405,7 +2405,7 @@ initial_sorting: OneDashboardPageWidgetBarInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -2417,7 +2417,7 @@ legend_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -2431,7 +2431,7 @@ linked_entity_guids: typing.List[str] Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -2445,7 +2445,7 @@ null_values: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBarNull null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -2457,7 +2457,7 @@ refresh_rate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -2471,7 +2471,7 @@ units: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBarUnits]] units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -2483,7 +2483,7 @@ width: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -2495,7 +2495,7 @@ y_axis_left_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -2507,7 +2507,7 @@ y_axis_left_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -2528,7 +2528,7 @@ oneDashboard.OneDashboardPageWidgetBarColors( | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBarColorsSeriesOverrides]] | series_overrides block. | --- @@ -2541,7 +2541,7 @@ color: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -2555,7 +2555,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBa series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2591,7 +2591,7 @@ color: str Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -2605,7 +2605,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2641,7 +2641,7 @@ direction: str Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -2655,7 +2655,7 @@ name: str The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -2691,7 +2691,7 @@ query: str The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -2705,7 +2705,7 @@ account_id: typing.Union[int, float] The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -2726,7 +2726,7 @@ oneDashboard.OneDashboardPageWidgetBarNullValues( | **Name** | **Type** | **Description** | | --- | --- | --- | -| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBarNullValuesSeriesOverrides]] | series_overrides block. | --- @@ -2739,7 +2739,7 @@ null_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -2753,7 +2753,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBa series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2789,7 +2789,7 @@ null_value: str Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -2803,7 +2803,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2825,7 +2825,7 @@ oneDashboard.OneDashboardPageWidgetBarUnits( | **Name** | **Type** | **Description** | | --- | --- | --- | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBarUnitsSeriesOverrides]] | series_overrides block. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -2839,7 +2839,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBa series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2851,7 +2851,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -2887,7 +2887,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2901,7 +2901,7 @@ unit: str Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -2938,24 +2938,24 @@ oneDashboard.OneDashboardPageWidgetBillboard( | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrql_query | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBillboardNrqlQuery]] | nrql_query block. | -| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | str | A title for the widget. | | colors | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBillboardColors]] | colors block. | | critical | str | The critical threshold value. | -| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initial_sorting | OneDashboardPageWidgetBillboardInitialSorting | initial_sorting block. | -| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | null_values | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBillboardNullValues]] | null_values block. | -| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBillboardUnits]] | units block. | | warning | str | The warning threshold value. | -| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -2967,7 +2967,7 @@ column: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -2981,7 +2981,7 @@ nrql_query: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBillboar nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -2993,7 +2993,7 @@ row: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -3007,7 +3007,7 @@ title: str A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -3021,7 +3021,7 @@ colors: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBillboardCol colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -3035,7 +3035,7 @@ critical: str The critical threshold value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#critical OneDashboard#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#critical OneDashboard#critical} --- @@ -3047,7 +3047,7 @@ facet_show_other_series: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -3059,7 +3059,7 @@ height: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -3071,7 +3071,7 @@ ignore_time_range: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -3085,7 +3085,7 @@ initial_sorting: OneDashboardPageWidgetBillboardInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -3097,7 +3097,7 @@ legend_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -3111,7 +3111,7 @@ null_values: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBillboa null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -3123,7 +3123,7 @@ refresh_rate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -3137,7 +3137,7 @@ units: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBillboardUnit units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -3151,7 +3151,7 @@ warning: str The warning threshold value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#warning OneDashboard#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#warning OneDashboard#warning} --- @@ -3163,7 +3163,7 @@ width: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -3175,7 +3175,7 @@ y_axis_left_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -3187,7 +3187,7 @@ y_axis_left_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -3208,7 +3208,7 @@ oneDashboard.OneDashboardPageWidgetBillboardColors( | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBillboardColorsSeriesOverrides]] | series_overrides block. | --- @@ -3221,7 +3221,7 @@ color: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -3235,7 +3235,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBi series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3271,7 +3271,7 @@ color: str Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -3285,7 +3285,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3321,7 +3321,7 @@ direction: str Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -3335,7 +3335,7 @@ name: str The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -3371,7 +3371,7 @@ query: str The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -3385,7 +3385,7 @@ account_id: typing.Union[int, float] The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -3406,7 +3406,7 @@ oneDashboard.OneDashboardPageWidgetBillboardNullValues( | **Name** | **Type** | **Description** | | --- | --- | --- | -| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBillboardNullValuesSeriesOverrides]] | series_overrides block. | --- @@ -3419,7 +3419,7 @@ null_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -3433,7 +3433,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBi series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3469,7 +3469,7 @@ null_value: str Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -3483,7 +3483,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3505,7 +3505,7 @@ oneDashboard.OneDashboardPageWidgetBillboardUnits( | **Name** | **Type** | **Description** | | --- | --- | --- | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBillboardUnitsSeriesOverrides]] | series_overrides block. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -3519,7 +3519,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBi series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3531,7 +3531,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -3567,7 +3567,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3581,7 +3581,7 @@ unit: str Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -3617,23 +3617,23 @@ oneDashboard.OneDashboardPageWidgetBullet( | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | limit | typing.Union[int, float] | The maximum value for the visualization. | | nrql_query | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBulletNrqlQuery]] | nrql_query block. | -| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | str | A title for the widget. | | colors | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBulletColors]] | colors block. | -| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initial_sorting | OneDashboardPageWidgetBulletInitialSorting | initial_sorting block. | -| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | null_values | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBulletNullValues]] | null_values block. | -| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBulletUnits]] | units block. | -| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -3645,7 +3645,7 @@ column: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -3659,7 +3659,7 @@ limit: typing.Union[int, float] The maximum value for the visualization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#limit OneDashboard#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#limit OneDashboard#limit} --- @@ -3673,7 +3673,7 @@ nrql_query: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBulletNr nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -3685,7 +3685,7 @@ row: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -3699,7 +3699,7 @@ title: str A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -3713,7 +3713,7 @@ colors: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBulletColors colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -3725,7 +3725,7 @@ facet_show_other_series: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -3737,7 +3737,7 @@ height: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -3749,7 +3749,7 @@ ignore_time_range: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -3763,7 +3763,7 @@ initial_sorting: OneDashboardPageWidgetBulletInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -3775,7 +3775,7 @@ legend_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -3789,7 +3789,7 @@ null_values: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBulletN null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -3801,7 +3801,7 @@ refresh_rate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -3815,7 +3815,7 @@ units: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBulletUnits]] units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -3827,7 +3827,7 @@ width: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -3839,7 +3839,7 @@ y_axis_left_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -3851,7 +3851,7 @@ y_axis_left_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -3872,7 +3872,7 @@ oneDashboard.OneDashboardPageWidgetBulletColors( | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBulletColorsSeriesOverrides]] | series_overrides block. | --- @@ -3885,7 +3885,7 @@ color: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -3899,7 +3899,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBu series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3935,7 +3935,7 @@ color: str Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -3949,7 +3949,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3985,7 +3985,7 @@ direction: str Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -3999,7 +3999,7 @@ name: str The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -4035,7 +4035,7 @@ query: str The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -4049,7 +4049,7 @@ account_id: typing.Union[int, float] The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -4070,7 +4070,7 @@ oneDashboard.OneDashboardPageWidgetBulletNullValues( | **Name** | **Type** | **Description** | | --- | --- | --- | -| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBulletNullValuesSeriesOverrides]] | series_overrides block. | --- @@ -4083,7 +4083,7 @@ null_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -4097,7 +4097,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBu series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4133,7 +4133,7 @@ null_value: str Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -4147,7 +4147,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4169,7 +4169,7 @@ oneDashboard.OneDashboardPageWidgetBulletUnits( | **Name** | **Type** | **Description** | | --- | --- | --- | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetBulletUnitsSeriesOverrides]] | series_overrides block. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -4183,7 +4183,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetBu series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4195,7 +4195,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -4231,7 +4231,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4245,7 +4245,7 @@ unit: str Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -4280,22 +4280,22 @@ oneDashboard.OneDashboardPageWidgetFunnel( | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrql_query | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetFunnelNrqlQuery]] | nrql_query block. | -| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | str | A title for the widget. | | colors | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetFunnelColors]] | colors block. | -| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initial_sorting | OneDashboardPageWidgetFunnelInitialSorting | initial_sorting block. | -| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | null_values | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetFunnelNullValues]] | null_values block. | -| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetFunnelUnits]] | units block. | -| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -4307,7 +4307,7 @@ column: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -4321,7 +4321,7 @@ nrql_query: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetFunnelNr nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -4333,7 +4333,7 @@ row: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -4347,7 +4347,7 @@ title: str A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -4361,7 +4361,7 @@ colors: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetFunnelColors colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -4373,7 +4373,7 @@ facet_show_other_series: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -4385,7 +4385,7 @@ height: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -4397,7 +4397,7 @@ ignore_time_range: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -4411,7 +4411,7 @@ initial_sorting: OneDashboardPageWidgetFunnelInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -4423,7 +4423,7 @@ legend_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -4437,7 +4437,7 @@ null_values: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetFunnelN null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -4449,7 +4449,7 @@ refresh_rate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -4463,7 +4463,7 @@ units: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetFunnelUnits]] units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -4475,7 +4475,7 @@ width: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -4487,7 +4487,7 @@ y_axis_left_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -4499,7 +4499,7 @@ y_axis_left_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -4520,7 +4520,7 @@ oneDashboard.OneDashboardPageWidgetFunnelColors( | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetFunnelColorsSeriesOverrides]] | series_overrides block. | --- @@ -4533,7 +4533,7 @@ color: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -4547,7 +4547,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetFu series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4583,7 +4583,7 @@ color: str Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -4597,7 +4597,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4633,7 +4633,7 @@ direction: str Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -4647,7 +4647,7 @@ name: str The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -4683,7 +4683,7 @@ query: str The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -4697,7 +4697,7 @@ account_id: typing.Union[int, float] The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -4718,7 +4718,7 @@ oneDashboard.OneDashboardPageWidgetFunnelNullValues( | **Name** | **Type** | **Description** | | --- | --- | --- | -| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetFunnelNullValuesSeriesOverrides]] | series_overrides block. | --- @@ -4731,7 +4731,7 @@ null_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -4745,7 +4745,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetFu series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4781,7 +4781,7 @@ null_value: str Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -4795,7 +4795,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4817,7 +4817,7 @@ oneDashboard.OneDashboardPageWidgetFunnelUnits( | **Name** | **Type** | **Description** | | --- | --- | --- | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetFunnelUnitsSeriesOverrides]] | series_overrides block. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -4831,7 +4831,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetFu series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4843,7 +4843,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -4879,7 +4879,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4893,7 +4893,7 @@ unit: str Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -4930,24 +4930,24 @@ oneDashboard.OneDashboardPageWidgetHeatmap( | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrql_query | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetHeatmapNrqlQuery]] | nrql_query block. | -| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | str | A title for the widget. | | colors | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetHeatmapColors]] | colors block. | -| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | filter_current_dashboard | typing.Union[bool, cdktf.IResolvable] | Use this item to filter the current dashboard. | -| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initial_sorting | OneDashboardPageWidgetHeatmapInitialSorting | initial_sorting block. | -| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | linked_entity_guids | typing.List[str] | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | null_values | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetHeatmapNullValues]] | null_values block. | -| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetHeatmapUnits]] | units block. | -| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -4959,7 +4959,7 @@ column: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -4973,7 +4973,7 @@ nrql_query: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHeatmapN nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -4985,7 +4985,7 @@ row: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -4999,7 +4999,7 @@ title: str A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -5013,7 +5013,7 @@ colors: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHeatmapColor colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -5025,7 +5025,7 @@ facet_show_other_series: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -5039,7 +5039,7 @@ filter_current_dashboard: typing.Union[bool, IResolvable] Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -5051,7 +5051,7 @@ height: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -5063,7 +5063,7 @@ ignore_time_range: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -5077,7 +5077,7 @@ initial_sorting: OneDashboardPageWidgetHeatmapInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -5089,7 +5089,7 @@ legend_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -5103,7 +5103,7 @@ linked_entity_guids: typing.List[str] Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -5117,7 +5117,7 @@ null_values: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHeatmap null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -5129,7 +5129,7 @@ refresh_rate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -5143,7 +5143,7 @@ units: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHeatmapUnits] units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -5155,7 +5155,7 @@ width: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -5167,7 +5167,7 @@ y_axis_left_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -5179,7 +5179,7 @@ y_axis_left_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -5200,7 +5200,7 @@ oneDashboard.OneDashboardPageWidgetHeatmapColors( | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetHeatmapColorsSeriesOverrides]] | series_overrides block. | --- @@ -5213,7 +5213,7 @@ color: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -5227,7 +5227,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHe series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5263,7 +5263,7 @@ color: str Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -5277,7 +5277,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5313,7 +5313,7 @@ direction: str Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -5327,7 +5327,7 @@ name: str The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -5363,7 +5363,7 @@ query: str The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -5377,7 +5377,7 @@ account_id: typing.Union[int, float] The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -5398,7 +5398,7 @@ oneDashboard.OneDashboardPageWidgetHeatmapNullValues( | **Name** | **Type** | **Description** | | --- | --- | --- | -| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetHeatmapNullValuesSeriesOverrides]] | series_overrides block. | --- @@ -5411,7 +5411,7 @@ null_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -5425,7 +5425,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHe series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5461,7 +5461,7 @@ null_value: str Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -5475,7 +5475,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5497,7 +5497,7 @@ oneDashboard.OneDashboardPageWidgetHeatmapUnits( | **Name** | **Type** | **Description** | | --- | --- | --- | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetHeatmapUnitsSeriesOverrides]] | series_overrides block. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -5511,7 +5511,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHe series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5523,7 +5523,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -5559,7 +5559,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5573,7 +5573,7 @@ unit: str Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -5608,22 +5608,22 @@ oneDashboard.OneDashboardPageWidgetHistogram( | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrql_query | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetHistogramNrqlQuery]] | nrql_query block. | -| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | str | A title for the widget. | | colors | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetHistogramColors]] | colors block. | -| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initial_sorting | OneDashboardPageWidgetHistogramInitialSorting | initial_sorting block. | -| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | null_values | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetHistogramNullValues]] | null_values block. | -| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetHistogramUnits]] | units block. | -| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -5635,7 +5635,7 @@ column: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -5649,7 +5649,7 @@ nrql_query: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHistogra nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -5661,7 +5661,7 @@ row: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -5675,7 +5675,7 @@ title: str A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -5689,7 +5689,7 @@ colors: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHistogramCol colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -5701,7 +5701,7 @@ facet_show_other_series: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -5713,7 +5713,7 @@ height: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -5725,7 +5725,7 @@ ignore_time_range: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -5739,7 +5739,7 @@ initial_sorting: OneDashboardPageWidgetHistogramInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -5751,7 +5751,7 @@ legend_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -5765,7 +5765,7 @@ null_values: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHistogr null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -5777,7 +5777,7 @@ refresh_rate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -5791,7 +5791,7 @@ units: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHistogramUnit units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -5803,7 +5803,7 @@ width: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -5815,7 +5815,7 @@ y_axis_left_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -5827,7 +5827,7 @@ y_axis_left_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -5848,7 +5848,7 @@ oneDashboard.OneDashboardPageWidgetHistogramColors( | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetHistogramColorsSeriesOverrides]] | series_overrides block. | --- @@ -5861,7 +5861,7 @@ color: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -5875,7 +5875,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHi series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5911,7 +5911,7 @@ color: str Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -5925,7 +5925,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5961,7 +5961,7 @@ direction: str Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -5975,7 +5975,7 @@ name: str The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -6011,7 +6011,7 @@ query: str The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -6025,7 +6025,7 @@ account_id: typing.Union[int, float] The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -6046,7 +6046,7 @@ oneDashboard.OneDashboardPageWidgetHistogramNullValues( | **Name** | **Type** | **Description** | | --- | --- | --- | -| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetHistogramNullValuesSeriesOverrides]] | series_overrides block. | --- @@ -6059,7 +6059,7 @@ null_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -6073,7 +6073,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHi series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6109,7 +6109,7 @@ null_value: str Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -6123,7 +6123,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6145,7 +6145,7 @@ oneDashboard.OneDashboardPageWidgetHistogramUnits( | **Name** | **Type** | **Description** | | --- | --- | --- | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetHistogramUnitsSeriesOverrides]] | series_overrides block. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -6159,7 +6159,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetHi series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6171,7 +6171,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -6207,7 +6207,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6221,7 +6221,7 @@ unit: str Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -6256,22 +6256,22 @@ oneDashboard.OneDashboardPageWidgetJson( | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrql_query | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetJsonNrqlQuery]] | nrql_query block. | -| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | str | A title for the widget. | | colors | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetJsonColors]] | colors block. | -| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initial_sorting | OneDashboardPageWidgetJsonInitialSorting | initial_sorting block. | -| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | null_values | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetJsonNullValues]] | null_values block. | -| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetJsonUnits]] | units block. | -| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -6283,7 +6283,7 @@ column: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -6297,7 +6297,7 @@ nrql_query: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetJsonNrql nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -6309,7 +6309,7 @@ row: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -6323,7 +6323,7 @@ title: str A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -6337,7 +6337,7 @@ colors: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetJsonColors]] colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -6349,7 +6349,7 @@ facet_show_other_series: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -6361,7 +6361,7 @@ height: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -6373,7 +6373,7 @@ ignore_time_range: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -6387,7 +6387,7 @@ initial_sorting: OneDashboardPageWidgetJsonInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -6399,7 +6399,7 @@ legend_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -6413,7 +6413,7 @@ null_values: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetJsonNul null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -6425,7 +6425,7 @@ refresh_rate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -6439,7 +6439,7 @@ units: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetJsonUnits]] units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -6451,7 +6451,7 @@ width: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -6463,7 +6463,7 @@ y_axis_left_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -6475,7 +6475,7 @@ y_axis_left_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -6496,7 +6496,7 @@ oneDashboard.OneDashboardPageWidgetJsonColors( | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetJsonColorsSeriesOverrides]] | series_overrides block. | --- @@ -6509,7 +6509,7 @@ color: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -6523,7 +6523,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetJs series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6559,7 +6559,7 @@ color: str Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -6573,7 +6573,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6609,7 +6609,7 @@ direction: str Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -6623,7 +6623,7 @@ name: str The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -6659,7 +6659,7 @@ query: str The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -6673,7 +6673,7 @@ account_id: typing.Union[int, float] The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -6694,7 +6694,7 @@ oneDashboard.OneDashboardPageWidgetJsonNullValues( | **Name** | **Type** | **Description** | | --- | --- | --- | -| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetJsonNullValuesSeriesOverrides]] | series_overrides block. | --- @@ -6707,7 +6707,7 @@ null_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -6721,7 +6721,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetJs series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6757,7 +6757,7 @@ null_value: str Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -6771,7 +6771,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6793,7 +6793,7 @@ oneDashboard.OneDashboardPageWidgetJsonUnits( | **Name** | **Type** | **Description** | | --- | --- | --- | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetJsonUnitsSeriesOverrides]] | series_overrides block. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -6807,7 +6807,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetJs series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6819,7 +6819,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -6855,7 +6855,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6869,7 +6869,7 @@ unit: str Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -6908,24 +6908,24 @@ oneDashboard.OneDashboardPageWidgetLine( | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrql_query | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetLineNrqlQuery]] | nrql_query block. | -| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | str | A title for the widget. | | colors | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetLineColors]] | colors block. | -| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initial_sorting | OneDashboardPageWidgetLineInitialSorting | initial_sorting block. | | is_label_visible | typing.Union[bool, cdktf.IResolvable] | Specified if the label should be visible in the graph created when specified with thresholds. | -| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | null_values | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetLineNullValues]] | null_values block. | -| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | threshold | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetLineThreshold]] | threshold block. | | units | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetLineUnits]] | units block. | -| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | | y_axis_left_zero | typing.Union[bool, cdktf.IResolvable] | Specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range. | | y_axis_right | OneDashboardPageWidgetLineYAxisRight | y_axis_right block. | @@ -6939,7 +6939,7 @@ column: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -6953,7 +6953,7 @@ nrql_query: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLineNrql nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -6965,7 +6965,7 @@ row: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -6979,7 +6979,7 @@ title: str A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -6993,7 +6993,7 @@ colors: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLineColors]] colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -7005,7 +7005,7 @@ facet_show_other_series: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -7017,7 +7017,7 @@ height: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -7029,7 +7029,7 @@ ignore_time_range: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -7043,7 +7043,7 @@ initial_sorting: OneDashboardPageWidgetLineInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -7057,7 +7057,7 @@ is_label_visible: typing.Union[bool, IResolvable] Specified if the label should be visible in the graph created when specified with thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#is_label_visible OneDashboard#is_label_visible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#is_label_visible OneDashboard#is_label_visible} --- @@ -7069,7 +7069,7 @@ legend_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -7083,7 +7083,7 @@ null_values: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLineNul null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -7095,7 +7095,7 @@ refresh_rate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -7109,7 +7109,7 @@ threshold: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLineThres threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#threshold OneDashboard#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#threshold OneDashboard#threshold} --- @@ -7123,7 +7123,7 @@ units: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLineUnits]] units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -7135,7 +7135,7 @@ width: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -7147,7 +7147,7 @@ y_axis_left_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -7159,7 +7159,7 @@ y_axis_left_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -7173,7 +7173,7 @@ y_axis_left_zero: typing.Union[bool, IResolvable] Specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_zero OneDashboard#y_axis_left_zero} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_zero OneDashboard#y_axis_left_zero} --- @@ -7187,7 +7187,7 @@ y_axis_right: OneDashboardPageWidgetLineYAxisRight y_axis_right block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right OneDashboard#y_axis_right} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right OneDashboard#y_axis_right} --- @@ -7208,7 +7208,7 @@ oneDashboard.OneDashboardPageWidgetLineColors( | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetLineColorsSeriesOverrides]] | series_overrides block. | --- @@ -7221,7 +7221,7 @@ color: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -7235,7 +7235,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLi series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7271,7 +7271,7 @@ color: str Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -7285,7 +7285,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7321,7 +7321,7 @@ direction: str Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -7335,7 +7335,7 @@ name: str The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -7371,7 +7371,7 @@ query: str The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -7385,7 +7385,7 @@ account_id: typing.Union[int, float] The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -7406,7 +7406,7 @@ oneDashboard.OneDashboardPageWidgetLineNullValues( | **Name** | **Type** | **Description** | | --- | --- | --- | -| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetLineNullValuesSeriesOverrides]] | series_overrides block. | --- @@ -7419,7 +7419,7 @@ null_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -7433,7 +7433,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLi series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7469,7 +7469,7 @@ null_value: str Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -7483,7 +7483,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7523,7 +7523,7 @@ from: str The number from which the range starts in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#from OneDashboard#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#from OneDashboard#from} --- @@ -7537,7 +7537,7 @@ name: str Name of the threshold created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -7551,7 +7551,7 @@ severity: str Severity of the threshold, which would reflect in the widget, in the range of the threshold specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#severity OneDashboard#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#severity OneDashboard#severity} --- @@ -7565,7 +7565,7 @@ to: str The number at which the range ends in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#to OneDashboard#to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#to OneDashboard#to} --- @@ -7587,7 +7587,7 @@ oneDashboard.OneDashboardPageWidgetLineUnits( | **Name** | **Type** | **Description** | | --- | --- | --- | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetLineUnitsSeriesOverrides]] | series_overrides block. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -7601,7 +7601,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLi series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7613,7 +7613,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -7649,7 +7649,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7663,7 +7663,7 @@ unit: str Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -7703,7 +7703,7 @@ y_axis_right_max: typing.Union[int, float] Minimum value of the range to be specified with the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_max OneDashboard#y_axis_right_max} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_max OneDashboard#y_axis_right_max} --- @@ -7717,7 +7717,7 @@ y_axis_right_min: typing.Union[int, float] Minimum value of the range to be specified with the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_min OneDashboard#y_axis_right_min} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_min OneDashboard#y_axis_right_min} --- @@ -7731,7 +7731,7 @@ y_axis_right_series: typing.List[str] A set of series that helps specify the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_series OneDashboard#y_axis_right_series} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_series OneDashboard#y_axis_right_series} --- @@ -7745,7 +7745,7 @@ y_axis_right_zero: typing.Union[bool, IResolvable] An attribute that helps specify the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_zero OneDashboard#y_axis_right_zero} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_zero OneDashboard#y_axis_right_zero} --- @@ -7780,22 +7780,22 @@ oneDashboard.OneDashboardPageWidgetLogTable( | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrql_query | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetLogTableNrqlQuery]] | nrql_query block. | -| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | str | A title for the widget. | | colors | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetLogTableColors]] | colors block. | -| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initial_sorting | OneDashboardPageWidgetLogTableInitialSorting | initial_sorting block. | -| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | null_values | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetLogTableNullValues]] | null_values block. | -| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetLogTableUnits]] | units block. | -| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -7807,7 +7807,7 @@ column: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -7821,7 +7821,7 @@ nrql_query: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLogTable nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -7833,7 +7833,7 @@ row: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -7847,7 +7847,7 @@ title: str A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -7861,7 +7861,7 @@ colors: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLogTableColo colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -7873,7 +7873,7 @@ facet_show_other_series: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -7885,7 +7885,7 @@ height: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -7897,7 +7897,7 @@ ignore_time_range: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -7911,7 +7911,7 @@ initial_sorting: OneDashboardPageWidgetLogTableInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -7923,7 +7923,7 @@ legend_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -7937,7 +7937,7 @@ null_values: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLogTabl null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -7949,7 +7949,7 @@ refresh_rate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -7963,7 +7963,7 @@ units: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLogTableUnits units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -7975,7 +7975,7 @@ width: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -7987,7 +7987,7 @@ y_axis_left_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -7999,7 +7999,7 @@ y_axis_left_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -8020,7 +8020,7 @@ oneDashboard.OneDashboardPageWidgetLogTableColors( | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetLogTableColorsSeriesOverrides]] | series_overrides block. | --- @@ -8033,7 +8033,7 @@ color: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -8047,7 +8047,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLo series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8083,7 +8083,7 @@ color: str Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -8097,7 +8097,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8133,7 +8133,7 @@ direction: str Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -8147,7 +8147,7 @@ name: str The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -8183,7 +8183,7 @@ query: str The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -8197,7 +8197,7 @@ account_id: typing.Union[int, float] The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -8218,7 +8218,7 @@ oneDashboard.OneDashboardPageWidgetLogTableNullValues( | **Name** | **Type** | **Description** | | --- | --- | --- | -| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetLogTableNullValuesSeriesOverrides]] | series_overrides block. | --- @@ -8231,7 +8231,7 @@ null_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -8245,7 +8245,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLo series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8281,7 +8281,7 @@ null_value: str Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -8295,7 +8295,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8317,7 +8317,7 @@ oneDashboard.OneDashboardPageWidgetLogTableUnits( | **Name** | **Type** | **Description** | | --- | --- | --- | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetLogTableUnitsSeriesOverrides]] | series_overrides block. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -8331,7 +8331,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetLo series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8343,7 +8343,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -8379,7 +8379,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8393,7 +8393,7 @@ unit: str Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -8428,22 +8428,22 @@ oneDashboard.OneDashboardPageWidgetMarkdown( | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | -| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | -| text | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#text OneDashboard#text}. | +| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | +| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | +| text | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#text OneDashboard#text}. | | title | str | A title for the widget. | | colors | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetMarkdownColors]] | colors block. | -| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initial_sorting | OneDashboardPageWidgetMarkdownInitialSorting | initial_sorting block. | -| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | null_values | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetMarkdownNullValues]] | null_values block. | -| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetMarkdownUnits]] | units block. | -| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -8455,7 +8455,7 @@ column: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -8467,7 +8467,7 @@ row: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -8479,7 +8479,7 @@ text: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#text OneDashboard#text}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#text OneDashboard#text}. --- @@ -8493,7 +8493,7 @@ title: str A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -8507,7 +8507,7 @@ colors: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetMarkdownColo colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -8519,7 +8519,7 @@ facet_show_other_series: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -8531,7 +8531,7 @@ height: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -8543,7 +8543,7 @@ ignore_time_range: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -8557,7 +8557,7 @@ initial_sorting: OneDashboardPageWidgetMarkdownInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -8569,7 +8569,7 @@ legend_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -8583,7 +8583,7 @@ null_values: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetMarkdow null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -8595,7 +8595,7 @@ refresh_rate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -8609,7 +8609,7 @@ units: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetMarkdownUnits units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -8621,7 +8621,7 @@ width: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -8633,7 +8633,7 @@ y_axis_left_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -8645,7 +8645,7 @@ y_axis_left_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -8666,7 +8666,7 @@ oneDashboard.OneDashboardPageWidgetMarkdownColors( | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetMarkdownColorsSeriesOverrides]] | series_overrides block. | --- @@ -8679,7 +8679,7 @@ color: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -8693,7 +8693,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetMa series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8729,7 +8729,7 @@ color: str Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -8743,7 +8743,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8779,7 +8779,7 @@ direction: str Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -8793,7 +8793,7 @@ name: str The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -8814,7 +8814,7 @@ oneDashboard.OneDashboardPageWidgetMarkdownNullValues( | **Name** | **Type** | **Description** | | --- | --- | --- | -| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides]] | series_overrides block. | --- @@ -8827,7 +8827,7 @@ null_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -8841,7 +8841,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetMa series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8877,7 +8877,7 @@ null_value: str Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -8891,7 +8891,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8913,7 +8913,7 @@ oneDashboard.OneDashboardPageWidgetMarkdownUnits( | **Name** | **Type** | **Description** | | --- | --- | --- | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetMarkdownUnitsSeriesOverrides]] | series_overrides block. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -8927,7 +8927,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetMa series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8939,7 +8939,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -8975,7 +8975,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8989,7 +8989,7 @@ unit: str Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -9026,24 +9026,24 @@ oneDashboard.OneDashboardPageWidgetPie( | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrql_query | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetPieNrqlQuery]] | nrql_query block. | -| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | str | A title for the widget. | | colors | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetPieColors]] | colors block. | -| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | filter_current_dashboard | typing.Union[bool, cdktf.IResolvable] | Use this item to filter the current dashboard. | -| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initial_sorting | OneDashboardPageWidgetPieInitialSorting | initial_sorting block. | -| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | linked_entity_guids | typing.List[str] | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | null_values | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetPieNullValues]] | null_values block. | -| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetPieUnits]] | units block. | -| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -9055,7 +9055,7 @@ column: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -9069,7 +9069,7 @@ nrql_query: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetPieNrqlQ nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -9081,7 +9081,7 @@ row: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -9095,7 +9095,7 @@ title: str A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -9109,7 +9109,7 @@ colors: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetPieColors]] colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -9121,7 +9121,7 @@ facet_show_other_series: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -9135,7 +9135,7 @@ filter_current_dashboard: typing.Union[bool, IResolvable] Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -9147,7 +9147,7 @@ height: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -9159,7 +9159,7 @@ ignore_time_range: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -9173,7 +9173,7 @@ initial_sorting: OneDashboardPageWidgetPieInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -9185,7 +9185,7 @@ legend_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -9199,7 +9199,7 @@ linked_entity_guids: typing.List[str] Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -9213,7 +9213,7 @@ null_values: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetPieNull null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -9225,7 +9225,7 @@ refresh_rate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -9239,7 +9239,7 @@ units: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetPieUnits]] units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -9251,7 +9251,7 @@ width: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -9263,7 +9263,7 @@ y_axis_left_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -9275,7 +9275,7 @@ y_axis_left_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -9296,7 +9296,7 @@ oneDashboard.OneDashboardPageWidgetPieColors( | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetPieColorsSeriesOverrides]] | series_overrides block. | --- @@ -9309,7 +9309,7 @@ color: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -9323,7 +9323,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetPi series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9359,7 +9359,7 @@ color: str Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -9373,7 +9373,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9409,7 +9409,7 @@ direction: str Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -9423,7 +9423,7 @@ name: str The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -9459,7 +9459,7 @@ query: str The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -9473,7 +9473,7 @@ account_id: typing.Union[int, float] The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -9494,7 +9494,7 @@ oneDashboard.OneDashboardPageWidgetPieNullValues( | **Name** | **Type** | **Description** | | --- | --- | --- | -| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetPieNullValuesSeriesOverrides]] | series_overrides block. | --- @@ -9507,7 +9507,7 @@ null_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -9521,7 +9521,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetPi series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9557,7 +9557,7 @@ null_value: str Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -9571,7 +9571,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9593,7 +9593,7 @@ oneDashboard.OneDashboardPageWidgetPieUnits( | **Name** | **Type** | **Description** | | --- | --- | --- | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetPieUnitsSeriesOverrides]] | series_overrides block. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -9607,7 +9607,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetPi series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9619,7 +9619,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -9655,7 +9655,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9669,7 +9669,7 @@ unit: str Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -9704,22 +9704,22 @@ oneDashboard.OneDashboardPageWidgetStackedBar( | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrql_query | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetStackedBarNrqlQuery]] | nrql_query block. | -| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | str | A title for the widget. | | colors | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetStackedBarColors]] | colors block. | -| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initial_sorting | OneDashboardPageWidgetStackedBarInitialSorting | initial_sorting block. | -| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | null_values | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetStackedBarNullValues]] | null_values block. | -| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetStackedBarUnits]] | units block. | -| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -9731,7 +9731,7 @@ column: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -9745,7 +9745,7 @@ nrql_query: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetStackedB nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -9757,7 +9757,7 @@ row: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -9771,7 +9771,7 @@ title: str A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -9785,7 +9785,7 @@ colors: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetStackedBarCo colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -9797,7 +9797,7 @@ facet_show_other_series: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -9809,7 +9809,7 @@ height: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -9821,7 +9821,7 @@ ignore_time_range: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -9835,7 +9835,7 @@ initial_sorting: OneDashboardPageWidgetStackedBarInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -9847,7 +9847,7 @@ legend_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -9861,7 +9861,7 @@ null_values: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetStacked null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -9873,7 +9873,7 @@ refresh_rate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -9887,7 +9887,7 @@ units: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetStackedBarUni units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -9899,7 +9899,7 @@ width: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -9911,7 +9911,7 @@ y_axis_left_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -9923,7 +9923,7 @@ y_axis_left_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -9944,7 +9944,7 @@ oneDashboard.OneDashboardPageWidgetStackedBarColors( | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetStackedBarColorsSeriesOverrides]] | series_overrides block. | --- @@ -9957,7 +9957,7 @@ color: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -9971,7 +9971,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetSt series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10007,7 +10007,7 @@ color: str Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -10021,7 +10021,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10057,7 +10057,7 @@ direction: str Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -10071,7 +10071,7 @@ name: str The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -10107,7 +10107,7 @@ query: str The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -10121,7 +10121,7 @@ account_id: typing.Union[int, float] The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -10142,7 +10142,7 @@ oneDashboard.OneDashboardPageWidgetStackedBarNullValues( | **Name** | **Type** | **Description** | | --- | --- | --- | -| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides]] | series_overrides block. | --- @@ -10155,7 +10155,7 @@ null_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -10169,7 +10169,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetSt series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10205,7 +10205,7 @@ null_value: str Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -10219,7 +10219,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10241,7 +10241,7 @@ oneDashboard.OneDashboardPageWidgetStackedBarUnits( | **Name** | **Type** | **Description** | | --- | --- | --- | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetStackedBarUnitsSeriesOverrides]] | series_overrides block. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -10255,7 +10255,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetSt series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10267,7 +10267,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -10303,7 +10303,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10317,7 +10317,7 @@ unit: str Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -10355,25 +10355,25 @@ oneDashboard.OneDashboardPageWidgetTable( | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrql_query | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetTableNrqlQuery]] | nrql_query block. | -| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | str | A title for the widget. | | colors | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetTableColors]] | colors block. | -| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| facet_show_other_series | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | filter_current_dashboard | typing.Union[bool, cdktf.IResolvable] | Use this item to filter the current dashboard. | -| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignore_time_range | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initial_sorting | OneDashboardPageWidgetTableInitialSorting | initial_sorting block. | -| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legend_enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | linked_entity_guids | typing.List[str] | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | null_values | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetTableNullValues]] | null_values block. | -| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refresh_rate | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | threshold | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetTableThreshold]] | threshold block. | | units | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetTableUnits]] | units block. | -| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| y_axis_left_max | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| y_axis_left_min | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -10385,7 +10385,7 @@ column: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -10399,7 +10399,7 @@ nrql_query: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetTableNrq nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -10411,7 +10411,7 @@ row: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -10425,7 +10425,7 @@ title: str A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -10439,7 +10439,7 @@ colors: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetTableColors] colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -10451,7 +10451,7 @@ facet_show_other_series: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -10465,7 +10465,7 @@ filter_current_dashboard: typing.Union[bool, IResolvable] Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -10477,7 +10477,7 @@ height: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -10489,7 +10489,7 @@ ignore_time_range: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -10503,7 +10503,7 @@ initial_sorting: OneDashboardPageWidgetTableInitialSorting initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -10515,7 +10515,7 @@ legend_enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -10529,7 +10529,7 @@ linked_entity_guids: typing.List[str] Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -10543,7 +10543,7 @@ null_values: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetTableNu null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -10555,7 +10555,7 @@ refresh_rate: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -10569,7 +10569,7 @@ threshold: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetTableThre threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#threshold OneDashboard#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#threshold OneDashboard#threshold} --- @@ -10583,7 +10583,7 @@ units: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetTableUnits]] units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -10595,7 +10595,7 @@ width: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -10607,7 +10607,7 @@ y_axis_left_max: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -10619,7 +10619,7 @@ y_axis_left_min: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -10640,7 +10640,7 @@ oneDashboard.OneDashboardPageWidgetTableColors( | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetTableColorsSeriesOverrides]] | series_overrides block. | --- @@ -10653,7 +10653,7 @@ color: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -10667,7 +10667,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetTa series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10703,7 +10703,7 @@ color: str Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -10717,7 +10717,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10753,7 +10753,7 @@ direction: str Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -10767,7 +10767,7 @@ name: str The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -10803,7 +10803,7 @@ query: str The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -10817,7 +10817,7 @@ account_id: typing.Union[int, float] The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -10838,7 +10838,7 @@ oneDashboard.OneDashboardPageWidgetTableNullValues( | **Name** | **Type** | **Description** | | --- | --- | --- | -| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| null_value | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetTableNullValuesSeriesOverrides]] | series_overrides block. | --- @@ -10851,7 +10851,7 @@ null_value: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -10865,7 +10865,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetTa series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10901,7 +10901,7 @@ null_value: str Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -10915,7 +10915,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10955,7 +10955,7 @@ column_name: str Name of the column in the table, to which the threshold would be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column_name OneDashboard#column_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column_name OneDashboard#column_name} --- @@ -10969,7 +10969,7 @@ from: str The number from which the range starts in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#from OneDashboard#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#from OneDashboard#from} --- @@ -10983,7 +10983,7 @@ severity: str Severity of the threshold, which would reflect in the widget, in the range of the threshold specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#severity OneDashboard#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#severity OneDashboard#severity} --- @@ -10997,7 +10997,7 @@ to: str The number at which the range ends in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#to OneDashboard#to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#to OneDashboard#to} --- @@ -11019,7 +11019,7 @@ oneDashboard.OneDashboardPageWidgetTableUnits( | **Name** | **Type** | **Description** | | --- | --- | --- | | series_overrides | typing.Union[cdktf.IResolvable, typing.List[OneDashboardPageWidgetTableUnitsSeriesOverrides]] | series_overrides block. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -11033,7 +11033,7 @@ series_overrides: typing.Union[IResolvable, typing.List[OneDashboardPageWidgetTa series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -11045,7 +11045,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -11081,7 +11081,7 @@ series_name: str Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -11095,7 +11095,7 @@ unit: str Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -11145,7 +11145,7 @@ name: str The variable identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -11159,7 +11159,7 @@ replacement_strategy: str Indicates the strategy to apply when replacing a variable in a NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#replacement_strategy OneDashboard#replacement_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#replacement_strategy OneDashboard#replacement_strategy} --- @@ -11173,7 +11173,7 @@ title: str Human-friendly display string for this variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -11187,7 +11187,7 @@ type: str Specifies the data type of the variable and where its possible values may come from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#type OneDashboard#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#type OneDashboard#type} --- @@ -11201,7 +11201,7 @@ default_values: typing.List[str] Default values for this variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#default_values OneDashboard#default_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#default_values OneDashboard#default_values} --- @@ -11215,7 +11215,7 @@ is_multi_selection: typing.Union[bool, IResolvable] Indicates whether this variable supports multiple selection or not. Only applies to variables of type NRQL or ENUM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#is_multi_selection OneDashboard#is_multi_selection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#is_multi_selection OneDashboard#is_multi_selection} --- @@ -11229,7 +11229,7 @@ item: typing.Union[IResolvable, typing.List[OneDashboardVariableItem]] item block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#item OneDashboard#item} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#item OneDashboard#item} --- @@ -11243,7 +11243,7 @@ nrql_query: OneDashboardVariableNrqlQuery nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -11257,7 +11257,7 @@ options: typing.Union[IResolvable, typing.List[OneDashboardVariableOptions]] options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#options OneDashboard#options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#options OneDashboard#options} --- @@ -11293,7 +11293,7 @@ value: str A possible variable value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#value OneDashboard#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#value OneDashboard#value} --- @@ -11307,7 +11307,7 @@ title: str A human-friendly display string for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -11343,7 +11343,7 @@ query: str NRQL formatted query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -11357,7 +11357,7 @@ account_ids: typing.List[typing.Union[int, float]] New Relic account ID(s) to issue the query against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_ids OneDashboard#account_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_ids OneDashboard#account_ids} --- @@ -11393,7 +11393,7 @@ Only applies to variables of type NRQL. With this turned on, the time range for the NRQL query will override the time picker on dashboards and other pages. Turn this off to use the time picker as normal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} --- @@ -15956,7 +15956,7 @@ def put_initial_sorting( Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -15966,7 +15966,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -20969,7 +20969,7 @@ def put_initial_sorting( Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -20979,7 +20979,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -26038,7 +26038,7 @@ def put_initial_sorting( Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -26048,7 +26048,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -31105,7 +31105,7 @@ def put_initial_sorting( Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -31115,7 +31115,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -36138,7 +36138,7 @@ def put_initial_sorting( Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -36148,7 +36148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -41151,7 +41151,7 @@ def put_initial_sorting( Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -41161,7 +41161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -46218,7 +46218,7 @@ def put_initial_sorting( Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -46228,7 +46228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -51229,7 +51229,7 @@ def put_initial_sorting( Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -51239,7 +51239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -56246,7 +56246,7 @@ def put_initial_sorting( Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -56256,7 +56256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -56333,7 +56333,7 @@ def put_y_axis_right( Minimum value of the range to be specified with the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_max OneDashboard#y_axis_right_max} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_max OneDashboard#y_axis_right_max} --- @@ -56343,7 +56343,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Minimum value of the range to be specified with the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_min OneDashboard#y_axis_right_min} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_min OneDashboard#y_axis_right_min} --- @@ -56353,7 +56353,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A set of series that helps specify the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_series OneDashboard#y_axis_right_series} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_series OneDashboard#y_axis_right_series} --- @@ -56363,7 +56363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre An attribute that helps specify the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_zero OneDashboard#y_axis_right_zero} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_zero OneDashboard#y_axis_right_zero} --- @@ -62404,7 +62404,7 @@ def put_initial_sorting( Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -62414,7 +62414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -66899,7 +66899,7 @@ def put_initial_sorting( Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -66909,7 +66909,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -71898,7 +71898,7 @@ def put_initial_sorting( Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -71908,7 +71908,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -76965,7 +76965,7 @@ def put_initial_sorting( Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -76975,7 +76975,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -81980,7 +81980,7 @@ def put_initial_sorting( Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -81990,7 +81990,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -86042,7 +86042,7 @@ def put_nrql_query( NRQL formatted query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -86052,7 +86052,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre New Relic account ID(s) to issue the query against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_ids OneDashboard#account_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_ids OneDashboard#account_ids} --- diff --git a/docs/oneDashboard.typescript.md b/docs/oneDashboard.typescript.md index 013449e6e..fd6339500 100644 --- a/docs/oneDashboard.typescript.md +++ b/docs/oneDashboard.typescript.md @@ -4,7 +4,7 @@ ### OneDashboard -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard newrelic_one_dashboard}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard newrelic_one_dashboard}. #### Initializers @@ -528,7 +528,7 @@ The construct id used in the generated config for the OneDashboard to import. The id of the existing OneDashboard that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#import import section} in the documentation of this resource for the id to use --- @@ -924,7 +924,7 @@ const oneDashboardConfig: oneDashboard.OneDashboardConfig = { ... } | page | cdktf.IResolvable \| OneDashboardPage[] | page block. | | accountId | number | The New Relic account ID where you want to create the dashboard. | | description | string | The dashboard's description. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#id OneDashboard#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#id OneDashboard#id}. | | permissions | string | Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. | | variable | cdktf.IResolvable \| OneDashboardVariable[] | variable block. | @@ -1010,7 +1010,7 @@ public readonly name: string; The dashboard's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -1024,7 +1024,7 @@ public readonly page: IResolvable | OneDashboardPage[]; page block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#page OneDashboard#page} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#page OneDashboard#page} --- @@ -1038,7 +1038,7 @@ public readonly accountId: number; The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -1052,7 +1052,7 @@ public readonly description: string; The dashboard's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#description OneDashboard#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#description OneDashboard#description} --- @@ -1064,7 +1064,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#id OneDashboard#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#id OneDashboard#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. @@ -1081,7 +1081,7 @@ public readonly permissions: string; Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#permissions OneDashboard#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#permissions OneDashboard#permissions} --- @@ -1095,7 +1095,7 @@ public readonly variable: IResolvable | OneDashboardVariable[]; variable block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#variable OneDashboard#variable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#variable OneDashboard#variable} --- @@ -1142,7 +1142,7 @@ public readonly name: string; The dashboard page's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -1156,7 +1156,7 @@ public readonly description: string; The dashboard page's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#description OneDashboard#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#description OneDashboard#description} --- @@ -1170,7 +1170,7 @@ public readonly widgetArea: IResolvable | OneDashboardPageWidgetArea[]; widget_area block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_area OneDashboard#widget_area} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_area OneDashboard#widget_area} --- @@ -1184,7 +1184,7 @@ public readonly widgetBar: IResolvable | OneDashboardPageWidgetBar[]; widget_bar block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_bar OneDashboard#widget_bar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_bar OneDashboard#widget_bar} --- @@ -1198,7 +1198,7 @@ public readonly widgetBillboard: IResolvable | OneDashboardPageWidgetBillboard[] widget_billboard block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_billboard OneDashboard#widget_billboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_billboard OneDashboard#widget_billboard} --- @@ -1212,7 +1212,7 @@ public readonly widgetBullet: IResolvable | OneDashboardPageWidgetBullet[]; widget_bullet block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_bullet OneDashboard#widget_bullet} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_bullet OneDashboard#widget_bullet} --- @@ -1226,7 +1226,7 @@ public readonly widgetFunnel: IResolvable | OneDashboardPageWidgetFunnel[]; widget_funnel block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_funnel OneDashboard#widget_funnel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_funnel OneDashboard#widget_funnel} --- @@ -1240,7 +1240,7 @@ public readonly widgetHeatmap: IResolvable | OneDashboardPageWidgetHeatmap[]; widget_heatmap block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_heatmap OneDashboard#widget_heatmap} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_heatmap OneDashboard#widget_heatmap} --- @@ -1254,7 +1254,7 @@ public readonly widgetHistogram: IResolvable | OneDashboardPageWidgetHistogram[] widget_histogram block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_histogram OneDashboard#widget_histogram} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_histogram OneDashboard#widget_histogram} --- @@ -1268,7 +1268,7 @@ public readonly widgetJson: IResolvable | OneDashboardPageWidgetJson[]; widget_json block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_json OneDashboard#widget_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_json OneDashboard#widget_json} --- @@ -1282,7 +1282,7 @@ public readonly widgetLine: IResolvable | OneDashboardPageWidgetLine[]; widget_line block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_line OneDashboard#widget_line} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_line OneDashboard#widget_line} --- @@ -1296,7 +1296,7 @@ public readonly widgetLogTable: IResolvable | OneDashboardPageWidgetLogTable[]; widget_log_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_log_table OneDashboard#widget_log_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_log_table OneDashboard#widget_log_table} --- @@ -1310,7 +1310,7 @@ public readonly widgetMarkdown: IResolvable | OneDashboardPageWidgetMarkdown[]; widget_markdown block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_markdown OneDashboard#widget_markdown} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_markdown OneDashboard#widget_markdown} --- @@ -1324,7 +1324,7 @@ public readonly widgetPie: IResolvable | OneDashboardPageWidgetPie[]; widget_pie block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_pie OneDashboard#widget_pie} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_pie OneDashboard#widget_pie} --- @@ -1338,7 +1338,7 @@ public readonly widgetStackedBar: IResolvable | OneDashboardPageWidgetStackedBar widget_stacked_bar block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_stacked_bar OneDashboard#widget_stacked_bar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_stacked_bar OneDashboard#widget_stacked_bar} --- @@ -1352,7 +1352,7 @@ public readonly widgetTable: IResolvable | OneDashboardPageWidgetTable[]; widget_table block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_table OneDashboard#widget_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_table OneDashboard#widget_table} --- @@ -1370,22 +1370,22 @@ const oneDashboardPageWidgetArea: oneDashboard.OneDashboardPageWidgetArea = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | cdktf.IResolvable \| OneDashboardPageWidgetAreaNrqlQuery[] | nrql_query block. | -| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | string | A title for the widget. | | colors | cdktf.IResolvable \| OneDashboardPageWidgetAreaColors[] | colors block. | -| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetAreaInitialSorting | initial_sorting block. | -| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | cdktf.IResolvable \| OneDashboardPageWidgetAreaNullValues[] | null_values block. | -| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | cdktf.IResolvable \| OneDashboardPageWidgetAreaUnits[] | units block. | -| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -1397,7 +1397,7 @@ public readonly column: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -1411,7 +1411,7 @@ public readonly nrqlQuery: IResolvable | OneDashboardPageWidgetAreaNrqlQuery[]; nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -1423,7 +1423,7 @@ public readonly row: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -1437,7 +1437,7 @@ public readonly title: string; A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -1451,7 +1451,7 @@ public readonly colors: IResolvable | OneDashboardPageWidgetAreaColors[]; colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -1463,7 +1463,7 @@ public readonly facetShowOtherSeries: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -1475,7 +1475,7 @@ public readonly height: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -1487,7 +1487,7 @@ public readonly ignoreTimeRange: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -1501,7 +1501,7 @@ public readonly initialSorting: OneDashboardPageWidgetAreaInitialSorting; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -1513,7 +1513,7 @@ public readonly legendEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -1527,7 +1527,7 @@ public readonly nullValues: IResolvable | OneDashboardPageWidgetAreaNullValues[] null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -1539,7 +1539,7 @@ public readonly refreshRate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -1553,7 +1553,7 @@ public readonly units: IResolvable | OneDashboardPageWidgetAreaUnits[]; units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -1565,7 +1565,7 @@ public readonly width: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -1577,7 +1577,7 @@ public readonly yAxisLeftMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -1589,7 +1589,7 @@ public readonly yAxisLeftMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -1607,7 +1607,7 @@ const oneDashboardPageWidgetAreaColors: oneDashboard.OneDashboardPageWidgetAreaC | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetAreaColorsSeriesOverrides[] | series_overrides block. | --- @@ -1620,7 +1620,7 @@ public readonly color: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -1634,7 +1634,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetAreaColorsS series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -1667,7 +1667,7 @@ public readonly color: string; Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -1681,7 +1681,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -1714,7 +1714,7 @@ public readonly direction: string; Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -1728,7 +1728,7 @@ public readonly name: string; The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -1761,7 +1761,7 @@ public readonly query: string; The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -1775,7 +1775,7 @@ public readonly accountId: number; The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -1793,7 +1793,7 @@ const oneDashboardPageWidgetAreaNullValues: oneDashboard.OneDashboardPageWidgetA | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetAreaNullValuesSeriesOverrides[] | series_overrides block. | --- @@ -1806,7 +1806,7 @@ public readonly nullValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -1820,7 +1820,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetAreaNullVal series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -1853,7 +1853,7 @@ public readonly nullValue: string; Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -1867,7 +1867,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -1886,7 +1886,7 @@ const oneDashboardPageWidgetAreaUnits: oneDashboard.OneDashboardPageWidgetAreaUn | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetAreaUnitsSeriesOverrides[] | series_overrides block. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -1900,7 +1900,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetAreaUnitsSe series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -1912,7 +1912,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -1945,7 +1945,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -1959,7 +1959,7 @@ public readonly unit: string; Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -1977,24 +1977,24 @@ const oneDashboardPageWidgetBar: oneDashboard.OneDashboardPageWidgetBar = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | cdktf.IResolvable \| OneDashboardPageWidgetBarNrqlQuery[] | nrql_query block. | -| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | string | A title for the widget. | | colors | cdktf.IResolvable \| OneDashboardPageWidgetBarColors[] | colors block. | -| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | filterCurrentDashboard | boolean \| cdktf.IResolvable | Use this item to filter the current dashboard. | -| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetBarInitialSorting | initial_sorting block. | -| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | linkedEntityGuids | string[] | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | nullValues | cdktf.IResolvable \| OneDashboardPageWidgetBarNullValues[] | null_values block. | -| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | cdktf.IResolvable \| OneDashboardPageWidgetBarUnits[] | units block. | -| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -2006,7 +2006,7 @@ public readonly column: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -2020,7 +2020,7 @@ public readonly nrqlQuery: IResolvable | OneDashboardPageWidgetBarNrqlQuery[]; nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -2032,7 +2032,7 @@ public readonly row: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -2046,7 +2046,7 @@ public readonly title: string; A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -2060,7 +2060,7 @@ public readonly colors: IResolvable | OneDashboardPageWidgetBarColors[]; colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -2072,7 +2072,7 @@ public readonly facetShowOtherSeries: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -2086,7 +2086,7 @@ public readonly filterCurrentDashboard: boolean | IResolvable; Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -2098,7 +2098,7 @@ public readonly height: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -2110,7 +2110,7 @@ public readonly ignoreTimeRange: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -2124,7 +2124,7 @@ public readonly initialSorting: OneDashboardPageWidgetBarInitialSorting; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -2136,7 +2136,7 @@ public readonly legendEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -2150,7 +2150,7 @@ public readonly linkedEntityGuids: string[]; Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -2164,7 +2164,7 @@ public readonly nullValues: IResolvable | OneDashboardPageWidgetBarNullValues[]; null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -2176,7 +2176,7 @@ public readonly refreshRate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -2190,7 +2190,7 @@ public readonly units: IResolvable | OneDashboardPageWidgetBarUnits[]; units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -2202,7 +2202,7 @@ public readonly width: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -2214,7 +2214,7 @@ public readonly yAxisLeftMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -2226,7 +2226,7 @@ public readonly yAxisLeftMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -2244,7 +2244,7 @@ const oneDashboardPageWidgetBarColors: oneDashboard.OneDashboardPageWidgetBarCol | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetBarColorsSeriesOverrides[] | series_overrides block. | --- @@ -2257,7 +2257,7 @@ public readonly color: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -2271,7 +2271,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetBarColorsSe series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2304,7 +2304,7 @@ public readonly color: string; Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -2318,7 +2318,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2351,7 +2351,7 @@ public readonly direction: string; Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -2365,7 +2365,7 @@ public readonly name: string; The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -2398,7 +2398,7 @@ public readonly query: string; The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -2412,7 +2412,7 @@ public readonly accountId: number; The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -2430,7 +2430,7 @@ const oneDashboardPageWidgetBarNullValues: oneDashboard.OneDashboardPageWidgetBa | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetBarNullValuesSeriesOverrides[] | series_overrides block. | --- @@ -2443,7 +2443,7 @@ public readonly nullValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -2457,7 +2457,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetBarNullValu series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2490,7 +2490,7 @@ public readonly nullValue: string; Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -2504,7 +2504,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2523,7 +2523,7 @@ const oneDashboardPageWidgetBarUnits: oneDashboard.OneDashboardPageWidgetBarUnit | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetBarUnitsSeriesOverrides[] | series_overrides block. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -2537,7 +2537,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetBarUnitsSer series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2549,7 +2549,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -2582,7 +2582,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2596,7 +2596,7 @@ public readonly unit: string; Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -2614,24 +2614,24 @@ const oneDashboardPageWidgetBillboard: oneDashboard.OneDashboardPageWidgetBillbo | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | cdktf.IResolvable \| OneDashboardPageWidgetBillboardNrqlQuery[] | nrql_query block. | -| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | string | A title for the widget. | | colors | cdktf.IResolvable \| OneDashboardPageWidgetBillboardColors[] | colors block. | | critical | string | The critical threshold value. | -| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetBillboardInitialSorting | initial_sorting block. | -| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | cdktf.IResolvable \| OneDashboardPageWidgetBillboardNullValues[] | null_values block. | -| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | cdktf.IResolvable \| OneDashboardPageWidgetBillboardUnits[] | units block. | | warning | string | The warning threshold value. | -| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -2643,7 +2643,7 @@ public readonly column: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -2657,7 +2657,7 @@ public readonly nrqlQuery: IResolvable | OneDashboardPageWidgetBillboardNrqlQuer nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -2669,7 +2669,7 @@ public readonly row: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -2683,7 +2683,7 @@ public readonly title: string; A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -2697,7 +2697,7 @@ public readonly colors: IResolvable | OneDashboardPageWidgetBillboardColors[]; colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -2711,7 +2711,7 @@ public readonly critical: string; The critical threshold value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#critical OneDashboard#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#critical OneDashboard#critical} --- @@ -2723,7 +2723,7 @@ public readonly facetShowOtherSeries: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -2735,7 +2735,7 @@ public readonly height: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -2747,7 +2747,7 @@ public readonly ignoreTimeRange: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -2761,7 +2761,7 @@ public readonly initialSorting: OneDashboardPageWidgetBillboardInitialSorting; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -2773,7 +2773,7 @@ public readonly legendEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -2787,7 +2787,7 @@ public readonly nullValues: IResolvable | OneDashboardPageWidgetBillboardNullVal null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -2799,7 +2799,7 @@ public readonly refreshRate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -2813,7 +2813,7 @@ public readonly units: IResolvable | OneDashboardPageWidgetBillboardUnits[]; units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -2827,7 +2827,7 @@ public readonly warning: string; The warning threshold value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#warning OneDashboard#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#warning OneDashboard#warning} --- @@ -2839,7 +2839,7 @@ public readonly width: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -2851,7 +2851,7 @@ public readonly yAxisLeftMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -2863,7 +2863,7 @@ public readonly yAxisLeftMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -2881,7 +2881,7 @@ const oneDashboardPageWidgetBillboardColors: oneDashboard.OneDashboardPageWidget | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetBillboardColorsSeriesOverrides[] | series_overrides block. | --- @@ -2894,7 +2894,7 @@ public readonly color: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -2908,7 +2908,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetBillboardCo series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -2941,7 +2941,7 @@ public readonly color: string; Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -2955,7 +2955,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -2988,7 +2988,7 @@ public readonly direction: string; Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -3002,7 +3002,7 @@ public readonly name: string; The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -3035,7 +3035,7 @@ public readonly query: string; The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -3049,7 +3049,7 @@ public readonly accountId: number; The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -3067,7 +3067,7 @@ const oneDashboardPageWidgetBillboardNullValues: oneDashboard.OneDashboardPageWi | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetBillboardNullValuesSeriesOverrides[] | series_overrides block. | --- @@ -3080,7 +3080,7 @@ public readonly nullValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -3094,7 +3094,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetBillboardNu series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3127,7 +3127,7 @@ public readonly nullValue: string; Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -3141,7 +3141,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3160,7 +3160,7 @@ const oneDashboardPageWidgetBillboardUnits: oneDashboard.OneDashboardPageWidgetB | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetBillboardUnitsSeriesOverrides[] | series_overrides block. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -3174,7 +3174,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetBillboardUn series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3186,7 +3186,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -3219,7 +3219,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3233,7 +3233,7 @@ public readonly unit: string; Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -3251,23 +3251,23 @@ const oneDashboardPageWidgetBullet: oneDashboard.OneDashboardPageWidgetBullet = | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | limit | number | The maximum value for the visualization. | | nrqlQuery | cdktf.IResolvable \| OneDashboardPageWidgetBulletNrqlQuery[] | nrql_query block. | -| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | string | A title for the widget. | | colors | cdktf.IResolvable \| OneDashboardPageWidgetBulletColors[] | colors block. | -| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetBulletInitialSorting | initial_sorting block. | -| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | cdktf.IResolvable \| OneDashboardPageWidgetBulletNullValues[] | null_values block. | -| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | cdktf.IResolvable \| OneDashboardPageWidgetBulletUnits[] | units block. | -| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -3279,7 +3279,7 @@ public readonly column: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -3293,7 +3293,7 @@ public readonly limit: number; The maximum value for the visualization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#limit OneDashboard#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#limit OneDashboard#limit} --- @@ -3307,7 +3307,7 @@ public readonly nrqlQuery: IResolvable | OneDashboardPageWidgetBulletNrqlQuery[] nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -3319,7 +3319,7 @@ public readonly row: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -3333,7 +3333,7 @@ public readonly title: string; A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -3347,7 +3347,7 @@ public readonly colors: IResolvable | OneDashboardPageWidgetBulletColors[]; colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -3359,7 +3359,7 @@ public readonly facetShowOtherSeries: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -3371,7 +3371,7 @@ public readonly height: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -3383,7 +3383,7 @@ public readonly ignoreTimeRange: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -3397,7 +3397,7 @@ public readonly initialSorting: OneDashboardPageWidgetBulletInitialSorting; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -3409,7 +3409,7 @@ public readonly legendEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -3423,7 +3423,7 @@ public readonly nullValues: IResolvable | OneDashboardPageWidgetBulletNullValues null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -3435,7 +3435,7 @@ public readonly refreshRate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -3449,7 +3449,7 @@ public readonly units: IResolvable | OneDashboardPageWidgetBulletUnits[]; units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -3461,7 +3461,7 @@ public readonly width: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -3473,7 +3473,7 @@ public readonly yAxisLeftMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -3485,7 +3485,7 @@ public readonly yAxisLeftMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -3503,7 +3503,7 @@ const oneDashboardPageWidgetBulletColors: oneDashboard.OneDashboardPageWidgetBul | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetBulletColorsSeriesOverrides[] | series_overrides block. | --- @@ -3516,7 +3516,7 @@ public readonly color: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -3530,7 +3530,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetBulletColor series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3563,7 +3563,7 @@ public readonly color: string; Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -3577,7 +3577,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3610,7 +3610,7 @@ public readonly direction: string; Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -3624,7 +3624,7 @@ public readonly name: string; The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -3657,7 +3657,7 @@ public readonly query: string; The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -3671,7 +3671,7 @@ public readonly accountId: number; The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -3689,7 +3689,7 @@ const oneDashboardPageWidgetBulletNullValues: oneDashboard.OneDashboardPageWidge | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetBulletNullValuesSeriesOverrides[] | series_overrides block. | --- @@ -3702,7 +3702,7 @@ public readonly nullValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -3716,7 +3716,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetBulletNullV series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3749,7 +3749,7 @@ public readonly nullValue: string; Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -3763,7 +3763,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3782,7 +3782,7 @@ const oneDashboardPageWidgetBulletUnits: oneDashboard.OneDashboardPageWidgetBull | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetBulletUnitsSeriesOverrides[] | series_overrides block. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -3796,7 +3796,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetBulletUnits series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -3808,7 +3808,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -3841,7 +3841,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -3855,7 +3855,7 @@ public readonly unit: string; Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -3873,22 +3873,22 @@ const oneDashboardPageWidgetFunnel: oneDashboard.OneDashboardPageWidgetFunnel = | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | cdktf.IResolvable \| OneDashboardPageWidgetFunnelNrqlQuery[] | nrql_query block. | -| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | string | A title for the widget. | | colors | cdktf.IResolvable \| OneDashboardPageWidgetFunnelColors[] | colors block. | -| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetFunnelInitialSorting | initial_sorting block. | -| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | cdktf.IResolvable \| OneDashboardPageWidgetFunnelNullValues[] | null_values block. | -| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | cdktf.IResolvable \| OneDashboardPageWidgetFunnelUnits[] | units block. | -| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -3900,7 +3900,7 @@ public readonly column: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -3914,7 +3914,7 @@ public readonly nrqlQuery: IResolvable | OneDashboardPageWidgetFunnelNrqlQuery[] nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -3926,7 +3926,7 @@ public readonly row: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -3940,7 +3940,7 @@ public readonly title: string; A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -3954,7 +3954,7 @@ public readonly colors: IResolvable | OneDashboardPageWidgetFunnelColors[]; colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -3966,7 +3966,7 @@ public readonly facetShowOtherSeries: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -3978,7 +3978,7 @@ public readonly height: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -3990,7 +3990,7 @@ public readonly ignoreTimeRange: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -4004,7 +4004,7 @@ public readonly initialSorting: OneDashboardPageWidgetFunnelInitialSorting; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -4016,7 +4016,7 @@ public readonly legendEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -4030,7 +4030,7 @@ public readonly nullValues: IResolvable | OneDashboardPageWidgetFunnelNullValues null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -4042,7 +4042,7 @@ public readonly refreshRate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -4056,7 +4056,7 @@ public readonly units: IResolvable | OneDashboardPageWidgetFunnelUnits[]; units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -4068,7 +4068,7 @@ public readonly width: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -4080,7 +4080,7 @@ public readonly yAxisLeftMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -4092,7 +4092,7 @@ public readonly yAxisLeftMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -4110,7 +4110,7 @@ const oneDashboardPageWidgetFunnelColors: oneDashboard.OneDashboardPageWidgetFun | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetFunnelColorsSeriesOverrides[] | series_overrides block. | --- @@ -4123,7 +4123,7 @@ public readonly color: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -4137,7 +4137,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetFunnelColor series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4170,7 +4170,7 @@ public readonly color: string; Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -4184,7 +4184,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4217,7 +4217,7 @@ public readonly direction: string; Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -4231,7 +4231,7 @@ public readonly name: string; The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -4264,7 +4264,7 @@ public readonly query: string; The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -4278,7 +4278,7 @@ public readonly accountId: number; The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -4296,7 +4296,7 @@ const oneDashboardPageWidgetFunnelNullValues: oneDashboard.OneDashboardPageWidge | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetFunnelNullValuesSeriesOverrides[] | series_overrides block. | --- @@ -4309,7 +4309,7 @@ public readonly nullValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -4323,7 +4323,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetFunnelNullV series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4356,7 +4356,7 @@ public readonly nullValue: string; Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -4370,7 +4370,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4389,7 +4389,7 @@ const oneDashboardPageWidgetFunnelUnits: oneDashboard.OneDashboardPageWidgetFunn | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetFunnelUnitsSeriesOverrides[] | series_overrides block. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -4403,7 +4403,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetFunnelUnits series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4415,7 +4415,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -4448,7 +4448,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4462,7 +4462,7 @@ public readonly unit: string; Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -4480,24 +4480,24 @@ const oneDashboardPageWidgetHeatmap: oneDashboard.OneDashboardPageWidgetHeatmap | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | cdktf.IResolvable \| OneDashboardPageWidgetHeatmapNrqlQuery[] | nrql_query block. | -| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | string | A title for the widget. | | colors | cdktf.IResolvable \| OneDashboardPageWidgetHeatmapColors[] | colors block. | -| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | filterCurrentDashboard | boolean \| cdktf.IResolvable | Use this item to filter the current dashboard. | -| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetHeatmapInitialSorting | initial_sorting block. | -| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | linkedEntityGuids | string[] | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | nullValues | cdktf.IResolvable \| OneDashboardPageWidgetHeatmapNullValues[] | null_values block. | -| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | cdktf.IResolvable \| OneDashboardPageWidgetHeatmapUnits[] | units block. | -| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -4509,7 +4509,7 @@ public readonly column: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -4523,7 +4523,7 @@ public readonly nrqlQuery: IResolvable | OneDashboardPageWidgetHeatmapNrqlQuery[ nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -4535,7 +4535,7 @@ public readonly row: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -4549,7 +4549,7 @@ public readonly title: string; A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -4563,7 +4563,7 @@ public readonly colors: IResolvable | OneDashboardPageWidgetHeatmapColors[]; colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -4575,7 +4575,7 @@ public readonly facetShowOtherSeries: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -4589,7 +4589,7 @@ public readonly filterCurrentDashboard: boolean | IResolvable; Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -4601,7 +4601,7 @@ public readonly height: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -4613,7 +4613,7 @@ public readonly ignoreTimeRange: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -4627,7 +4627,7 @@ public readonly initialSorting: OneDashboardPageWidgetHeatmapInitialSorting; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -4639,7 +4639,7 @@ public readonly legendEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -4653,7 +4653,7 @@ public readonly linkedEntityGuids: string[]; Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -4667,7 +4667,7 @@ public readonly nullValues: IResolvable | OneDashboardPageWidgetHeatmapNullValue null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -4679,7 +4679,7 @@ public readonly refreshRate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -4693,7 +4693,7 @@ public readonly units: IResolvable | OneDashboardPageWidgetHeatmapUnits[]; units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -4705,7 +4705,7 @@ public readonly width: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -4717,7 +4717,7 @@ public readonly yAxisLeftMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -4729,7 +4729,7 @@ public readonly yAxisLeftMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -4747,7 +4747,7 @@ const oneDashboardPageWidgetHeatmapColors: oneDashboard.OneDashboardPageWidgetHe | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetHeatmapColorsSeriesOverrides[] | series_overrides block. | --- @@ -4760,7 +4760,7 @@ public readonly color: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -4774,7 +4774,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetHeatmapColo series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4807,7 +4807,7 @@ public readonly color: string; Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -4821,7 +4821,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -4854,7 +4854,7 @@ public readonly direction: string; Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -4868,7 +4868,7 @@ public readonly name: string; The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -4901,7 +4901,7 @@ public readonly query: string; The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -4915,7 +4915,7 @@ public readonly accountId: number; The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -4933,7 +4933,7 @@ const oneDashboardPageWidgetHeatmapNullValues: oneDashboard.OneDashboardPageWidg | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetHeatmapNullValuesSeriesOverrides[] | series_overrides block. | --- @@ -4946,7 +4946,7 @@ public readonly nullValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -4960,7 +4960,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetHeatmapNull series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -4993,7 +4993,7 @@ public readonly nullValue: string; Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -5007,7 +5007,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5026,7 +5026,7 @@ const oneDashboardPageWidgetHeatmapUnits: oneDashboard.OneDashboardPageWidgetHea | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetHeatmapUnitsSeriesOverrides[] | series_overrides block. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -5040,7 +5040,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetHeatmapUnit series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5052,7 +5052,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -5085,7 +5085,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5099,7 +5099,7 @@ public readonly unit: string; Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -5117,22 +5117,22 @@ const oneDashboardPageWidgetHistogram: oneDashboard.OneDashboardPageWidgetHistog | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | cdktf.IResolvable \| OneDashboardPageWidgetHistogramNrqlQuery[] | nrql_query block. | -| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | string | A title for the widget. | | colors | cdktf.IResolvable \| OneDashboardPageWidgetHistogramColors[] | colors block. | -| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetHistogramInitialSorting | initial_sorting block. | -| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | cdktf.IResolvable \| OneDashboardPageWidgetHistogramNullValues[] | null_values block. | -| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | cdktf.IResolvable \| OneDashboardPageWidgetHistogramUnits[] | units block. | -| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -5144,7 +5144,7 @@ public readonly column: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -5158,7 +5158,7 @@ public readonly nrqlQuery: IResolvable | OneDashboardPageWidgetHistogramNrqlQuer nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -5170,7 +5170,7 @@ public readonly row: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -5184,7 +5184,7 @@ public readonly title: string; A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -5198,7 +5198,7 @@ public readonly colors: IResolvable | OneDashboardPageWidgetHistogramColors[]; colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -5210,7 +5210,7 @@ public readonly facetShowOtherSeries: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -5222,7 +5222,7 @@ public readonly height: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -5234,7 +5234,7 @@ public readonly ignoreTimeRange: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -5248,7 +5248,7 @@ public readonly initialSorting: OneDashboardPageWidgetHistogramInitialSorting; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -5260,7 +5260,7 @@ public readonly legendEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -5274,7 +5274,7 @@ public readonly nullValues: IResolvable | OneDashboardPageWidgetHistogramNullVal null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -5286,7 +5286,7 @@ public readonly refreshRate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -5300,7 +5300,7 @@ public readonly units: IResolvable | OneDashboardPageWidgetHistogramUnits[]; units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -5312,7 +5312,7 @@ public readonly width: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -5324,7 +5324,7 @@ public readonly yAxisLeftMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -5336,7 +5336,7 @@ public readonly yAxisLeftMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -5354,7 +5354,7 @@ const oneDashboardPageWidgetHistogramColors: oneDashboard.OneDashboardPageWidget | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetHistogramColorsSeriesOverrides[] | series_overrides block. | --- @@ -5367,7 +5367,7 @@ public readonly color: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -5381,7 +5381,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetHistogramCo series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5414,7 +5414,7 @@ public readonly color: string; Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -5428,7 +5428,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5461,7 +5461,7 @@ public readonly direction: string; Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -5475,7 +5475,7 @@ public readonly name: string; The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -5508,7 +5508,7 @@ public readonly query: string; The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -5522,7 +5522,7 @@ public readonly accountId: number; The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -5540,7 +5540,7 @@ const oneDashboardPageWidgetHistogramNullValues: oneDashboard.OneDashboardPageWi | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetHistogramNullValuesSeriesOverrides[] | series_overrides block. | --- @@ -5553,7 +5553,7 @@ public readonly nullValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -5567,7 +5567,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetHistogramNu series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5600,7 +5600,7 @@ public readonly nullValue: string; Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -5614,7 +5614,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5633,7 +5633,7 @@ const oneDashboardPageWidgetHistogramUnits: oneDashboard.OneDashboardPageWidgetH | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetHistogramUnitsSeriesOverrides[] | series_overrides block. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -5647,7 +5647,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetHistogramUn series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -5659,7 +5659,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -5692,7 +5692,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -5706,7 +5706,7 @@ public readonly unit: string; Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -5724,22 +5724,22 @@ const oneDashboardPageWidgetJson: oneDashboard.OneDashboardPageWidgetJson = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | cdktf.IResolvable \| OneDashboardPageWidgetJsonNrqlQuery[] | nrql_query block. | -| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | string | A title for the widget. | | colors | cdktf.IResolvable \| OneDashboardPageWidgetJsonColors[] | colors block. | -| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetJsonInitialSorting | initial_sorting block. | -| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | cdktf.IResolvable \| OneDashboardPageWidgetJsonNullValues[] | null_values block. | -| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | cdktf.IResolvable \| OneDashboardPageWidgetJsonUnits[] | units block. | -| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -5751,7 +5751,7 @@ public readonly column: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -5765,7 +5765,7 @@ public readonly nrqlQuery: IResolvable | OneDashboardPageWidgetJsonNrqlQuery[]; nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -5777,7 +5777,7 @@ public readonly row: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -5791,7 +5791,7 @@ public readonly title: string; A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -5805,7 +5805,7 @@ public readonly colors: IResolvable | OneDashboardPageWidgetJsonColors[]; colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -5817,7 +5817,7 @@ public readonly facetShowOtherSeries: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -5829,7 +5829,7 @@ public readonly height: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -5841,7 +5841,7 @@ public readonly ignoreTimeRange: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -5855,7 +5855,7 @@ public readonly initialSorting: OneDashboardPageWidgetJsonInitialSorting; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -5867,7 +5867,7 @@ public readonly legendEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -5881,7 +5881,7 @@ public readonly nullValues: IResolvable | OneDashboardPageWidgetJsonNullValues[] null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -5893,7 +5893,7 @@ public readonly refreshRate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -5907,7 +5907,7 @@ public readonly units: IResolvable | OneDashboardPageWidgetJsonUnits[]; units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -5919,7 +5919,7 @@ public readonly width: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -5931,7 +5931,7 @@ public readonly yAxisLeftMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -5943,7 +5943,7 @@ public readonly yAxisLeftMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -5961,7 +5961,7 @@ const oneDashboardPageWidgetJsonColors: oneDashboard.OneDashboardPageWidgetJsonC | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetJsonColorsSeriesOverrides[] | series_overrides block. | --- @@ -5974,7 +5974,7 @@ public readonly color: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -5988,7 +5988,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetJsonColorsS series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6021,7 +6021,7 @@ public readonly color: string; Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -6035,7 +6035,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6068,7 +6068,7 @@ public readonly direction: string; Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -6082,7 +6082,7 @@ public readonly name: string; The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -6115,7 +6115,7 @@ public readonly query: string; The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -6129,7 +6129,7 @@ public readonly accountId: number; The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -6147,7 +6147,7 @@ const oneDashboardPageWidgetJsonNullValues: oneDashboard.OneDashboardPageWidgetJ | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetJsonNullValuesSeriesOverrides[] | series_overrides block. | --- @@ -6160,7 +6160,7 @@ public readonly nullValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -6174,7 +6174,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetJsonNullVal series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6207,7 +6207,7 @@ public readonly nullValue: string; Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -6221,7 +6221,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6240,7 +6240,7 @@ const oneDashboardPageWidgetJsonUnits: oneDashboard.OneDashboardPageWidgetJsonUn | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetJsonUnitsSeriesOverrides[] | series_overrides block. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -6254,7 +6254,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetJsonUnitsSe series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6266,7 +6266,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -6299,7 +6299,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6313,7 +6313,7 @@ public readonly unit: string; Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -6331,24 +6331,24 @@ const oneDashboardPageWidgetLine: oneDashboard.OneDashboardPageWidgetLine = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | cdktf.IResolvable \| OneDashboardPageWidgetLineNrqlQuery[] | nrql_query block. | -| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | string | A title for the widget. | | colors | cdktf.IResolvable \| OneDashboardPageWidgetLineColors[] | colors block. | -| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetLineInitialSorting | initial_sorting block. | | isLabelVisible | boolean \| cdktf.IResolvable | Specified if the label should be visible in the graph created when specified with thresholds. | -| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | cdktf.IResolvable \| OneDashboardPageWidgetLineNullValues[] | null_values block. | -| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | threshold | cdktf.IResolvable \| OneDashboardPageWidgetLineThreshold[] | threshold block. | | units | cdktf.IResolvable \| OneDashboardPageWidgetLineUnits[] | units block. | -| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | | yAxisLeftZero | boolean \| cdktf.IResolvable | Specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range. | | yAxisRight | OneDashboardPageWidgetLineYAxisRight | y_axis_right block. | @@ -6362,7 +6362,7 @@ public readonly column: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -6376,7 +6376,7 @@ public readonly nrqlQuery: IResolvable | OneDashboardPageWidgetLineNrqlQuery[]; nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -6388,7 +6388,7 @@ public readonly row: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -6402,7 +6402,7 @@ public readonly title: string; A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -6416,7 +6416,7 @@ public readonly colors: IResolvable | OneDashboardPageWidgetLineColors[]; colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -6428,7 +6428,7 @@ public readonly facetShowOtherSeries: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -6440,7 +6440,7 @@ public readonly height: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -6452,7 +6452,7 @@ public readonly ignoreTimeRange: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -6466,7 +6466,7 @@ public readonly initialSorting: OneDashboardPageWidgetLineInitialSorting; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -6480,7 +6480,7 @@ public readonly isLabelVisible: boolean | IResolvable; Specified if the label should be visible in the graph created when specified with thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#is_label_visible OneDashboard#is_label_visible} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#is_label_visible OneDashboard#is_label_visible} --- @@ -6492,7 +6492,7 @@ public readonly legendEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -6506,7 +6506,7 @@ public readonly nullValues: IResolvable | OneDashboardPageWidgetLineNullValues[] null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -6518,7 +6518,7 @@ public readonly refreshRate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -6532,7 +6532,7 @@ public readonly threshold: IResolvable | OneDashboardPageWidgetLineThreshold[]; threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#threshold OneDashboard#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#threshold OneDashboard#threshold} --- @@ -6546,7 +6546,7 @@ public readonly units: IResolvable | OneDashboardPageWidgetLineUnits[]; units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -6558,7 +6558,7 @@ public readonly width: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -6570,7 +6570,7 @@ public readonly yAxisLeftMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -6582,7 +6582,7 @@ public readonly yAxisLeftMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -6596,7 +6596,7 @@ public readonly yAxisLeftZero: boolean | IResolvable; Specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_zero OneDashboard#y_axis_left_zero} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_zero OneDashboard#y_axis_left_zero} --- @@ -6610,7 +6610,7 @@ public readonly yAxisRight: OneDashboardPageWidgetLineYAxisRight; y_axis_right block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right OneDashboard#y_axis_right} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right OneDashboard#y_axis_right} --- @@ -6628,7 +6628,7 @@ const oneDashboardPageWidgetLineColors: oneDashboard.OneDashboardPageWidgetLineC | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetLineColorsSeriesOverrides[] | series_overrides block. | --- @@ -6641,7 +6641,7 @@ public readonly color: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -6655,7 +6655,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetLineColorsS series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6688,7 +6688,7 @@ public readonly color: string; Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -6702,7 +6702,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6735,7 +6735,7 @@ public readonly direction: string; Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -6749,7 +6749,7 @@ public readonly name: string; The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -6782,7 +6782,7 @@ public readonly query: string; The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -6796,7 +6796,7 @@ public readonly accountId: number; The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -6814,7 +6814,7 @@ const oneDashboardPageWidgetLineNullValues: oneDashboard.OneDashboardPageWidgetL | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetLineNullValuesSeriesOverrides[] | series_overrides block. | --- @@ -6827,7 +6827,7 @@ public readonly nullValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -6841,7 +6841,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetLineNullVal series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -6874,7 +6874,7 @@ public readonly nullValue: string; Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -6888,7 +6888,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -6923,7 +6923,7 @@ public readonly from: string; The number from which the range starts in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#from OneDashboard#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#from OneDashboard#from} --- @@ -6937,7 +6937,7 @@ public readonly name: string; Name of the threshold created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -6951,7 +6951,7 @@ public readonly severity: string; Severity of the threshold, which would reflect in the widget, in the range of the threshold specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#severity OneDashboard#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#severity OneDashboard#severity} --- @@ -6965,7 +6965,7 @@ public readonly to: string; The number at which the range ends in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#to OneDashboard#to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#to OneDashboard#to} --- @@ -6984,7 +6984,7 @@ const oneDashboardPageWidgetLineUnits: oneDashboard.OneDashboardPageWidgetLineUn | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetLineUnitsSeriesOverrides[] | series_overrides block. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -6998,7 +6998,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetLineUnitsSe series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7010,7 +7010,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -7043,7 +7043,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7057,7 +7057,7 @@ public readonly unit: string; Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -7092,7 +7092,7 @@ public readonly yAxisRightMax: number; Minimum value of the range to be specified with the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_max OneDashboard#y_axis_right_max} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_max OneDashboard#y_axis_right_max} --- @@ -7106,7 +7106,7 @@ public readonly yAxisRightMin: number; Minimum value of the range to be specified with the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_min OneDashboard#y_axis_right_min} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_min OneDashboard#y_axis_right_min} --- @@ -7120,7 +7120,7 @@ public readonly yAxisRightSeries: string[]; A set of series that helps specify the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_series OneDashboard#y_axis_right_series} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_series OneDashboard#y_axis_right_series} --- @@ -7134,7 +7134,7 @@ public readonly yAxisRightZero: boolean | IResolvable; An attribute that helps specify the Y-Axis on the right of the line widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_zero OneDashboard#y_axis_right_zero} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_zero OneDashboard#y_axis_right_zero} --- @@ -7152,22 +7152,22 @@ const oneDashboardPageWidgetLogTable: oneDashboard.OneDashboardPageWidgetLogTabl | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | cdktf.IResolvable \| OneDashboardPageWidgetLogTableNrqlQuery[] | nrql_query block. | -| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | string | A title for the widget. | | colors | cdktf.IResolvable \| OneDashboardPageWidgetLogTableColors[] | colors block. | -| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetLogTableInitialSorting | initial_sorting block. | -| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | cdktf.IResolvable \| OneDashboardPageWidgetLogTableNullValues[] | null_values block. | -| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | cdktf.IResolvable \| OneDashboardPageWidgetLogTableUnits[] | units block. | -| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -7179,7 +7179,7 @@ public readonly column: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -7193,7 +7193,7 @@ public readonly nrqlQuery: IResolvable | OneDashboardPageWidgetLogTableNrqlQuery nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -7205,7 +7205,7 @@ public readonly row: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -7219,7 +7219,7 @@ public readonly title: string; A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -7233,7 +7233,7 @@ public readonly colors: IResolvable | OneDashboardPageWidgetLogTableColors[]; colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -7245,7 +7245,7 @@ public readonly facetShowOtherSeries: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -7257,7 +7257,7 @@ public readonly height: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -7269,7 +7269,7 @@ public readonly ignoreTimeRange: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -7283,7 +7283,7 @@ public readonly initialSorting: OneDashboardPageWidgetLogTableInitialSorting; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -7295,7 +7295,7 @@ public readonly legendEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -7309,7 +7309,7 @@ public readonly nullValues: IResolvable | OneDashboardPageWidgetLogTableNullValu null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -7321,7 +7321,7 @@ public readonly refreshRate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -7335,7 +7335,7 @@ public readonly units: IResolvable | OneDashboardPageWidgetLogTableUnits[]; units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -7347,7 +7347,7 @@ public readonly width: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -7359,7 +7359,7 @@ public readonly yAxisLeftMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -7371,7 +7371,7 @@ public readonly yAxisLeftMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -7389,7 +7389,7 @@ const oneDashboardPageWidgetLogTableColors: oneDashboard.OneDashboardPageWidgetL | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetLogTableColorsSeriesOverrides[] | series_overrides block. | --- @@ -7402,7 +7402,7 @@ public readonly color: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -7416,7 +7416,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetLogTableCol series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7449,7 +7449,7 @@ public readonly color: string; Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -7463,7 +7463,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7496,7 +7496,7 @@ public readonly direction: string; Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -7510,7 +7510,7 @@ public readonly name: string; The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -7543,7 +7543,7 @@ public readonly query: string; The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -7557,7 +7557,7 @@ public readonly accountId: number; The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -7575,7 +7575,7 @@ const oneDashboardPageWidgetLogTableNullValues: oneDashboard.OneDashboardPageWid | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetLogTableNullValuesSeriesOverrides[] | series_overrides block. | --- @@ -7588,7 +7588,7 @@ public readonly nullValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -7602,7 +7602,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetLogTableNul series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7635,7 +7635,7 @@ public readonly nullValue: string; Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -7649,7 +7649,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7668,7 +7668,7 @@ const oneDashboardPageWidgetLogTableUnits: oneDashboard.OneDashboardPageWidgetLo | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetLogTableUnitsSeriesOverrides[] | series_overrides block. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -7682,7 +7682,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetLogTableUni series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -7694,7 +7694,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -7727,7 +7727,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -7741,7 +7741,7 @@ public readonly unit: string; Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -7759,22 +7759,22 @@ const oneDashboardPageWidgetMarkdown: oneDashboard.OneDashboardPageWidgetMarkdow | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | -| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | -| text | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#text OneDashboard#text}. | +| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | +| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | +| text | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#text OneDashboard#text}. | | title | string | A title for the widget. | | colors | cdktf.IResolvable \| OneDashboardPageWidgetMarkdownColors[] | colors block. | -| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetMarkdownInitialSorting | initial_sorting block. | -| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | cdktf.IResolvable \| OneDashboardPageWidgetMarkdownNullValues[] | null_values block. | -| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | cdktf.IResolvable \| OneDashboardPageWidgetMarkdownUnits[] | units block. | -| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -7786,7 +7786,7 @@ public readonly column: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -7798,7 +7798,7 @@ public readonly row: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -7810,7 +7810,7 @@ public readonly text: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#text OneDashboard#text}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#text OneDashboard#text}. --- @@ -7824,7 +7824,7 @@ public readonly title: string; A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -7838,7 +7838,7 @@ public readonly colors: IResolvable | OneDashboardPageWidgetMarkdownColors[]; colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -7850,7 +7850,7 @@ public readonly facetShowOtherSeries: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -7862,7 +7862,7 @@ public readonly height: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -7874,7 +7874,7 @@ public readonly ignoreTimeRange: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -7888,7 +7888,7 @@ public readonly initialSorting: OneDashboardPageWidgetMarkdownInitialSorting; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -7900,7 +7900,7 @@ public readonly legendEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -7914,7 +7914,7 @@ public readonly nullValues: IResolvable | OneDashboardPageWidgetMarkdownNullValu null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -7926,7 +7926,7 @@ public readonly refreshRate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -7940,7 +7940,7 @@ public readonly units: IResolvable | OneDashboardPageWidgetMarkdownUnits[]; units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -7952,7 +7952,7 @@ public readonly width: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -7964,7 +7964,7 @@ public readonly yAxisLeftMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -7976,7 +7976,7 @@ public readonly yAxisLeftMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -7994,7 +7994,7 @@ const oneDashboardPageWidgetMarkdownColors: oneDashboard.OneDashboardPageWidgetM | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetMarkdownColorsSeriesOverrides[] | series_overrides block. | --- @@ -8007,7 +8007,7 @@ public readonly color: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -8021,7 +8021,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetMarkdownCol series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8054,7 +8054,7 @@ public readonly color: string; Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -8068,7 +8068,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8101,7 +8101,7 @@ public readonly direction: string; Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -8115,7 +8115,7 @@ public readonly name: string; The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -8133,7 +8133,7 @@ const oneDashboardPageWidgetMarkdownNullValues: oneDashboard.OneDashboardPageWid | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides[] | series_overrides block. | --- @@ -8146,7 +8146,7 @@ public readonly nullValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -8160,7 +8160,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetMarkdownNul series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8193,7 +8193,7 @@ public readonly nullValue: string; Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -8207,7 +8207,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8226,7 +8226,7 @@ const oneDashboardPageWidgetMarkdownUnits: oneDashboard.OneDashboardPageWidgetMa | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetMarkdownUnitsSeriesOverrides[] | series_overrides block. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -8240,7 +8240,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetMarkdownUni series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8252,7 +8252,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -8285,7 +8285,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8299,7 +8299,7 @@ public readonly unit: string; Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -8317,24 +8317,24 @@ const oneDashboardPageWidgetPie: oneDashboard.OneDashboardPageWidgetPie = { ... | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | cdktf.IResolvable \| OneDashboardPageWidgetPieNrqlQuery[] | nrql_query block. | -| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | string | A title for the widget. | | colors | cdktf.IResolvable \| OneDashboardPageWidgetPieColors[] | colors block. | -| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | filterCurrentDashboard | boolean \| cdktf.IResolvable | Use this item to filter the current dashboard. | -| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetPieInitialSorting | initial_sorting block. | -| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | linkedEntityGuids | string[] | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | nullValues | cdktf.IResolvable \| OneDashboardPageWidgetPieNullValues[] | null_values block. | -| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | cdktf.IResolvable \| OneDashboardPageWidgetPieUnits[] | units block. | -| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -8346,7 +8346,7 @@ public readonly column: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -8360,7 +8360,7 @@ public readonly nrqlQuery: IResolvable | OneDashboardPageWidgetPieNrqlQuery[]; nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -8372,7 +8372,7 @@ public readonly row: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -8386,7 +8386,7 @@ public readonly title: string; A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -8400,7 +8400,7 @@ public readonly colors: IResolvable | OneDashboardPageWidgetPieColors[]; colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -8412,7 +8412,7 @@ public readonly facetShowOtherSeries: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -8426,7 +8426,7 @@ public readonly filterCurrentDashboard: boolean | IResolvable; Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -8438,7 +8438,7 @@ public readonly height: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -8450,7 +8450,7 @@ public readonly ignoreTimeRange: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -8464,7 +8464,7 @@ public readonly initialSorting: OneDashboardPageWidgetPieInitialSorting; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -8476,7 +8476,7 @@ public readonly legendEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -8490,7 +8490,7 @@ public readonly linkedEntityGuids: string[]; Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -8504,7 +8504,7 @@ public readonly nullValues: IResolvable | OneDashboardPageWidgetPieNullValues[]; null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -8516,7 +8516,7 @@ public readonly refreshRate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -8530,7 +8530,7 @@ public readonly units: IResolvable | OneDashboardPageWidgetPieUnits[]; units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -8542,7 +8542,7 @@ public readonly width: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -8554,7 +8554,7 @@ public readonly yAxisLeftMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -8566,7 +8566,7 @@ public readonly yAxisLeftMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -8584,7 +8584,7 @@ const oneDashboardPageWidgetPieColors: oneDashboard.OneDashboardPageWidgetPieCol | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetPieColorsSeriesOverrides[] | series_overrides block. | --- @@ -8597,7 +8597,7 @@ public readonly color: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -8611,7 +8611,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetPieColorsSe series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8644,7 +8644,7 @@ public readonly color: string; Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -8658,7 +8658,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8691,7 +8691,7 @@ public readonly direction: string; Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -8705,7 +8705,7 @@ public readonly name: string; The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -8738,7 +8738,7 @@ public readonly query: string; The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -8752,7 +8752,7 @@ public readonly accountId: number; The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -8770,7 +8770,7 @@ const oneDashboardPageWidgetPieNullValues: oneDashboard.OneDashboardPageWidgetPi | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetPieNullValuesSeriesOverrides[] | series_overrides block. | --- @@ -8783,7 +8783,7 @@ public readonly nullValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -8797,7 +8797,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetPieNullValu series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8830,7 +8830,7 @@ public readonly nullValue: string; Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -8844,7 +8844,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8863,7 +8863,7 @@ const oneDashboardPageWidgetPieUnits: oneDashboard.OneDashboardPageWidgetPieUnit | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetPieUnitsSeriesOverrides[] | series_overrides block. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -8877,7 +8877,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetPieUnitsSer series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -8889,7 +8889,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -8922,7 +8922,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -8936,7 +8936,7 @@ public readonly unit: string; Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -8954,22 +8954,22 @@ const oneDashboardPageWidgetStackedBar: oneDashboard.OneDashboardPageWidgetStack | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | cdktf.IResolvable \| OneDashboardPageWidgetStackedBarNrqlQuery[] | nrql_query block. | -| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | string | A title for the widget. | | colors | cdktf.IResolvable \| OneDashboardPageWidgetStackedBarColors[] | colors block. | -| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | -| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetStackedBarInitialSorting | initial_sorting block. | -| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | nullValues | cdktf.IResolvable \| OneDashboardPageWidgetStackedBarNullValues[] | null_values block. | -| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | units | cdktf.IResolvable \| OneDashboardPageWidgetStackedBarUnits[] | units block. | -| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -8981,7 +8981,7 @@ public readonly column: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -8995,7 +8995,7 @@ public readonly nrqlQuery: IResolvable | OneDashboardPageWidgetStackedBarNrqlQue nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -9007,7 +9007,7 @@ public readonly row: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -9021,7 +9021,7 @@ public readonly title: string; A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -9035,7 +9035,7 @@ public readonly colors: IResolvable | OneDashboardPageWidgetStackedBarColors[]; colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -9047,7 +9047,7 @@ public readonly facetShowOtherSeries: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -9059,7 +9059,7 @@ public readonly height: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -9071,7 +9071,7 @@ public readonly ignoreTimeRange: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -9085,7 +9085,7 @@ public readonly initialSorting: OneDashboardPageWidgetStackedBarInitialSorting; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -9097,7 +9097,7 @@ public readonly legendEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -9111,7 +9111,7 @@ public readonly nullValues: IResolvable | OneDashboardPageWidgetStackedBarNullVa null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -9123,7 +9123,7 @@ public readonly refreshRate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -9137,7 +9137,7 @@ public readonly units: IResolvable | OneDashboardPageWidgetStackedBarUnits[]; units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -9149,7 +9149,7 @@ public readonly width: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -9161,7 +9161,7 @@ public readonly yAxisLeftMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -9173,7 +9173,7 @@ public readonly yAxisLeftMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -9191,7 +9191,7 @@ const oneDashboardPageWidgetStackedBarColors: oneDashboard.OneDashboardPageWidge | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetStackedBarColorsSeriesOverrides[] | series_overrides block. | --- @@ -9204,7 +9204,7 @@ public readonly color: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -9218,7 +9218,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetStackedBarC series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9251,7 +9251,7 @@ public readonly color: string; Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -9265,7 +9265,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9298,7 +9298,7 @@ public readonly direction: string; Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -9312,7 +9312,7 @@ public readonly name: string; The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -9345,7 +9345,7 @@ public readonly query: string; The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -9359,7 +9359,7 @@ public readonly accountId: number; The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -9377,7 +9377,7 @@ const oneDashboardPageWidgetStackedBarNullValues: oneDashboard.OneDashboardPageW | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides[] | series_overrides block. | --- @@ -9390,7 +9390,7 @@ public readonly nullValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -9404,7 +9404,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetStackedBarN series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9437,7 +9437,7 @@ public readonly nullValue: string; Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -9451,7 +9451,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9470,7 +9470,7 @@ const oneDashboardPageWidgetStackedBarUnits: oneDashboard.OneDashboardPageWidget | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetStackedBarUnitsSeriesOverrides[] | series_overrides block. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -9484,7 +9484,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetStackedBarU series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9496,7 +9496,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -9529,7 +9529,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9543,7 +9543,7 @@ public readonly unit: string; Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -9561,25 +9561,25 @@ const oneDashboardPageWidgetTable: oneDashboard.OneDashboardPageWidgetTable = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. | +| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. | | nrqlQuery | cdktf.IResolvable \| OneDashboardPageWidgetTableNrqlQuery[] | nrql_query block. | -| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. | +| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. | | title | string | A title for the widget. | | colors | cdktf.IResolvable \| OneDashboardPageWidgetTableColors[] | colors block. | -| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | +| facetShowOtherSeries | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. | | filterCurrentDashboard | boolean \| cdktf.IResolvable | Use this item to filter the current dashboard. | -| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. | -| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | +| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. | +| ignoreTimeRange | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. | | initialSorting | OneDashboardPageWidgetTableInitialSorting | initial_sorting block. | -| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | +| legendEnabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. | | linkedEntityGuids | string[] | Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. | | nullValues | cdktf.IResolvable \| OneDashboardPageWidgetTableNullValues[] | null_values block. | -| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | +| refreshRate | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. | | threshold | cdktf.IResolvable \| OneDashboardPageWidgetTableThreshold[] | threshold block. | | units | cdktf.IResolvable \| OneDashboardPageWidgetTableUnits[] | units block. | -| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. | -| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | -| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | +| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. | +| yAxisLeftMax | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. | +| yAxisLeftMin | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. | --- @@ -9591,7 +9591,7 @@ public readonly column: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column}. --- @@ -9605,7 +9605,7 @@ public readonly nrqlQuery: IResolvable | OneDashboardPageWidgetTableNrqlQuery[]; nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -9617,7 +9617,7 @@ public readonly row: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row}. --- @@ -9631,7 +9631,7 @@ public readonly title: string; A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -9645,7 +9645,7 @@ public readonly colors: IResolvable | OneDashboardPageWidgetTableColors[]; colors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} --- @@ -9657,7 +9657,7 @@ public readonly facetShowOtherSeries: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series}. --- @@ -9671,7 +9671,7 @@ public readonly filterCurrentDashboard: boolean | IResolvable; Use this item to filter the current dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} --- @@ -9683,7 +9683,7 @@ public readonly height: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height}. --- @@ -9695,7 +9695,7 @@ public readonly ignoreTimeRange: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range}. --- @@ -9709,7 +9709,7 @@ public readonly initialSorting: OneDashboardPageWidgetTableInitialSorting; initial_sorting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} --- @@ -9721,7 +9721,7 @@ public readonly legendEnabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled}. --- @@ -9735,7 +9735,7 @@ public readonly linkedEntityGuids: string[]; Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} --- @@ -9749,7 +9749,7 @@ public readonly nullValues: IResolvable | OneDashboardPageWidgetTableNullValues[ null_values block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} --- @@ -9761,7 +9761,7 @@ public readonly refreshRate: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate}. --- @@ -9775,7 +9775,7 @@ public readonly threshold: IResolvable | OneDashboardPageWidgetTableThreshold[]; threshold block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#threshold OneDashboard#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#threshold OneDashboard#threshold} --- @@ -9789,7 +9789,7 @@ public readonly units: IResolvable | OneDashboardPageWidgetTableUnits[]; units block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} --- @@ -9801,7 +9801,7 @@ public readonly width: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width}. --- @@ -9813,7 +9813,7 @@ public readonly yAxisLeftMax: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max}. --- @@ -9825,7 +9825,7 @@ public readonly yAxisLeftMin: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min}. --- @@ -9843,7 +9843,7 @@ const oneDashboardPageWidgetTableColors: oneDashboard.OneDashboardPageWidgetTabl | **Name** | **Type** | **Description** | | --- | --- | --- | -| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. | +| color | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetTableColorsSeriesOverrides[] | series_overrides block. | --- @@ -9856,7 +9856,7 @@ public readonly color: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color}. --- @@ -9870,7 +9870,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetTableColors series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -9903,7 +9903,7 @@ public readonly color: string; Color code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} --- @@ -9917,7 +9917,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -9950,7 +9950,7 @@ public readonly direction: string; Defines the sort order. Either ascending or descending. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} --- @@ -9964,7 +9964,7 @@ public readonly name: string; The column name to be sorted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -9997,7 +9997,7 @@ public readonly query: string; The NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -10011,7 +10011,7 @@ public readonly accountId: number; The account id used for the NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} --- @@ -10029,7 +10029,7 @@ const oneDashboardPageWidgetTableNullValues: oneDashboard.OneDashboardPageWidget | **Name** | **Type** | **Description** | | --- | --- | --- | -| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | +| nullValue | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetTableNullValuesSeriesOverrides[] | series_overrides block. | --- @@ -10042,7 +10042,7 @@ public readonly nullValue: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value}. --- @@ -10056,7 +10056,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetTableNullVa series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10089,7 +10089,7 @@ public readonly nullValue: string; Null value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} --- @@ -10103,7 +10103,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10138,7 +10138,7 @@ public readonly columnName: string; Name of the column in the table, to which the threshold would be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column_name OneDashboard#column_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column_name OneDashboard#column_name} --- @@ -10152,7 +10152,7 @@ public readonly from: string; The number from which the range starts in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#from OneDashboard#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#from OneDashboard#from} --- @@ -10166,7 +10166,7 @@ public readonly severity: string; Severity of the threshold, which would reflect in the widget, in the range of the threshold specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#severity OneDashboard#severity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#severity OneDashboard#severity} --- @@ -10180,7 +10180,7 @@ public readonly to: string; The number at which the range ends in thresholds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#to OneDashboard#to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#to OneDashboard#to} --- @@ -10199,7 +10199,7 @@ const oneDashboardPageWidgetTableUnits: oneDashboard.OneDashboardPageWidgetTable | **Name** | **Type** | **Description** | | --- | --- | --- | | seriesOverrides | cdktf.IResolvable \| OneDashboardPageWidgetTableUnitsSeriesOverrides[] | series_overrides block. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. | --- @@ -10213,7 +10213,7 @@ public readonly seriesOverrides: IResolvable | OneDashboardPageWidgetTableUnitsS series_overrides block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} --- @@ -10225,7 +10225,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit}. --- @@ -10258,7 +10258,7 @@ public readonly seriesName: string; Series name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} --- @@ -10272,7 +10272,7 @@ public readonly unit: string; Unit name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} --- @@ -10312,7 +10312,7 @@ public readonly name: string; The variable identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} --- @@ -10326,7 +10326,7 @@ public readonly replacementStrategy: string; Indicates the strategy to apply when replacing a variable in a NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#replacement_strategy OneDashboard#replacement_strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#replacement_strategy OneDashboard#replacement_strategy} --- @@ -10340,7 +10340,7 @@ public readonly title: string; Human-friendly display string for this variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -10354,7 +10354,7 @@ public readonly type: string; Specifies the data type of the variable and where its possible values may come from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#type OneDashboard#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#type OneDashboard#type} --- @@ -10368,7 +10368,7 @@ public readonly defaultValues: string[]; Default values for this variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#default_values OneDashboard#default_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#default_values OneDashboard#default_values} --- @@ -10382,7 +10382,7 @@ public readonly isMultiSelection: boolean | IResolvable; Indicates whether this variable supports multiple selection or not. Only applies to variables of type NRQL or ENUM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#is_multi_selection OneDashboard#is_multi_selection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#is_multi_selection OneDashboard#is_multi_selection} --- @@ -10396,7 +10396,7 @@ public readonly item: IResolvable | OneDashboardVariableItem[]; item block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#item OneDashboard#item} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#item OneDashboard#item} --- @@ -10410,7 +10410,7 @@ public readonly nrqlQuery: OneDashboardVariableNrqlQuery; nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} --- @@ -10424,7 +10424,7 @@ public readonly options: IResolvable | OneDashboardVariableOptions[]; options block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#options OneDashboard#options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#options OneDashboard#options} --- @@ -10457,7 +10457,7 @@ public readonly value: string; A possible variable value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#value OneDashboard#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#value OneDashboard#value} --- @@ -10471,7 +10471,7 @@ public readonly title: string; A human-friendly display string for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} --- @@ -10504,7 +10504,7 @@ public readonly query: string; NRQL formatted query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} --- @@ -10518,7 +10518,7 @@ public readonly accountIds: number[]; New Relic account ID(s) to issue the query against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_ids OneDashboard#account_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_ids OneDashboard#account_ids} --- @@ -10552,7 +10552,7 @@ Only applies to variables of type NRQL. With this turned on, the time range for the NRQL query will override the time picker on dashboards and other pages. Turn this off to use the time picker as normal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} --- diff --git a/docs/oneDashboardJson.csharp.md b/docs/oneDashboardJson.csharp.md index 399553335..3d7ab1dfa 100644 --- a/docs/oneDashboardJson.csharp.md +++ b/docs/oneDashboardJson.csharp.md @@ -4,7 +4,7 @@ ### OneDashboardJson -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json newrelic_one_dashboard_json}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json newrelic_one_dashboard_json}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the OneDashboardJson to import The id of the existing OneDashboardJson that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#import import section} in the documentation of this resource for the id to use --- @@ -852,7 +852,7 @@ new OneDashboardJsonConfig { | Provisioners | object[] | *No description.* | | Json | string | The dashboard's json. | | AccountId | double | The New Relic account ID where you want to create the dashboard. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#id OneDashboardJson#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#id OneDashboardJson#id}. | | Timeouts | OneDashboardJsonTimeouts | timeouts block. | --- @@ -937,7 +937,7 @@ public string Json { get; set; } The dashboard's json. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#json OneDashboardJson#json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#json OneDashboardJson#json} --- @@ -951,7 +951,7 @@ public double AccountId { get; set; } The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} --- @@ -963,7 +963,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#id OneDashboardJson#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#id OneDashboardJson#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. @@ -980,7 +980,7 @@ public OneDashboardJsonTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} --- @@ -1001,8 +1001,8 @@ new OneDashboardJsonTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#create OneDashboardJson#create}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#update OneDashboardJson#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#create OneDashboardJson#create}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#update OneDashboardJson#update}. | --- @@ -1014,7 +1014,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#create OneDashboardJson#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#create OneDashboardJson#create}. --- @@ -1026,7 +1026,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#update OneDashboardJson#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#update OneDashboardJson#update}. --- diff --git a/docs/oneDashboardJson.go.md b/docs/oneDashboardJson.go.md index 96afc255c..c3de94d63 100644 --- a/docs/oneDashboardJson.go.md +++ b/docs/oneDashboardJson.go.md @@ -4,7 +4,7 @@ ### OneDashboardJson -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json newrelic_one_dashboard_json}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json newrelic_one_dashboard_json}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the OneDashboardJson to import The id of the existing OneDashboardJson that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#import import section} in the documentation of this resource for the id to use --- @@ -852,7 +852,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjso | Provisioners | *[]interface{} | *No description.* | | Json | *string | The dashboard's json. | | AccountId | *f64 | The New Relic account ID where you want to create the dashboard. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#id OneDashboardJson#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#id OneDashboardJson#id}. | | Timeouts | OneDashboardJsonTimeouts | timeouts block. | --- @@ -937,7 +937,7 @@ Json *string The dashboard's json. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#json OneDashboardJson#json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#json OneDashboardJson#json} --- @@ -951,7 +951,7 @@ AccountId *f64 The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} --- @@ -963,7 +963,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#id OneDashboardJson#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#id OneDashboardJson#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. @@ -980,7 +980,7 @@ Timeouts OneDashboardJsonTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} --- @@ -1001,8 +1001,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardjso | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#create OneDashboardJson#create}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#update OneDashboardJson#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#create OneDashboardJson#create}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#update OneDashboardJson#update}. | --- @@ -1014,7 +1014,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#create OneDashboardJson#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#create OneDashboardJson#create}. --- @@ -1026,7 +1026,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#update OneDashboardJson#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#update OneDashboardJson#update}. --- diff --git a/docs/oneDashboardJson.java.md b/docs/oneDashboardJson.java.md index 43adf27c6..2236a1348 100644 --- a/docs/oneDashboardJson.java.md +++ b/docs/oneDashboardJson.java.md @@ -4,7 +4,7 @@ ### OneDashboardJson -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json newrelic_one_dashboard_json}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json newrelic_one_dashboard_json}. #### Initializers @@ -43,7 +43,7 @@ OneDashboardJson.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | json | java.lang.String | The dashboard's json. | | accountId | java.lang.Number | The New Relic account ID where you want to create the dashboard. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#id OneDashboardJson#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#id OneDashboardJson#id}. | | timeouts | OneDashboardJsonTimeouts | timeouts block. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The dashboard's json. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#json OneDashboardJson#json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#json OneDashboardJson#json} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#id OneDashboardJson#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#id OneDashboardJson#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. @@ -145,7 +145,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} --- @@ -606,7 +606,7 @@ The construct id used in the generated config for the OneDashboardJson to import The id of the existing OneDashboardJson that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#import import section} in the documentation of this resource for the id to use --- @@ -961,7 +961,7 @@ OneDashboardJsonConfig.builder() | provisioners | java.util.List | *No description.* | | json | java.lang.String | The dashboard's json. | | accountId | java.lang.Number | The New Relic account ID where you want to create the dashboard. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#id OneDashboardJson#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#id OneDashboardJson#id}. | | timeouts | OneDashboardJsonTimeouts | timeouts block. | --- @@ -1046,7 +1046,7 @@ public java.lang.String getJson(); The dashboard's json. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#json OneDashboardJson#json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#json OneDashboardJson#json} --- @@ -1060,7 +1060,7 @@ public java.lang.Number getAccountId(); The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} --- @@ -1072,7 +1072,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#id OneDashboardJson#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#id OneDashboardJson#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. @@ -1089,7 +1089,7 @@ public OneDashboardJsonTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} --- @@ -1110,8 +1110,8 @@ OneDashboardJsonTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#create OneDashboardJson#create}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#update OneDashboardJson#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#create OneDashboardJson#create}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#update OneDashboardJson#update}. | --- @@ -1123,7 +1123,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#create OneDashboardJson#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#create OneDashboardJson#create}. --- @@ -1135,7 +1135,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#update OneDashboardJson#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#update OneDashboardJson#update}. --- diff --git a/docs/oneDashboardJson.python.md b/docs/oneDashboardJson.python.md index a782766a5..5550ee143 100644 --- a/docs/oneDashboardJson.python.md +++ b/docs/oneDashboardJson.python.md @@ -4,7 +4,7 @@ ### OneDashboardJson -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json newrelic_one_dashboard_json}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json newrelic_one_dashboard_json}. #### Initializers @@ -41,7 +41,7 @@ oneDashboardJson.OneDashboardJson( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | json | str | The dashboard's json. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to create the dashboard. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#id OneDashboardJson#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#id OneDashboardJson#id}. | | timeouts | OneDashboardJsonTimeouts | timeouts block. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The dashboard's json. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#json OneDashboardJson#json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#json OneDashboardJson#json} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#id OneDashboardJson#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#id OneDashboardJson#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. @@ -143,7 +143,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} --- @@ -519,7 +519,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#create OneDashboardJson#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#create OneDashboardJson#create}. --- @@ -527,7 +527,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#update OneDashboardJson#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#update OneDashboardJson#update}. --- @@ -663,7 +663,7 @@ The construct id used in the generated config for the OneDashboardJson to import The id of the existing OneDashboardJson that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#import import section} in the documentation of this resource for the id to use --- @@ -1014,7 +1014,7 @@ oneDashboardJson.OneDashboardJsonConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | json | str | The dashboard's json. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to create the dashboard. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#id OneDashboardJson#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#id OneDashboardJson#id}. | | timeouts | OneDashboardJsonTimeouts | timeouts block. | --- @@ -1099,7 +1099,7 @@ json: str The dashboard's json. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#json OneDashboardJson#json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#json OneDashboardJson#json} --- @@ -1113,7 +1113,7 @@ account_id: typing.Union[int, float] The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} --- @@ -1125,7 +1125,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#id OneDashboardJson#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#id OneDashboardJson#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. @@ -1142,7 +1142,7 @@ timeouts: OneDashboardJsonTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} --- @@ -1163,8 +1163,8 @@ oneDashboardJson.OneDashboardJsonTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#create OneDashboardJson#create}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#update OneDashboardJson#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#create OneDashboardJson#create}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#update OneDashboardJson#update}. | --- @@ -1176,7 +1176,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#create OneDashboardJson#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#create OneDashboardJson#create}. --- @@ -1188,7 +1188,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#update OneDashboardJson#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#update OneDashboardJson#update}. --- diff --git a/docs/oneDashboardJson.typescript.md b/docs/oneDashboardJson.typescript.md index 23f3f377d..11df5d319 100644 --- a/docs/oneDashboardJson.typescript.md +++ b/docs/oneDashboardJson.typescript.md @@ -4,7 +4,7 @@ ### OneDashboardJson -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json newrelic_one_dashboard_json}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json newrelic_one_dashboard_json}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the OneDashboardJson to import The id of the existing OneDashboardJson that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#import import section} in the documentation of this resource for the id to use --- @@ -840,7 +840,7 @@ const oneDashboardJsonConfig: oneDashboardJson.OneDashboardJsonConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | json | string | The dashboard's json. | | accountId | number | The New Relic account ID where you want to create the dashboard. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#id OneDashboardJson#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#id OneDashboardJson#id}. | | timeouts | OneDashboardJsonTimeouts | timeouts block. | --- @@ -925,7 +925,7 @@ public readonly json: string; The dashboard's json. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#json OneDashboardJson#json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#json OneDashboardJson#json} --- @@ -939,7 +939,7 @@ public readonly accountId: number; The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} --- @@ -951,7 +951,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#id OneDashboardJson#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#id OneDashboardJson#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. @@ -968,7 +968,7 @@ public readonly timeouts: OneDashboardJsonTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} --- @@ -986,8 +986,8 @@ const oneDashboardJsonTimeouts: oneDashboardJson.OneDashboardJsonTimeouts = { .. | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#create OneDashboardJson#create}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#update OneDashboardJson#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#create OneDashboardJson#create}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#update OneDashboardJson#update}. | --- @@ -999,7 +999,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#create OneDashboardJson#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#create OneDashboardJson#create}. --- @@ -1011,7 +1011,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#update OneDashboardJson#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#update OneDashboardJson#update}. --- diff --git a/docs/oneDashboardRaw.csharp.md b/docs/oneDashboardRaw.csharp.md index 180521400..901e6b895 100644 --- a/docs/oneDashboardRaw.csharp.md +++ b/docs/oneDashboardRaw.csharp.md @@ -4,7 +4,7 @@ ### OneDashboardRaw -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw newrelic_one_dashboard_raw}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw newrelic_one_dashboard_raw}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the OneDashboardRaw to import. The id of the existing OneDashboardRaw that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#import import section} in the documentation of this resource for the id to use --- @@ -896,7 +896,7 @@ new OneDashboardRawConfig { | Page | object | page block. | | AccountId | double | The New Relic account ID where you want to create the dashboard. | | Description | string | The dashboard's description. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. | | Permissions | string | Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. | --- @@ -981,7 +981,7 @@ public string Name { get; set; } The dashboard's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} --- @@ -995,7 +995,7 @@ public object Page { get; set; } page block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} --- @@ -1009,7 +1009,7 @@ public double AccountId { get; set; } The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} --- @@ -1023,7 +1023,7 @@ public string Description { get; set; } The dashboard's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} --- @@ -1035,7 +1035,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#id OneDashboardRaw#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. @@ -1052,7 +1052,7 @@ public string Permissions { get; set; } Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} --- @@ -1090,7 +1090,7 @@ public string Name { get; set; } The dashboard page's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} --- @@ -1104,7 +1104,7 @@ public string Description { get; set; } The dashboard page's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} --- @@ -1118,7 +1118,7 @@ public object Widget { get; set; } widget block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#widget OneDashboardRaw#widget} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#widget OneDashboardRaw#widget} --- @@ -1145,14 +1145,14 @@ new OneDashboardRawPageWidget { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. | +| Column | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. | | Configuration | string | The configuration of the widget. | -| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. | +| Row | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. | | Title | string | A title for the widget. | | VisualizationId | string | The visualization ID of the widget. | -| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. | +| Height | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. | | LinkedEntityGuids | string[] | (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs. | -| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. | +| Width | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. | --- @@ -1164,7 +1164,7 @@ public double Column { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. --- @@ -1178,7 +1178,7 @@ public string Configuration { get; set; } The configuration of the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#configuration OneDashboardRaw#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#configuration OneDashboardRaw#configuration} --- @@ -1190,7 +1190,7 @@ public double Row { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. --- @@ -1204,7 +1204,7 @@ public string Title { get; set; } A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#title OneDashboardRaw#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#title OneDashboardRaw#title} --- @@ -1218,7 +1218,7 @@ public string VisualizationId { get; set; } The visualization ID of the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#visualization_id OneDashboardRaw#visualization_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#visualization_id OneDashboardRaw#visualization_id} --- @@ -1230,7 +1230,7 @@ public double Height { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. --- @@ -1244,7 +1244,7 @@ public string[] LinkedEntityGuids { get; set; } (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#linked_entity_guids OneDashboardRaw#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#linked_entity_guids OneDashboardRaw#linked_entity_guids} --- @@ -1256,7 +1256,7 @@ public double Width { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. --- diff --git a/docs/oneDashboardRaw.go.md b/docs/oneDashboardRaw.go.md index a26e81c1c..fcf8552c8 100644 --- a/docs/oneDashboardRaw.go.md +++ b/docs/oneDashboardRaw.go.md @@ -4,7 +4,7 @@ ### OneDashboardRaw -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw newrelic_one_dashboard_raw}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw newrelic_one_dashboard_raw}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the OneDashboardRaw to import. The id of the existing OneDashboardRaw that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#import import section} in the documentation of this resource for the id to use --- @@ -896,7 +896,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw | Page | interface{} | page block. | | AccountId | *f64 | The New Relic account ID where you want to create the dashboard. | | Description | *string | The dashboard's description. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. | | Permissions | *string | Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. | --- @@ -981,7 +981,7 @@ Name *string The dashboard's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} --- @@ -995,7 +995,7 @@ Page interface{} page block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} --- @@ -1009,7 +1009,7 @@ AccountId *f64 The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} --- @@ -1023,7 +1023,7 @@ Description *string The dashboard's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} --- @@ -1035,7 +1035,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#id OneDashboardRaw#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. @@ -1052,7 +1052,7 @@ Permissions *string Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} --- @@ -1090,7 +1090,7 @@ Name *string The dashboard page's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} --- @@ -1104,7 +1104,7 @@ Description *string The dashboard page's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} --- @@ -1118,7 +1118,7 @@ Widget interface{} widget block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#widget OneDashboardRaw#widget} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#widget OneDashboardRaw#widget} --- @@ -1145,14 +1145,14 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/onedashboardraw | **Name** | **Type** | **Description** | | --- | --- | --- | -| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. | +| Column | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. | | Configuration | *string | The configuration of the widget. | -| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. | +| Row | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. | | Title | *string | A title for the widget. | | VisualizationId | *string | The visualization ID of the widget. | -| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. | +| Height | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. | | LinkedEntityGuids | *[]*string | (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs. | -| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. | +| Width | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. | --- @@ -1164,7 +1164,7 @@ Column *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. --- @@ -1178,7 +1178,7 @@ Configuration *string The configuration of the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#configuration OneDashboardRaw#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#configuration OneDashboardRaw#configuration} --- @@ -1190,7 +1190,7 @@ Row *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. --- @@ -1204,7 +1204,7 @@ Title *string A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#title OneDashboardRaw#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#title OneDashboardRaw#title} --- @@ -1218,7 +1218,7 @@ VisualizationId *string The visualization ID of the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#visualization_id OneDashboardRaw#visualization_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#visualization_id OneDashboardRaw#visualization_id} --- @@ -1230,7 +1230,7 @@ Height *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. --- @@ -1244,7 +1244,7 @@ LinkedEntityGuids *[]*string (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#linked_entity_guids OneDashboardRaw#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#linked_entity_guids OneDashboardRaw#linked_entity_guids} --- @@ -1256,7 +1256,7 @@ Width *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. --- diff --git a/docs/oneDashboardRaw.java.md b/docs/oneDashboardRaw.java.md index a1cd59c9c..b7ed2b8c9 100644 --- a/docs/oneDashboardRaw.java.md +++ b/docs/oneDashboardRaw.java.md @@ -4,7 +4,7 @@ ### OneDashboardRaw -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw newrelic_one_dashboard_raw}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw newrelic_one_dashboard_raw}. #### Initializers @@ -48,7 +48,7 @@ OneDashboardRaw.Builder.create(Construct scope, java.lang.String id) | page | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardRawPage> | page block. | | accountId | java.lang.Number | The New Relic account ID where you want to create the dashboard. | | description | java.lang.String | The dashboard's description. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. | | permissions | java.lang.String | Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. | --- @@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope The dashboard's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre page block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The dashboard's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#id OneDashboardRaw#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. @@ -170,7 +170,7 @@ If you experience problems setting this value it might not be settable. Please t Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} --- @@ -638,7 +638,7 @@ The construct id used in the generated config for the OneDashboardRaw to import. The id of the existing OneDashboardRaw that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#import import section} in the documentation of this resource for the id to use --- @@ -1031,7 +1031,7 @@ OneDashboardRawConfig.builder() | page | com.hashicorp.cdktf.IResolvable OR java.util.List<OneDashboardRawPage> | page block. | | accountId | java.lang.Number | The New Relic account ID where you want to create the dashboard. | | description | java.lang.String | The dashboard's description. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. | | permissions | java.lang.String | Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. | --- @@ -1116,7 +1116,7 @@ public java.lang.String getName(); The dashboard's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} --- @@ -1130,7 +1130,7 @@ public java.lang.Object getPage(); page block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} --- @@ -1144,7 +1144,7 @@ public java.lang.Number getAccountId(); The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} --- @@ -1158,7 +1158,7 @@ public java.lang.String getDescription(); The dashboard's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} --- @@ -1170,7 +1170,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#id OneDashboardRaw#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. @@ -1187,7 +1187,7 @@ public java.lang.String getPermissions(); Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} --- @@ -1226,7 +1226,7 @@ public java.lang.String getName(); The dashboard page's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} --- @@ -1240,7 +1240,7 @@ public java.lang.String getDescription(); The dashboard page's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} --- @@ -1254,7 +1254,7 @@ public java.lang.Object getWidget(); widget block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#widget OneDashboardRaw#widget} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#widget OneDashboardRaw#widget} --- @@ -1281,14 +1281,14 @@ OneDashboardRawPageWidget.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. | +| column | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. | | configuration | java.lang.String | The configuration of the widget. | -| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. | +| row | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. | | title | java.lang.String | A title for the widget. | | visualizationId | java.lang.String | The visualization ID of the widget. | -| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. | +| height | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. | | linkedEntityGuids | java.util.List | (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs. | -| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. | +| width | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. | --- @@ -1300,7 +1300,7 @@ public java.lang.Number getColumn(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. --- @@ -1314,7 +1314,7 @@ public java.lang.String getConfiguration(); The configuration of the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#configuration OneDashboardRaw#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#configuration OneDashboardRaw#configuration} --- @@ -1326,7 +1326,7 @@ public java.lang.Number getRow(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. --- @@ -1340,7 +1340,7 @@ public java.lang.String getTitle(); A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#title OneDashboardRaw#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#title OneDashboardRaw#title} --- @@ -1354,7 +1354,7 @@ public java.lang.String getVisualizationId(); The visualization ID of the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#visualization_id OneDashboardRaw#visualization_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#visualization_id OneDashboardRaw#visualization_id} --- @@ -1366,7 +1366,7 @@ public java.lang.Number getHeight(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. --- @@ -1380,7 +1380,7 @@ public java.util.List getLinkedEntityGuids(); (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#linked_entity_guids OneDashboardRaw#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#linked_entity_guids OneDashboardRaw#linked_entity_guids} --- @@ -1392,7 +1392,7 @@ public java.lang.Number getWidth(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. --- diff --git a/docs/oneDashboardRaw.python.md b/docs/oneDashboardRaw.python.md index 1dabf4bf3..99edbb53c 100644 --- a/docs/oneDashboardRaw.python.md +++ b/docs/oneDashboardRaw.python.md @@ -4,7 +4,7 @@ ### OneDashboardRaw -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw newrelic_one_dashboard_raw}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw newrelic_one_dashboard_raw}. #### Initializers @@ -45,7 +45,7 @@ oneDashboardRaw.OneDashboardRaw( | page | typing.Union[cdktf.IResolvable, typing.List[OneDashboardRawPage]] | page block. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to create the dashboard. | | description | str | The dashboard's description. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. | | permissions | str | Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The dashboard's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre page block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The dashboard's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#id OneDashboardRaw#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. @@ -167,7 +167,7 @@ If you experience problems setting this value it might not be settable. Please t Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} --- @@ -683,7 +683,7 @@ The construct id used in the generated config for the OneDashboardRaw to import. The id of the existing OneDashboardRaw that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#import import section} in the documentation of this resource for the id to use --- @@ -1071,7 +1071,7 @@ oneDashboardRaw.OneDashboardRawConfig( | page | typing.Union[cdktf.IResolvable, typing.List[OneDashboardRawPage]] | page block. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to create the dashboard. | | description | str | The dashboard's description. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. | | permissions | str | Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. | --- @@ -1156,7 +1156,7 @@ name: str The dashboard's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} --- @@ -1170,7 +1170,7 @@ page: typing.Union[IResolvable, typing.List[OneDashboardRawPage]] page block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} --- @@ -1184,7 +1184,7 @@ account_id: typing.Union[int, float] The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} --- @@ -1198,7 +1198,7 @@ description: str The dashboard's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} --- @@ -1210,7 +1210,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#id OneDashboardRaw#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. @@ -1227,7 +1227,7 @@ permissions: str Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} --- @@ -1265,7 +1265,7 @@ name: str The dashboard page's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} --- @@ -1279,7 +1279,7 @@ description: str The dashboard page's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} --- @@ -1293,7 +1293,7 @@ widget: typing.Union[IResolvable, typing.List[OneDashboardRawPageWidget]] widget block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#widget OneDashboardRaw#widget} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#widget OneDashboardRaw#widget} --- @@ -1320,14 +1320,14 @@ oneDashboardRaw.OneDashboardRawPageWidget( | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. | +| column | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. | | configuration | str | The configuration of the widget. | -| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. | +| row | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. | | title | str | A title for the widget. | | visualization_id | str | The visualization ID of the widget. | -| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. | +| height | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. | | linked_entity_guids | typing.List[str] | (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs. | -| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. | +| width | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. | --- @@ -1339,7 +1339,7 @@ column: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. --- @@ -1353,7 +1353,7 @@ configuration: str The configuration of the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#configuration OneDashboardRaw#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#configuration OneDashboardRaw#configuration} --- @@ -1365,7 +1365,7 @@ row: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. --- @@ -1379,7 +1379,7 @@ title: str A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#title OneDashboardRaw#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#title OneDashboardRaw#title} --- @@ -1393,7 +1393,7 @@ visualization_id: str The visualization ID of the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#visualization_id OneDashboardRaw#visualization_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#visualization_id OneDashboardRaw#visualization_id} --- @@ -1405,7 +1405,7 @@ height: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. --- @@ -1419,7 +1419,7 @@ linked_entity_guids: typing.List[str] (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#linked_entity_guids OneDashboardRaw#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#linked_entity_guids OneDashboardRaw#linked_entity_guids} --- @@ -1431,7 +1431,7 @@ width: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. --- diff --git a/docs/oneDashboardRaw.typescript.md b/docs/oneDashboardRaw.typescript.md index 130702ffb..8ecd1ed27 100644 --- a/docs/oneDashboardRaw.typescript.md +++ b/docs/oneDashboardRaw.typescript.md @@ -4,7 +4,7 @@ ### OneDashboardRaw -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw newrelic_one_dashboard_raw}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw newrelic_one_dashboard_raw}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the OneDashboardRaw to import. The id of the existing OneDashboardRaw that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#import import section} in the documentation of this resource for the id to use --- @@ -882,7 +882,7 @@ const oneDashboardRawConfig: oneDashboardRaw.OneDashboardRawConfig = { ... } | page | cdktf.IResolvable \| OneDashboardRawPage[] | page block. | | accountId | number | The New Relic account ID where you want to create the dashboard. | | description | string | The dashboard's description. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. | | permissions | string | Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. | --- @@ -967,7 +967,7 @@ public readonly name: string; The dashboard's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} --- @@ -981,7 +981,7 @@ public readonly page: IResolvable | OneDashboardRawPage[]; page block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} --- @@ -995,7 +995,7 @@ public readonly accountId: number; The New Relic account ID where you want to create the dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} --- @@ -1009,7 +1009,7 @@ public readonly description: string; The dashboard's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} --- @@ -1021,7 +1021,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#id OneDashboardRaw#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. @@ -1038,7 +1038,7 @@ public readonly permissions: string; Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} --- @@ -1072,7 +1072,7 @@ public readonly name: string; The dashboard page's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} --- @@ -1086,7 +1086,7 @@ public readonly description: string; The dashboard page's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} --- @@ -1100,7 +1100,7 @@ public readonly widget: IResolvable | OneDashboardRawPageWidget[]; widget block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#widget OneDashboardRaw#widget} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#widget OneDashboardRaw#widget} --- @@ -1118,14 +1118,14 @@ const oneDashboardRawPageWidget: oneDashboardRaw.OneDashboardRawPageWidget = { . | **Name** | **Type** | **Description** | | --- | --- | --- | -| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. | +| column | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. | | configuration | string | The configuration of the widget. | -| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. | +| row | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. | | title | string | A title for the widget. | | visualizationId | string | The visualization ID of the widget. | -| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. | +| height | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. | | linkedEntityGuids | string[] | (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs. | -| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. | +| width | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. | --- @@ -1137,7 +1137,7 @@ public readonly column: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}. --- @@ -1151,7 +1151,7 @@ public readonly configuration: string; The configuration of the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#configuration OneDashboardRaw#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#configuration OneDashboardRaw#configuration} --- @@ -1163,7 +1163,7 @@ public readonly row: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}. --- @@ -1177,7 +1177,7 @@ public readonly title: string; A title for the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#title OneDashboardRaw#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#title OneDashboardRaw#title} --- @@ -1191,7 +1191,7 @@ public readonly visualizationId: string; The visualization ID of the widget. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#visualization_id OneDashboardRaw#visualization_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#visualization_id OneDashboardRaw#visualization_id} --- @@ -1203,7 +1203,7 @@ public readonly height: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}. --- @@ -1217,7 +1217,7 @@ public readonly linkedEntityGuids: string[]; (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#linked_entity_guids OneDashboardRaw#linked_entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#linked_entity_guids OneDashboardRaw#linked_entity_guids} --- @@ -1229,7 +1229,7 @@ public readonly width: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}. --- diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md index efe68ba92..6f5b797d5 100644 --- a/docs/provider.csharp.md +++ b/docs/provider.csharp.md @@ -4,7 +4,7 @@ ### NewrelicProvider -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs newrelic}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs newrelic}. #### Initializers @@ -317,7 +317,7 @@ The construct id used in the generated config for the NewrelicProvider to import The id of the existing NewrelicProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -783,20 +783,20 @@ new NewrelicProviderConfig { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccountId | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#account_id NewrelicProvider#account_id}. | -| ApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_key NewrelicProvider#api_key}. | -| AdminApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#admin_api_key NewrelicProvider#admin_api_key}. | +| AccountId | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#account_id NewrelicProvider#account_id}. | +| ApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_key NewrelicProvider#api_key}. | +| AdminApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#admin_api_key NewrelicProvider#admin_api_key}. | | Alias | string | Alias name. | -| ApiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_url NewrelicProvider#api_url}. | -| CacertFile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#cacert_file NewrelicProvider#cacert_file}. | -| InfrastructureApiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. | -| InsecureSkipVerify | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. | -| InsightsInsertKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_key NewrelicProvider#insights_insert_key}. | -| InsightsInsertUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_url NewrelicProvider#insights_insert_url}. | -| InsightsQueryUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_query_url NewrelicProvider#insights_query_url}. | -| NerdgraphApiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. | +| ApiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_url NewrelicProvider#api_url}. | +| CacertFile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#cacert_file NewrelicProvider#cacert_file}. | +| InfrastructureApiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. | +| InsecureSkipVerify | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. | +| InsightsInsertKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_key NewrelicProvider#insights_insert_key}. | +| InsightsInsertUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_url NewrelicProvider#insights_insert_url}. | +| InsightsQueryUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_query_url NewrelicProvider#insights_query_url}. | +| NerdgraphApiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. | | Region | string | The data center for which your New Relic account is configured. Only one region per provider block is permitted. | -| SyntheticsApiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. | +| SyntheticsApiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. | --- @@ -808,7 +808,7 @@ public double AccountId { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#account_id NewrelicProvider#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#account_id NewrelicProvider#account_id}. --- @@ -820,7 +820,7 @@ public string ApiKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_key NewrelicProvider#api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_key NewrelicProvider#api_key}. --- @@ -832,7 +832,7 @@ public string AdminApiKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#admin_api_key NewrelicProvider#admin_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#admin_api_key NewrelicProvider#admin_api_key}. --- @@ -846,7 +846,7 @@ public string Alias { get; set; } Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#alias NewrelicProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#alias NewrelicProvider#alias} --- @@ -858,7 +858,7 @@ public string ApiUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_url NewrelicProvider#api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_url NewrelicProvider#api_url}. --- @@ -870,7 +870,7 @@ public string CacertFile { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#cacert_file NewrelicProvider#cacert_file}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#cacert_file NewrelicProvider#cacert_file}. --- @@ -882,7 +882,7 @@ public string InfrastructureApiUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. --- @@ -894,7 +894,7 @@ public object InsecureSkipVerify { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. --- @@ -906,7 +906,7 @@ public string InsightsInsertKey { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_key NewrelicProvider#insights_insert_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_key NewrelicProvider#insights_insert_key}. --- @@ -918,7 +918,7 @@ public string InsightsInsertUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_url NewrelicProvider#insights_insert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_url NewrelicProvider#insights_insert_url}. --- @@ -930,7 +930,7 @@ public string InsightsQueryUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_query_url NewrelicProvider#insights_query_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_query_url NewrelicProvider#insights_query_url}. --- @@ -942,7 +942,7 @@ public string NerdgraphApiUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. --- @@ -956,7 +956,7 @@ public string Region { get; set; } The data center for which your New Relic account is configured. Only one region per provider block is permitted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#region NewrelicProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#region NewrelicProvider#region} --- @@ -968,7 +968,7 @@ public string SyntheticsApiUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. --- diff --git a/docs/provider.go.md b/docs/provider.go.md index 61447fe93..dbeb56979 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -4,7 +4,7 @@ ### NewrelicProvider -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs newrelic}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs newrelic}. #### Initializers @@ -317,7 +317,7 @@ The construct id used in the generated config for the NewrelicProvider to import The id of the existing NewrelicProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -783,20 +783,20 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/provider" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccountId | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#account_id NewrelicProvider#account_id}. | -| ApiKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_key NewrelicProvider#api_key}. | -| AdminApiKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#admin_api_key NewrelicProvider#admin_api_key}. | +| AccountId | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#account_id NewrelicProvider#account_id}. | +| ApiKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_key NewrelicProvider#api_key}. | +| AdminApiKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#admin_api_key NewrelicProvider#admin_api_key}. | | Alias | *string | Alias name. | -| ApiUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_url NewrelicProvider#api_url}. | -| CacertFile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#cacert_file NewrelicProvider#cacert_file}. | -| InfrastructureApiUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. | -| InsecureSkipVerify | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. | -| InsightsInsertKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_key NewrelicProvider#insights_insert_key}. | -| InsightsInsertUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_url NewrelicProvider#insights_insert_url}. | -| InsightsQueryUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_query_url NewrelicProvider#insights_query_url}. | -| NerdgraphApiUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. | +| ApiUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_url NewrelicProvider#api_url}. | +| CacertFile | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#cacert_file NewrelicProvider#cacert_file}. | +| InfrastructureApiUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. | +| InsecureSkipVerify | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. | +| InsightsInsertKey | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_key NewrelicProvider#insights_insert_key}. | +| InsightsInsertUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_url NewrelicProvider#insights_insert_url}. | +| InsightsQueryUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_query_url NewrelicProvider#insights_query_url}. | +| NerdgraphApiUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. | | Region | *string | The data center for which your New Relic account is configured. Only one region per provider block is permitted. | -| SyntheticsApiUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. | +| SyntheticsApiUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. | --- @@ -808,7 +808,7 @@ AccountId *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#account_id NewrelicProvider#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#account_id NewrelicProvider#account_id}. --- @@ -820,7 +820,7 @@ ApiKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_key NewrelicProvider#api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_key NewrelicProvider#api_key}. --- @@ -832,7 +832,7 @@ AdminApiKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#admin_api_key NewrelicProvider#admin_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#admin_api_key NewrelicProvider#admin_api_key}. --- @@ -846,7 +846,7 @@ Alias *string Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#alias NewrelicProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#alias NewrelicProvider#alias} --- @@ -858,7 +858,7 @@ ApiUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_url NewrelicProvider#api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_url NewrelicProvider#api_url}. --- @@ -870,7 +870,7 @@ CacertFile *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#cacert_file NewrelicProvider#cacert_file}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#cacert_file NewrelicProvider#cacert_file}. --- @@ -882,7 +882,7 @@ InfrastructureApiUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. --- @@ -894,7 +894,7 @@ InsecureSkipVerify interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. --- @@ -906,7 +906,7 @@ InsightsInsertKey *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_key NewrelicProvider#insights_insert_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_key NewrelicProvider#insights_insert_key}. --- @@ -918,7 +918,7 @@ InsightsInsertUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_url NewrelicProvider#insights_insert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_url NewrelicProvider#insights_insert_url}. --- @@ -930,7 +930,7 @@ InsightsQueryUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_query_url NewrelicProvider#insights_query_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_query_url NewrelicProvider#insights_query_url}. --- @@ -942,7 +942,7 @@ NerdgraphApiUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. --- @@ -956,7 +956,7 @@ Region *string The data center for which your New Relic account is configured. Only one region per provider block is permitted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#region NewrelicProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#region NewrelicProvider#region} --- @@ -968,7 +968,7 @@ SyntheticsApiUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. --- diff --git a/docs/provider.java.md b/docs/provider.java.md index 1b9cd25f5..ef514d10b 100644 --- a/docs/provider.java.md +++ b/docs/provider.java.md @@ -4,7 +4,7 @@ ### NewrelicProvider -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs newrelic}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs newrelic}. #### Initializers @@ -34,20 +34,20 @@ NewrelicProvider.Builder.create(Construct scope, java.lang.String id) | --- | --- | --- | | scope | software.constructs.Construct | The scope in which to define this construct. | | id | java.lang.String | The scoped construct ID. | -| accountId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#account_id NewrelicProvider#account_id}. | -| apiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_key NewrelicProvider#api_key}. | -| adminApiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#admin_api_key NewrelicProvider#admin_api_key}. | +| accountId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#account_id NewrelicProvider#account_id}. | +| apiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_key NewrelicProvider#api_key}. | +| adminApiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#admin_api_key NewrelicProvider#admin_api_key}. | | alias | java.lang.String | Alias name. | -| apiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_url NewrelicProvider#api_url}. | -| cacertFile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#cacert_file NewrelicProvider#cacert_file}. | -| infrastructureApiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. | -| insecureSkipVerify | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. | -| insightsInsertKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_key NewrelicProvider#insights_insert_key}. | -| insightsInsertUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_url NewrelicProvider#insights_insert_url}. | -| insightsQueryUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_query_url NewrelicProvider#insights_query_url}. | -| nerdgraphApiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. | +| apiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_url NewrelicProvider#api_url}. | +| cacertFile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#cacert_file NewrelicProvider#cacert_file}. | +| infrastructureApiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. | +| insecureSkipVerify | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. | +| insightsInsertKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_key NewrelicProvider#insights_insert_key}. | +| insightsInsertUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_url NewrelicProvider#insights_insert_url}. | +| insightsQueryUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_query_url NewrelicProvider#insights_query_url}. | +| nerdgraphApiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. | | region | java.lang.String | The data center for which your New Relic account is configured. Only one region per provider block is permitted. | -| syntheticsApiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. | +| syntheticsApiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. | --- @@ -73,7 +73,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#account_id NewrelicProvider#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#account_id NewrelicProvider#account_id}. --- @@ -81,7 +81,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_key NewrelicProvider#api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_key NewrelicProvider#api_key}. --- @@ -89,7 +89,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#admin_api_key NewrelicProvider#admin_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#admin_api_key NewrelicProvider#admin_api_key}. --- @@ -99,7 +99,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#alias NewrelicProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#alias NewrelicProvider#alias} --- @@ -107,7 +107,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_url NewrelicProvider#api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_url NewrelicProvider#api_url}. --- @@ -115,7 +115,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#cacert_file NewrelicProvider#cacert_file}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#cacert_file NewrelicProvider#cacert_file}. --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_key NewrelicProvider#insights_insert_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_key NewrelicProvider#insights_insert_key}. --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_url NewrelicProvider#insights_insert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_url NewrelicProvider#insights_insert_url}. --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_query_url NewrelicProvider#insights_query_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_query_url NewrelicProvider#insights_query_url}. --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data center for which your New Relic account is configured. Only one region per provider block is permitted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#region NewrelicProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#region NewrelicProvider#region} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. --- @@ -456,7 +456,7 @@ The construct id used in the generated config for the NewrelicProvider to import The id of the existing NewrelicProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -923,20 +923,20 @@ NewrelicProviderConfig.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| accountId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#account_id NewrelicProvider#account_id}. | -| apiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_key NewrelicProvider#api_key}. | -| adminApiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#admin_api_key NewrelicProvider#admin_api_key}. | +| accountId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#account_id NewrelicProvider#account_id}. | +| apiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_key NewrelicProvider#api_key}. | +| adminApiKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#admin_api_key NewrelicProvider#admin_api_key}. | | alias | java.lang.String | Alias name. | -| apiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_url NewrelicProvider#api_url}. | -| cacertFile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#cacert_file NewrelicProvider#cacert_file}. | -| infrastructureApiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. | -| insecureSkipVerify | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. | -| insightsInsertKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_key NewrelicProvider#insights_insert_key}. | -| insightsInsertUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_url NewrelicProvider#insights_insert_url}. | -| insightsQueryUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_query_url NewrelicProvider#insights_query_url}. | -| nerdgraphApiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. | +| apiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_url NewrelicProvider#api_url}. | +| cacertFile | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#cacert_file NewrelicProvider#cacert_file}. | +| infrastructureApiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. | +| insecureSkipVerify | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. | +| insightsInsertKey | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_key NewrelicProvider#insights_insert_key}. | +| insightsInsertUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_url NewrelicProvider#insights_insert_url}. | +| insightsQueryUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_query_url NewrelicProvider#insights_query_url}. | +| nerdgraphApiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. | | region | java.lang.String | The data center for which your New Relic account is configured. Only one region per provider block is permitted. | -| syntheticsApiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. | +| syntheticsApiUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. | --- @@ -948,7 +948,7 @@ public java.lang.Number getAccountId(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#account_id NewrelicProvider#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#account_id NewrelicProvider#account_id}. --- @@ -960,7 +960,7 @@ public java.lang.String getApiKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_key NewrelicProvider#api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_key NewrelicProvider#api_key}. --- @@ -972,7 +972,7 @@ public java.lang.String getAdminApiKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#admin_api_key NewrelicProvider#admin_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#admin_api_key NewrelicProvider#admin_api_key}. --- @@ -986,7 +986,7 @@ public java.lang.String getAlias(); Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#alias NewrelicProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#alias NewrelicProvider#alias} --- @@ -998,7 +998,7 @@ public java.lang.String getApiUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_url NewrelicProvider#api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_url NewrelicProvider#api_url}. --- @@ -1010,7 +1010,7 @@ public java.lang.String getCacertFile(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#cacert_file NewrelicProvider#cacert_file}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#cacert_file NewrelicProvider#cacert_file}. --- @@ -1022,7 +1022,7 @@ public java.lang.String getInfrastructureApiUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. --- @@ -1034,7 +1034,7 @@ public java.lang.Object getInsecureSkipVerify(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. --- @@ -1046,7 +1046,7 @@ public java.lang.String getInsightsInsertKey(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_key NewrelicProvider#insights_insert_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_key NewrelicProvider#insights_insert_key}. --- @@ -1058,7 +1058,7 @@ public java.lang.String getInsightsInsertUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_url NewrelicProvider#insights_insert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_url NewrelicProvider#insights_insert_url}. --- @@ -1070,7 +1070,7 @@ public java.lang.String getInsightsQueryUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_query_url NewrelicProvider#insights_query_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_query_url NewrelicProvider#insights_query_url}. --- @@ -1082,7 +1082,7 @@ public java.lang.String getNerdgraphApiUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. --- @@ -1096,7 +1096,7 @@ public java.lang.String getRegion(); The data center for which your New Relic account is configured. Only one region per provider block is permitted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#region NewrelicProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#region NewrelicProvider#region} --- @@ -1108,7 +1108,7 @@ public java.lang.String getSyntheticsApiUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. --- diff --git a/docs/provider.python.md b/docs/provider.python.md index 2b4ad552a..58c37be03 100644 --- a/docs/provider.python.md +++ b/docs/provider.python.md @@ -4,7 +4,7 @@ ### NewrelicProvider -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs newrelic}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs newrelic}. #### Initializers @@ -35,20 +35,20 @@ provider.NewrelicProvider( | --- | --- | --- | | scope | constructs.Construct | The scope in which to define this construct. | | id | str | The scoped construct ID. | -| account_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#account_id NewrelicProvider#account_id}. | -| api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_key NewrelicProvider#api_key}. | -| admin_api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#admin_api_key NewrelicProvider#admin_api_key}. | +| account_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#account_id NewrelicProvider#account_id}. | +| api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_key NewrelicProvider#api_key}. | +| admin_api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#admin_api_key NewrelicProvider#admin_api_key}. | | alias | str | Alias name. | -| api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_url NewrelicProvider#api_url}. | -| cacert_file | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#cacert_file NewrelicProvider#cacert_file}. | -| infrastructure_api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. | -| insecure_skip_verify | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. | -| insights_insert_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_key NewrelicProvider#insights_insert_key}. | -| insights_insert_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_url NewrelicProvider#insights_insert_url}. | -| insights_query_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_query_url NewrelicProvider#insights_query_url}. | -| nerdgraph_api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. | +| api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_url NewrelicProvider#api_url}. | +| cacert_file | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#cacert_file NewrelicProvider#cacert_file}. | +| infrastructure_api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. | +| insecure_skip_verify | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. | +| insights_insert_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_key NewrelicProvider#insights_insert_key}. | +| insights_insert_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_url NewrelicProvider#insights_insert_url}. | +| insights_query_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_query_url NewrelicProvider#insights_query_url}. | +| nerdgraph_api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. | | region | str | The data center for which your New Relic account is configured. Only one region per provider block is permitted. | -| synthetics_api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. | +| synthetics_api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. | --- @@ -74,7 +74,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#account_id NewrelicProvider#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#account_id NewrelicProvider#account_id}. --- @@ -82,7 +82,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_key NewrelicProvider#api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_key NewrelicProvider#api_key}. --- @@ -90,7 +90,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#admin_api_key NewrelicProvider#admin_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#admin_api_key NewrelicProvider#admin_api_key}. --- @@ -100,7 +100,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#alias NewrelicProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#alias NewrelicProvider#alias} --- @@ -108,7 +108,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_url NewrelicProvider#api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_url NewrelicProvider#api_url}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#cacert_file NewrelicProvider#cacert_file}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#cacert_file NewrelicProvider#cacert_file}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_key NewrelicProvider#insights_insert_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_key NewrelicProvider#insights_insert_key}. --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_url NewrelicProvider#insights_insert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_url NewrelicProvider#insights_insert_url}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_query_url NewrelicProvider#insights_query_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_query_url NewrelicProvider#insights_query_url}. --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The data center for which your New Relic account is configured. Only one region per provider block is permitted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#region NewrelicProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#region NewrelicProvider#region} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. --- @@ -473,7 +473,7 @@ The construct id used in the generated config for the NewrelicProvider to import The id of the existing NewrelicProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -939,20 +939,20 @@ provider.NewrelicProviderConfig( | **Name** | **Type** | **Description** | | --- | --- | --- | -| account_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#account_id NewrelicProvider#account_id}. | -| api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_key NewrelicProvider#api_key}. | -| admin_api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#admin_api_key NewrelicProvider#admin_api_key}. | +| account_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#account_id NewrelicProvider#account_id}. | +| api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_key NewrelicProvider#api_key}. | +| admin_api_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#admin_api_key NewrelicProvider#admin_api_key}. | | alias | str | Alias name. | -| api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_url NewrelicProvider#api_url}. | -| cacert_file | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#cacert_file NewrelicProvider#cacert_file}. | -| infrastructure_api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. | -| insecure_skip_verify | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. | -| insights_insert_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_key NewrelicProvider#insights_insert_key}. | -| insights_insert_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_url NewrelicProvider#insights_insert_url}. | -| insights_query_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_query_url NewrelicProvider#insights_query_url}. | -| nerdgraph_api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. | +| api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_url NewrelicProvider#api_url}. | +| cacert_file | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#cacert_file NewrelicProvider#cacert_file}. | +| infrastructure_api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. | +| insecure_skip_verify | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. | +| insights_insert_key | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_key NewrelicProvider#insights_insert_key}. | +| insights_insert_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_url NewrelicProvider#insights_insert_url}. | +| insights_query_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_query_url NewrelicProvider#insights_query_url}. | +| nerdgraph_api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. | | region | str | The data center for which your New Relic account is configured. Only one region per provider block is permitted. | -| synthetics_api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. | +| synthetics_api_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. | --- @@ -964,7 +964,7 @@ account_id: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#account_id NewrelicProvider#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#account_id NewrelicProvider#account_id}. --- @@ -976,7 +976,7 @@ api_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_key NewrelicProvider#api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_key NewrelicProvider#api_key}. --- @@ -988,7 +988,7 @@ admin_api_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#admin_api_key NewrelicProvider#admin_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#admin_api_key NewrelicProvider#admin_api_key}. --- @@ -1002,7 +1002,7 @@ alias: str Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#alias NewrelicProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#alias NewrelicProvider#alias} --- @@ -1014,7 +1014,7 @@ api_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_url NewrelicProvider#api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_url NewrelicProvider#api_url}. --- @@ -1026,7 +1026,7 @@ cacert_file: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#cacert_file NewrelicProvider#cacert_file}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#cacert_file NewrelicProvider#cacert_file}. --- @@ -1038,7 +1038,7 @@ infrastructure_api_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. --- @@ -1050,7 +1050,7 @@ insecure_skip_verify: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. --- @@ -1062,7 +1062,7 @@ insights_insert_key: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_key NewrelicProvider#insights_insert_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_key NewrelicProvider#insights_insert_key}. --- @@ -1074,7 +1074,7 @@ insights_insert_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_url NewrelicProvider#insights_insert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_url NewrelicProvider#insights_insert_url}. --- @@ -1086,7 +1086,7 @@ insights_query_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_query_url NewrelicProvider#insights_query_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_query_url NewrelicProvider#insights_query_url}. --- @@ -1098,7 +1098,7 @@ nerdgraph_api_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. --- @@ -1112,7 +1112,7 @@ region: str The data center for which your New Relic account is configured. Only one region per provider block is permitted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#region NewrelicProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#region NewrelicProvider#region} --- @@ -1124,7 +1124,7 @@ synthetics_api_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. --- diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md index 5aa07f381..2bf99abc3 100644 --- a/docs/provider.typescript.md +++ b/docs/provider.typescript.md @@ -4,7 +4,7 @@ ### NewrelicProvider -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs newrelic}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs newrelic}. #### Initializers @@ -317,7 +317,7 @@ The construct id used in the generated config for the NewrelicProvider to import The id of the existing NewrelicProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -768,20 +768,20 @@ const newrelicProviderConfig: provider.NewrelicProviderConfig = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| accountId | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#account_id NewrelicProvider#account_id}. | -| apiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_key NewrelicProvider#api_key}. | -| adminApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#admin_api_key NewrelicProvider#admin_api_key}. | +| accountId | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#account_id NewrelicProvider#account_id}. | +| apiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_key NewrelicProvider#api_key}. | +| adminApiKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#admin_api_key NewrelicProvider#admin_api_key}. | | alias | string | Alias name. | -| apiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_url NewrelicProvider#api_url}. | -| cacertFile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#cacert_file NewrelicProvider#cacert_file}. | -| infrastructureApiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. | -| insecureSkipVerify | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. | -| insightsInsertKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_key NewrelicProvider#insights_insert_key}. | -| insightsInsertUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_url NewrelicProvider#insights_insert_url}. | -| insightsQueryUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_query_url NewrelicProvider#insights_query_url}. | -| nerdgraphApiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. | +| apiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_url NewrelicProvider#api_url}. | +| cacertFile | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#cacert_file NewrelicProvider#cacert_file}. | +| infrastructureApiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. | +| insecureSkipVerify | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. | +| insightsInsertKey | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_key NewrelicProvider#insights_insert_key}. | +| insightsInsertUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_url NewrelicProvider#insights_insert_url}. | +| insightsQueryUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_query_url NewrelicProvider#insights_query_url}. | +| nerdgraphApiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. | | region | string | The data center for which your New Relic account is configured. Only one region per provider block is permitted. | -| syntheticsApiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. | +| syntheticsApiUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. | --- @@ -793,7 +793,7 @@ public readonly accountId: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#account_id NewrelicProvider#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#account_id NewrelicProvider#account_id}. --- @@ -805,7 +805,7 @@ public readonly apiKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_key NewrelicProvider#api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_key NewrelicProvider#api_key}. --- @@ -817,7 +817,7 @@ public readonly adminApiKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#admin_api_key NewrelicProvider#admin_api_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#admin_api_key NewrelicProvider#admin_api_key}. --- @@ -831,7 +831,7 @@ public readonly alias: string; Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#alias NewrelicProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#alias NewrelicProvider#alias} --- @@ -843,7 +843,7 @@ public readonly apiUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_url NewrelicProvider#api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_url NewrelicProvider#api_url}. --- @@ -855,7 +855,7 @@ public readonly cacertFile: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#cacert_file NewrelicProvider#cacert_file}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#cacert_file NewrelicProvider#cacert_file}. --- @@ -867,7 +867,7 @@ public readonly infrastructureApiUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}. --- @@ -879,7 +879,7 @@ public readonly insecureSkipVerify: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}. --- @@ -891,7 +891,7 @@ public readonly insightsInsertKey: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_key NewrelicProvider#insights_insert_key}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_key NewrelicProvider#insights_insert_key}. --- @@ -903,7 +903,7 @@ public readonly insightsInsertUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_url NewrelicProvider#insights_insert_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_url NewrelicProvider#insights_insert_url}. --- @@ -915,7 +915,7 @@ public readonly insightsQueryUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_query_url NewrelicProvider#insights_query_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_query_url NewrelicProvider#insights_query_url}. --- @@ -927,7 +927,7 @@ public readonly nerdgraphApiUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}. --- @@ -941,7 +941,7 @@ public readonly region: string; The data center for which your New Relic account is configured. Only one region per provider block is permitted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#region NewrelicProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#region NewrelicProvider#region} --- @@ -953,7 +953,7 @@ public readonly syntheticsApiUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}. --- diff --git a/docs/serviceLevel.csharp.md b/docs/serviceLevel.csharp.md index 582ad85a0..010c1a34f 100644 --- a/docs/serviceLevel.csharp.md +++ b/docs/serviceLevel.csharp.md @@ -4,7 +4,7 @@ ### ServiceLevel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level newrelic_service_level}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level newrelic_service_level}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the ServiceLevel to import. The id of the existing ServiceLevel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#import import section} in the documentation of this resource for the id to use --- @@ -892,11 +892,11 @@ new ServiceLevelConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Events | ServiceLevelEvents | events block. | -| Guid | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#guid ServiceLevel#guid}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. | +| Guid | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#guid ServiceLevel#guid}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. | | Objective | ServiceLevelObjective | objective block. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#id ServiceLevel#id}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#id ServiceLevel#id}. | --- @@ -980,7 +980,7 @@ public ServiceLevelEvents Events { get; set; } events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#events ServiceLevel#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#events ServiceLevel#events} --- @@ -992,7 +992,7 @@ public string Guid { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#guid ServiceLevel#guid}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#guid ServiceLevel#guid}. --- @@ -1004,7 +1004,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. --- @@ -1018,7 +1018,7 @@ public ServiceLevelObjective Objective { get; set; } objective block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#objective ServiceLevel#objective} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#objective ServiceLevel#objective} --- @@ -1030,7 +1030,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. --- @@ -1042,7 +1042,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#id ServiceLevel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. @@ -1068,7 +1068,7 @@ new ServiceLevelEvents { | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccountId | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#account_id ServiceLevel#account_id}. | +| AccountId | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#account_id ServiceLevel#account_id}. | | ValidEvents | ServiceLevelEventsValidEvents | valid_events block. | | BadEvents | ServiceLevelEventsBadEvents | bad_events block. | | GoodEvents | ServiceLevelEventsGoodEvents | good_events block. | @@ -1083,7 +1083,7 @@ public double AccountId { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#account_id ServiceLevel#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#account_id ServiceLevel#account_id}. --- @@ -1097,7 +1097,7 @@ public ServiceLevelEventsValidEvents ValidEvents { get; set; } valid_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#valid_events ServiceLevel#valid_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#valid_events ServiceLevel#valid_events} --- @@ -1111,7 +1111,7 @@ public ServiceLevelEventsBadEvents BadEvents { get; set; } bad_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#bad_events ServiceLevel#bad_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#bad_events ServiceLevel#bad_events} --- @@ -1125,7 +1125,7 @@ public ServiceLevelEventsGoodEvents GoodEvents { get; set; } good_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#good_events ServiceLevel#good_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#good_events ServiceLevel#good_events} --- @@ -1147,9 +1147,9 @@ new ServiceLevelEventsBadEvents { | **Name** | **Type** | **Description** | | --- | --- | --- | -| From | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. | +| From | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. | | Select | ServiceLevelEventsBadEventsSelect | select block. | -| Where | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. | +| Where | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. | --- @@ -1161,7 +1161,7 @@ public string From { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -1175,7 +1175,7 @@ public ServiceLevelEventsBadEventsSelect Select { get; set; } select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -1187,7 +1187,7 @@ public string Where { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -1209,8 +1209,8 @@ new ServiceLevelEventsBadEventsSelect { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Function | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. | -| Attribute | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. | +| Function | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. | +| Attribute | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. | | Threshold | double | The event threshold to use in the SELECT clause. | --- @@ -1223,7 +1223,7 @@ public string Function { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -1235,7 +1235,7 @@ public string Attribute { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -1249,7 +1249,7 @@ public double Threshold { get; set; } The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -1271,9 +1271,9 @@ new ServiceLevelEventsGoodEvents { | **Name** | **Type** | **Description** | | --- | --- | --- | -| From | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. | +| From | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. | | Select | ServiceLevelEventsGoodEventsSelect | select block. | -| Where | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. | +| Where | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. | --- @@ -1285,7 +1285,7 @@ public string From { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -1299,7 +1299,7 @@ public ServiceLevelEventsGoodEventsSelect Select { get; set; } select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -1311,7 +1311,7 @@ public string Where { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -1333,8 +1333,8 @@ new ServiceLevelEventsGoodEventsSelect { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Function | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. | -| Attribute | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. | +| Function | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. | +| Attribute | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. | | Threshold | double | The event threshold to use in the SELECT clause. | --- @@ -1347,7 +1347,7 @@ public string Function { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -1359,7 +1359,7 @@ public string Attribute { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -1373,7 +1373,7 @@ public double Threshold { get; set; } The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -1395,9 +1395,9 @@ new ServiceLevelEventsValidEvents { | **Name** | **Type** | **Description** | | --- | --- | --- | -| From | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. | +| From | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. | | Select | ServiceLevelEventsValidEventsSelect | select block. | -| Where | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. | +| Where | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. | --- @@ -1409,7 +1409,7 @@ public string From { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -1423,7 +1423,7 @@ public ServiceLevelEventsValidEventsSelect Select { get; set; } select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -1435,7 +1435,7 @@ public string Where { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -1457,8 +1457,8 @@ new ServiceLevelEventsValidEventsSelect { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Function | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. | -| Attribute | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. | +| Function | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. | +| Attribute | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. | | Threshold | double | The event threshold to use in the SELECT clause. | --- @@ -1471,7 +1471,7 @@ public string Function { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -1483,7 +1483,7 @@ public string Attribute { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -1497,7 +1497,7 @@ public double Threshold { get; set; } The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -1520,10 +1520,10 @@ new ServiceLevelObjective { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Target | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#target ServiceLevel#target}. | +| Target | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#target ServiceLevel#target}. | | TimeWindow | ServiceLevelObjectiveTimeWindow | time_window block. | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. | --- @@ -1535,7 +1535,7 @@ public double Target { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#target ServiceLevel#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#target ServiceLevel#target}. --- @@ -1549,7 +1549,7 @@ public ServiceLevelObjectiveTimeWindow TimeWindow { get; set; } time_window block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#time_window ServiceLevel#time_window} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#time_window ServiceLevel#time_window} --- @@ -1561,7 +1561,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. --- @@ -1573,7 +1573,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. --- @@ -1607,7 +1607,7 @@ public ServiceLevelObjectiveTimeWindowRolling Rolling { get; set; } rolling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#rolling ServiceLevel#rolling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#rolling ServiceLevel#rolling} --- @@ -1628,8 +1628,8 @@ new ServiceLevelObjectiveTimeWindowRolling { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#count ServiceLevel#count}. | -| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#unit ServiceLevel#unit}. | +| Count | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#count ServiceLevel#count}. | +| Unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#unit ServiceLevel#unit}. | --- @@ -1641,7 +1641,7 @@ public double Count { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#count ServiceLevel#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#count ServiceLevel#count}. --- @@ -1653,7 +1653,7 @@ public string Unit { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#unit ServiceLevel#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#unit ServiceLevel#unit}. --- diff --git a/docs/serviceLevel.go.md b/docs/serviceLevel.go.md index ab6541045..7833447a8 100644 --- a/docs/serviceLevel.go.md +++ b/docs/serviceLevel.go.md @@ -4,7 +4,7 @@ ### ServiceLevel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level newrelic_service_level}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level newrelic_service_level}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the ServiceLevel to import. The id of the existing ServiceLevel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#import import section} in the documentation of this resource for the id to use --- @@ -892,11 +892,11 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Events | ServiceLevelEvents | events block. | -| Guid | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#guid ServiceLevel#guid}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. | +| Guid | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#guid ServiceLevel#guid}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. | | Objective | ServiceLevelObjective | objective block. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#id ServiceLevel#id}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#id ServiceLevel#id}. | --- @@ -980,7 +980,7 @@ Events ServiceLevelEvents events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#events ServiceLevel#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#events ServiceLevel#events} --- @@ -992,7 +992,7 @@ Guid *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#guid ServiceLevel#guid}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#guid ServiceLevel#guid}. --- @@ -1004,7 +1004,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. --- @@ -1018,7 +1018,7 @@ Objective ServiceLevelObjective objective block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#objective ServiceLevel#objective} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#objective ServiceLevel#objective} --- @@ -1030,7 +1030,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. --- @@ -1042,7 +1042,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#id ServiceLevel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. @@ -1068,7 +1068,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" | **Name** | **Type** | **Description** | | --- | --- | --- | -| AccountId | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#account_id ServiceLevel#account_id}. | +| AccountId | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#account_id ServiceLevel#account_id}. | | ValidEvents | ServiceLevelEventsValidEvents | valid_events block. | | BadEvents | ServiceLevelEventsBadEvents | bad_events block. | | GoodEvents | ServiceLevelEventsGoodEvents | good_events block. | @@ -1083,7 +1083,7 @@ AccountId *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#account_id ServiceLevel#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#account_id ServiceLevel#account_id}. --- @@ -1097,7 +1097,7 @@ ValidEvents ServiceLevelEventsValidEvents valid_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#valid_events ServiceLevel#valid_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#valid_events ServiceLevel#valid_events} --- @@ -1111,7 +1111,7 @@ BadEvents ServiceLevelEventsBadEvents bad_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#bad_events ServiceLevel#bad_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#bad_events ServiceLevel#bad_events} --- @@ -1125,7 +1125,7 @@ GoodEvents ServiceLevelEventsGoodEvents good_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#good_events ServiceLevel#good_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#good_events ServiceLevel#good_events} --- @@ -1147,9 +1147,9 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" | **Name** | **Type** | **Description** | | --- | --- | --- | -| From | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. | +| From | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. | | Select | ServiceLevelEventsBadEventsSelect | select block. | -| Where | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. | +| Where | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. | --- @@ -1161,7 +1161,7 @@ From *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -1175,7 +1175,7 @@ Select ServiceLevelEventsBadEventsSelect select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -1187,7 +1187,7 @@ Where *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -1209,8 +1209,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Function | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. | -| Attribute | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. | +| Function | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. | +| Attribute | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. | | Threshold | *f64 | The event threshold to use in the SELECT clause. | --- @@ -1223,7 +1223,7 @@ Function *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -1235,7 +1235,7 @@ Attribute *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -1249,7 +1249,7 @@ Threshold *f64 The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -1271,9 +1271,9 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" | **Name** | **Type** | **Description** | | --- | --- | --- | -| From | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. | +| From | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. | | Select | ServiceLevelEventsGoodEventsSelect | select block. | -| Where | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. | +| Where | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. | --- @@ -1285,7 +1285,7 @@ From *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -1299,7 +1299,7 @@ Select ServiceLevelEventsGoodEventsSelect select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -1311,7 +1311,7 @@ Where *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -1333,8 +1333,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Function | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. | -| Attribute | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. | +| Function | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. | +| Attribute | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. | | Threshold | *f64 | The event threshold to use in the SELECT clause. | --- @@ -1347,7 +1347,7 @@ Function *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -1359,7 +1359,7 @@ Attribute *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -1373,7 +1373,7 @@ Threshold *f64 The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -1395,9 +1395,9 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" | **Name** | **Type** | **Description** | | --- | --- | --- | -| From | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. | +| From | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. | | Select | ServiceLevelEventsValidEventsSelect | select block. | -| Where | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. | +| Where | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. | --- @@ -1409,7 +1409,7 @@ From *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -1423,7 +1423,7 @@ Select ServiceLevelEventsValidEventsSelect select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -1435,7 +1435,7 @@ Where *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -1457,8 +1457,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Function | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. | -| Attribute | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. | +| Function | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. | +| Attribute | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. | | Threshold | *f64 | The event threshold to use in the SELECT clause. | --- @@ -1471,7 +1471,7 @@ Function *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -1483,7 +1483,7 @@ Attribute *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -1497,7 +1497,7 @@ Threshold *f64 The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -1520,10 +1520,10 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Target | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#target ServiceLevel#target}. | +| Target | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#target ServiceLevel#target}. | | TimeWindow | ServiceLevelObjectiveTimeWindow | time_window block. | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. | --- @@ -1535,7 +1535,7 @@ Target *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#target ServiceLevel#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#target ServiceLevel#target}. --- @@ -1549,7 +1549,7 @@ TimeWindow ServiceLevelObjectiveTimeWindow time_window block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#time_window ServiceLevel#time_window} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#time_window ServiceLevel#time_window} --- @@ -1561,7 +1561,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. --- @@ -1573,7 +1573,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. --- @@ -1607,7 +1607,7 @@ Rolling ServiceLevelObjectiveTimeWindowRolling rolling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#rolling ServiceLevel#rolling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#rolling ServiceLevel#rolling} --- @@ -1628,8 +1628,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/servicelevel" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#count ServiceLevel#count}. | -| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#unit ServiceLevel#unit}. | +| Count | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#count ServiceLevel#count}. | +| Unit | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#unit ServiceLevel#unit}. | --- @@ -1641,7 +1641,7 @@ Count *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#count ServiceLevel#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#count ServiceLevel#count}. --- @@ -1653,7 +1653,7 @@ Unit *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#unit ServiceLevel#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#unit ServiceLevel#unit}. --- diff --git a/docs/serviceLevel.java.md b/docs/serviceLevel.java.md index a71ef2f83..2ba5c746b 100644 --- a/docs/serviceLevel.java.md +++ b/docs/serviceLevel.java.md @@ -4,7 +4,7 @@ ### ServiceLevel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level newrelic_service_level}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level newrelic_service_level}. #### Initializers @@ -44,11 +44,11 @@ ServiceLevel.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | events | ServiceLevelEvents | events block. | -| guid | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#guid ServiceLevel#guid}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. | +| guid | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#guid ServiceLevel#guid}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. | | objective | ServiceLevelObjective | objective block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#id ServiceLevel#id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#id ServiceLevel#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#events ServiceLevel#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#events ServiceLevel#events} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#guid ServiceLevel#guid}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#guid ServiceLevel#guid}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre objective block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#objective ServiceLevel#objective} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#objective ServiceLevel#objective} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#id ServiceLevel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. @@ -630,7 +630,7 @@ The construct id used in the generated config for the ServiceLevel to import. The id of the existing ServiceLevel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#import import section} in the documentation of this resource for the id to use --- @@ -1019,11 +1019,11 @@ ServiceLevelConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | events | ServiceLevelEvents | events block. | -| guid | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#guid ServiceLevel#guid}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. | +| guid | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#guid ServiceLevel#guid}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. | | objective | ServiceLevelObjective | objective block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#id ServiceLevel#id}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#id ServiceLevel#id}. | --- @@ -1107,7 +1107,7 @@ public ServiceLevelEvents getEvents(); events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#events ServiceLevel#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#events ServiceLevel#events} --- @@ -1119,7 +1119,7 @@ public java.lang.String getGuid(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#guid ServiceLevel#guid}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#guid ServiceLevel#guid}. --- @@ -1131,7 +1131,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. --- @@ -1145,7 +1145,7 @@ public ServiceLevelObjective getObjective(); objective block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#objective ServiceLevel#objective} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#objective ServiceLevel#objective} --- @@ -1157,7 +1157,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. --- @@ -1169,7 +1169,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#id ServiceLevel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. @@ -1195,7 +1195,7 @@ ServiceLevelEvents.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| accountId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#account_id ServiceLevel#account_id}. | +| accountId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#account_id ServiceLevel#account_id}. | | validEvents | ServiceLevelEventsValidEvents | valid_events block. | | badEvents | ServiceLevelEventsBadEvents | bad_events block. | | goodEvents | ServiceLevelEventsGoodEvents | good_events block. | @@ -1210,7 +1210,7 @@ public java.lang.Number getAccountId(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#account_id ServiceLevel#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#account_id ServiceLevel#account_id}. --- @@ -1224,7 +1224,7 @@ public ServiceLevelEventsValidEvents getValidEvents(); valid_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#valid_events ServiceLevel#valid_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#valid_events ServiceLevel#valid_events} --- @@ -1238,7 +1238,7 @@ public ServiceLevelEventsBadEvents getBadEvents(); bad_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#bad_events ServiceLevel#bad_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#bad_events ServiceLevel#bad_events} --- @@ -1252,7 +1252,7 @@ public ServiceLevelEventsGoodEvents getGoodEvents(); good_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#good_events ServiceLevel#good_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#good_events ServiceLevel#good_events} --- @@ -1274,9 +1274,9 @@ ServiceLevelEventsBadEvents.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| from | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. | +| from | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. | | select | ServiceLevelEventsBadEventsSelect | select block. | -| where | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. | +| where | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. | --- @@ -1288,7 +1288,7 @@ public java.lang.String getFrom(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -1302,7 +1302,7 @@ public ServiceLevelEventsBadEventsSelect getSelect(); select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -1314,7 +1314,7 @@ public java.lang.String getWhere(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -1336,8 +1336,8 @@ ServiceLevelEventsBadEventsSelect.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| function | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. | -| attribute | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. | +| function | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. | +| attribute | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. | | threshold | java.lang.Number | The event threshold to use in the SELECT clause. | --- @@ -1350,7 +1350,7 @@ public java.lang.String getFunction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -1362,7 +1362,7 @@ public java.lang.String getAttribute(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -1376,7 +1376,7 @@ public java.lang.Number getThreshold(); The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -1398,9 +1398,9 @@ ServiceLevelEventsGoodEvents.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| from | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. | +| from | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. | | select | ServiceLevelEventsGoodEventsSelect | select block. | -| where | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. | +| where | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. | --- @@ -1412,7 +1412,7 @@ public java.lang.String getFrom(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -1426,7 +1426,7 @@ public ServiceLevelEventsGoodEventsSelect getSelect(); select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -1438,7 +1438,7 @@ public java.lang.String getWhere(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -1460,8 +1460,8 @@ ServiceLevelEventsGoodEventsSelect.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| function | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. | -| attribute | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. | +| function | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. | +| attribute | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. | | threshold | java.lang.Number | The event threshold to use in the SELECT clause. | --- @@ -1474,7 +1474,7 @@ public java.lang.String getFunction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -1486,7 +1486,7 @@ public java.lang.String getAttribute(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -1500,7 +1500,7 @@ public java.lang.Number getThreshold(); The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -1522,9 +1522,9 @@ ServiceLevelEventsValidEvents.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| from | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. | +| from | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. | | select | ServiceLevelEventsValidEventsSelect | select block. | -| where | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. | +| where | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. | --- @@ -1536,7 +1536,7 @@ public java.lang.String getFrom(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -1550,7 +1550,7 @@ public ServiceLevelEventsValidEventsSelect getSelect(); select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -1562,7 +1562,7 @@ public java.lang.String getWhere(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -1584,8 +1584,8 @@ ServiceLevelEventsValidEventsSelect.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| function | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. | -| attribute | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. | +| function | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. | +| attribute | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. | | threshold | java.lang.Number | The event threshold to use in the SELECT clause. | --- @@ -1598,7 +1598,7 @@ public java.lang.String getFunction(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -1610,7 +1610,7 @@ public java.lang.String getAttribute(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -1624,7 +1624,7 @@ public java.lang.Number getThreshold(); The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -1647,10 +1647,10 @@ ServiceLevelObjective.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#target ServiceLevel#target}. | +| target | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#target ServiceLevel#target}. | | timeWindow | ServiceLevelObjectiveTimeWindow | time_window block. | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. | --- @@ -1662,7 +1662,7 @@ public java.lang.Number getTarget(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#target ServiceLevel#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#target ServiceLevel#target}. --- @@ -1676,7 +1676,7 @@ public ServiceLevelObjectiveTimeWindow getTimeWindow(); time_window block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#time_window ServiceLevel#time_window} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#time_window ServiceLevel#time_window} --- @@ -1688,7 +1688,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. --- @@ -1700,7 +1700,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. --- @@ -1734,7 +1734,7 @@ public ServiceLevelObjectiveTimeWindowRolling getRolling(); rolling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#rolling ServiceLevel#rolling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#rolling ServiceLevel#rolling} --- @@ -1755,8 +1755,8 @@ ServiceLevelObjectiveTimeWindowRolling.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#count ServiceLevel#count}. | -| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#unit ServiceLevel#unit}. | +| count | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#count ServiceLevel#count}. | +| unit | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#unit ServiceLevel#unit}. | --- @@ -1768,7 +1768,7 @@ public java.lang.Number getCount(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#count ServiceLevel#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#count ServiceLevel#count}. --- @@ -1780,7 +1780,7 @@ public java.lang.String getUnit(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#unit ServiceLevel#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#unit ServiceLevel#unit}. --- diff --git a/docs/serviceLevel.python.md b/docs/serviceLevel.python.md index 9e779f006..d23bc72c4 100644 --- a/docs/serviceLevel.python.md +++ b/docs/serviceLevel.python.md @@ -4,7 +4,7 @@ ### ServiceLevel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level newrelic_service_level}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level newrelic_service_level}. #### Initializers @@ -42,11 +42,11 @@ serviceLevel.ServiceLevel( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | events | ServiceLevelEvents | events block. | -| guid | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#guid ServiceLevel#guid}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. | +| guid | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#guid ServiceLevel#guid}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. | | objective | ServiceLevelObjective | objective block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#id ServiceLevel#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#id ServiceLevel#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#events ServiceLevel#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#events ServiceLevel#events} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#guid ServiceLevel#guid}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#guid ServiceLevel#guid}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre objective block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#objective ServiceLevel#objective} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#objective ServiceLevel#objective} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#id ServiceLevel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. @@ -539,7 +539,7 @@ def put_events( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#account_id ServiceLevel#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#account_id ServiceLevel#account_id}. --- @@ -549,7 +549,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre valid_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#valid_events ServiceLevel#valid_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#valid_events ServiceLevel#valid_events} --- @@ -559,7 +559,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre bad_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#bad_events ServiceLevel#bad_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#bad_events ServiceLevel#bad_events} --- @@ -569,7 +569,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre good_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#good_events ServiceLevel#good_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#good_events ServiceLevel#good_events} --- @@ -588,7 +588,7 @@ def put_objective( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#target ServiceLevel#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#target ServiceLevel#target}. --- @@ -598,7 +598,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre time_window block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#time_window ServiceLevel#time_window} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#time_window ServiceLevel#time_window} --- @@ -606,7 +606,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. --- @@ -614,7 +614,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. --- @@ -744,7 +744,7 @@ The construct id used in the generated config for the ServiceLevel to import. The id of the existing ServiceLevel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#import import section} in the documentation of this resource for the id to use --- @@ -1129,11 +1129,11 @@ serviceLevel.ServiceLevelConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | events | ServiceLevelEvents | events block. | -| guid | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#guid ServiceLevel#guid}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. | +| guid | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#guid ServiceLevel#guid}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. | | objective | ServiceLevelObjective | objective block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#id ServiceLevel#id}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#id ServiceLevel#id}. | --- @@ -1217,7 +1217,7 @@ events: ServiceLevelEvents events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#events ServiceLevel#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#events ServiceLevel#events} --- @@ -1229,7 +1229,7 @@ guid: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#guid ServiceLevel#guid}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#guid ServiceLevel#guid}. --- @@ -1241,7 +1241,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. --- @@ -1255,7 +1255,7 @@ objective: ServiceLevelObjective objective block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#objective ServiceLevel#objective} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#objective ServiceLevel#objective} --- @@ -1267,7 +1267,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. --- @@ -1279,7 +1279,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#id ServiceLevel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. @@ -1305,7 +1305,7 @@ serviceLevel.ServiceLevelEvents( | **Name** | **Type** | **Description** | | --- | --- | --- | -| account_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#account_id ServiceLevel#account_id}. | +| account_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#account_id ServiceLevel#account_id}. | | valid_events | ServiceLevelEventsValidEvents | valid_events block. | | bad_events | ServiceLevelEventsBadEvents | bad_events block. | | good_events | ServiceLevelEventsGoodEvents | good_events block. | @@ -1320,7 +1320,7 @@ account_id: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#account_id ServiceLevel#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#account_id ServiceLevel#account_id}. --- @@ -1334,7 +1334,7 @@ valid_events: ServiceLevelEventsValidEvents valid_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#valid_events ServiceLevel#valid_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#valid_events ServiceLevel#valid_events} --- @@ -1348,7 +1348,7 @@ bad_events: ServiceLevelEventsBadEvents bad_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#bad_events ServiceLevel#bad_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#bad_events ServiceLevel#bad_events} --- @@ -1362,7 +1362,7 @@ good_events: ServiceLevelEventsGoodEvents good_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#good_events ServiceLevel#good_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#good_events ServiceLevel#good_events} --- @@ -1384,9 +1384,9 @@ serviceLevel.ServiceLevelEventsBadEvents( | **Name** | **Type** | **Description** | | --- | --- | --- | -| from | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. | +| from | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. | | select | ServiceLevelEventsBadEventsSelect | select block. | -| where | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. | +| where | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. | --- @@ -1398,7 +1398,7 @@ from: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -1412,7 +1412,7 @@ select: ServiceLevelEventsBadEventsSelect select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -1424,7 +1424,7 @@ where: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -1446,8 +1446,8 @@ serviceLevel.ServiceLevelEventsBadEventsSelect( | **Name** | **Type** | **Description** | | --- | --- | --- | -| function | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. | -| attribute | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. | +| function | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. | +| attribute | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. | | threshold | typing.Union[int, float] | The event threshold to use in the SELECT clause. | --- @@ -1460,7 +1460,7 @@ function: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -1472,7 +1472,7 @@ attribute: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -1486,7 +1486,7 @@ threshold: typing.Union[int, float] The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -1508,9 +1508,9 @@ serviceLevel.ServiceLevelEventsGoodEvents( | **Name** | **Type** | **Description** | | --- | --- | --- | -| from | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. | +| from | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. | | select | ServiceLevelEventsGoodEventsSelect | select block. | -| where | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. | +| where | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. | --- @@ -1522,7 +1522,7 @@ from: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -1536,7 +1536,7 @@ select: ServiceLevelEventsGoodEventsSelect select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -1548,7 +1548,7 @@ where: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -1570,8 +1570,8 @@ serviceLevel.ServiceLevelEventsGoodEventsSelect( | **Name** | **Type** | **Description** | | --- | --- | --- | -| function | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. | -| attribute | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. | +| function | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. | +| attribute | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. | | threshold | typing.Union[int, float] | The event threshold to use in the SELECT clause. | --- @@ -1584,7 +1584,7 @@ function: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -1596,7 +1596,7 @@ attribute: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -1610,7 +1610,7 @@ threshold: typing.Union[int, float] The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -1632,9 +1632,9 @@ serviceLevel.ServiceLevelEventsValidEvents( | **Name** | **Type** | **Description** | | --- | --- | --- | -| from | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. | +| from | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. | | select | ServiceLevelEventsValidEventsSelect | select block. | -| where | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. | +| where | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. | --- @@ -1646,7 +1646,7 @@ from: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -1660,7 +1660,7 @@ select: ServiceLevelEventsValidEventsSelect select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -1672,7 +1672,7 @@ where: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -1694,8 +1694,8 @@ serviceLevel.ServiceLevelEventsValidEventsSelect( | **Name** | **Type** | **Description** | | --- | --- | --- | -| function | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. | -| attribute | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. | +| function | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. | +| attribute | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. | | threshold | typing.Union[int, float] | The event threshold to use in the SELECT clause. | --- @@ -1708,7 +1708,7 @@ function: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -1720,7 +1720,7 @@ attribute: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -1734,7 +1734,7 @@ threshold: typing.Union[int, float] The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -1757,10 +1757,10 @@ serviceLevel.ServiceLevelObjective( | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#target ServiceLevel#target}. | +| target | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#target ServiceLevel#target}. | | time_window | ServiceLevelObjectiveTimeWindow | time_window block. | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. | --- @@ -1772,7 +1772,7 @@ target: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#target ServiceLevel#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#target ServiceLevel#target}. --- @@ -1786,7 +1786,7 @@ time_window: ServiceLevelObjectiveTimeWindow time_window block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#time_window ServiceLevel#time_window} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#time_window ServiceLevel#time_window} --- @@ -1798,7 +1798,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. --- @@ -1810,7 +1810,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. --- @@ -1844,7 +1844,7 @@ rolling: ServiceLevelObjectiveTimeWindowRolling rolling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#rolling ServiceLevel#rolling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#rolling ServiceLevel#rolling} --- @@ -1865,8 +1865,8 @@ serviceLevel.ServiceLevelObjectiveTimeWindowRolling( | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#count ServiceLevel#count}. | -| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#unit ServiceLevel#unit}. | +| count | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#count ServiceLevel#count}. | +| unit | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#unit ServiceLevel#unit}. | --- @@ -1878,7 +1878,7 @@ count: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#count ServiceLevel#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#count ServiceLevel#count}. --- @@ -1890,7 +1890,7 @@ unit: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#unit ServiceLevel#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#unit ServiceLevel#unit}. --- @@ -2141,7 +2141,7 @@ def put_select( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -2149,7 +2149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -2159,7 +2159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -2886,7 +2886,7 @@ def put_select( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -2894,7 +2894,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -2904,7 +2904,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -3633,7 +3633,7 @@ def put_bad_events( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -3643,7 +3643,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -3651,7 +3651,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -3669,7 +3669,7 @@ def put_good_events( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -3679,7 +3679,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -3687,7 +3687,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -3705,7 +3705,7 @@ def put_valid_events( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -3715,7 +3715,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -3723,7 +3723,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -4118,7 +4118,7 @@ def put_select( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -4126,7 +4126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -4136,7 +4136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -4863,7 +4863,7 @@ def put_time_window( rolling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#rolling ServiceLevel#rolling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#rolling ServiceLevel#rolling} --- @@ -5255,7 +5255,7 @@ def put_rolling( - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#count ServiceLevel#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#count ServiceLevel#count}. --- @@ -5263,7 +5263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#unit ServiceLevel#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#unit ServiceLevel#unit}. --- diff --git a/docs/serviceLevel.typescript.md b/docs/serviceLevel.typescript.md index c0ec76297..e016d5c7c 100644 --- a/docs/serviceLevel.typescript.md +++ b/docs/serviceLevel.typescript.md @@ -4,7 +4,7 @@ ### ServiceLevel -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level newrelic_service_level}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level newrelic_service_level}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the ServiceLevel to import. The id of the existing ServiceLevel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#import import section} in the documentation of this resource for the id to use --- @@ -878,11 +878,11 @@ const serviceLevelConfig: serviceLevel.ServiceLevelConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | events | ServiceLevelEvents | events block. | -| guid | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#guid ServiceLevel#guid}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. | +| guid | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#guid ServiceLevel#guid}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. | | objective | ServiceLevelObjective | objective block. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#id ServiceLevel#id}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#id ServiceLevel#id}. | --- @@ -966,7 +966,7 @@ public readonly events: ServiceLevelEvents; events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#events ServiceLevel#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#events ServiceLevel#events} --- @@ -978,7 +978,7 @@ public readonly guid: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#guid ServiceLevel#guid}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#guid ServiceLevel#guid}. --- @@ -990,7 +990,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. --- @@ -1004,7 +1004,7 @@ public readonly objective: ServiceLevelObjective; objective block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#objective ServiceLevel#objective} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#objective ServiceLevel#objective} --- @@ -1016,7 +1016,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. --- @@ -1028,7 +1028,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#id ServiceLevel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. @@ -1049,7 +1049,7 @@ const serviceLevelEvents: serviceLevel.ServiceLevelEvents = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| accountId | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#account_id ServiceLevel#account_id}. | +| accountId | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#account_id ServiceLevel#account_id}. | | validEvents | ServiceLevelEventsValidEvents | valid_events block. | | badEvents | ServiceLevelEventsBadEvents | bad_events block. | | goodEvents | ServiceLevelEventsGoodEvents | good_events block. | @@ -1064,7 +1064,7 @@ public readonly accountId: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#account_id ServiceLevel#account_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#account_id ServiceLevel#account_id}. --- @@ -1078,7 +1078,7 @@ public readonly validEvents: ServiceLevelEventsValidEvents; valid_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#valid_events ServiceLevel#valid_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#valid_events ServiceLevel#valid_events} --- @@ -1092,7 +1092,7 @@ public readonly badEvents: ServiceLevelEventsBadEvents; bad_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#bad_events ServiceLevel#bad_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#bad_events ServiceLevel#bad_events} --- @@ -1106,7 +1106,7 @@ public readonly goodEvents: ServiceLevelEventsGoodEvents; good_events block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#good_events ServiceLevel#good_events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#good_events ServiceLevel#good_events} --- @@ -1124,9 +1124,9 @@ const serviceLevelEventsBadEvents: serviceLevel.ServiceLevelEventsBadEvents = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| from | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. | +| from | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. | | select | ServiceLevelEventsBadEventsSelect | select block. | -| where | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. | +| where | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. | --- @@ -1138,7 +1138,7 @@ public readonly from: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -1152,7 +1152,7 @@ public readonly select: ServiceLevelEventsBadEventsSelect; select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -1164,7 +1164,7 @@ public readonly where: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -1182,8 +1182,8 @@ const serviceLevelEventsBadEventsSelect: serviceLevel.ServiceLevelEventsBadEvent | **Name** | **Type** | **Description** | | --- | --- | --- | -| function | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. | -| attribute | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. | +| function | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. | +| attribute | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. | | threshold | number | The event threshold to use in the SELECT clause. | --- @@ -1196,7 +1196,7 @@ public readonly function: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -1208,7 +1208,7 @@ public readonly attribute: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -1222,7 +1222,7 @@ public readonly threshold: number; The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -1240,9 +1240,9 @@ const serviceLevelEventsGoodEvents: serviceLevel.ServiceLevelEventsGoodEvents = | **Name** | **Type** | **Description** | | --- | --- | --- | -| from | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. | +| from | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. | | select | ServiceLevelEventsGoodEventsSelect | select block. | -| where | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. | +| where | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. | --- @@ -1254,7 +1254,7 @@ public readonly from: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -1268,7 +1268,7 @@ public readonly select: ServiceLevelEventsGoodEventsSelect; select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -1280,7 +1280,7 @@ public readonly where: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -1298,8 +1298,8 @@ const serviceLevelEventsGoodEventsSelect: serviceLevel.ServiceLevelEventsGoodEve | **Name** | **Type** | **Description** | | --- | --- | --- | -| function | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. | -| attribute | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. | +| function | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. | +| attribute | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. | | threshold | number | The event threshold to use in the SELECT clause. | --- @@ -1312,7 +1312,7 @@ public readonly function: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -1324,7 +1324,7 @@ public readonly attribute: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -1338,7 +1338,7 @@ public readonly threshold: number; The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -1356,9 +1356,9 @@ const serviceLevelEventsValidEvents: serviceLevel.ServiceLevelEventsValidEvents | **Name** | **Type** | **Description** | | --- | --- | --- | -| from | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. | +| from | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. | | select | ServiceLevelEventsValidEventsSelect | select block. | -| where | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. | +| where | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. | --- @@ -1370,7 +1370,7 @@ public readonly from: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from}. --- @@ -1384,7 +1384,7 @@ public readonly select: ServiceLevelEventsValidEventsSelect; select block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} --- @@ -1396,7 +1396,7 @@ public readonly where: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where}. --- @@ -1414,8 +1414,8 @@ const serviceLevelEventsValidEventsSelect: serviceLevel.ServiceLevelEventsValidE | **Name** | **Type** | **Description** | | --- | --- | --- | -| function | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. | -| attribute | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. | +| function | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. | +| attribute | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. | | threshold | number | The event threshold to use in the SELECT clause. | --- @@ -1428,7 +1428,7 @@ public readonly function: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function}. --- @@ -1440,7 +1440,7 @@ public readonly attribute: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute}. --- @@ -1454,7 +1454,7 @@ public readonly threshold: number; The event threshold to use in the SELECT clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} --- @@ -1472,10 +1472,10 @@ const serviceLevelObjective: serviceLevel.ServiceLevelObjective = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| target | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#target ServiceLevel#target}. | +| target | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#target ServiceLevel#target}. | | timeWindow | ServiceLevelObjectiveTimeWindow | time_window block. | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. | --- @@ -1487,7 +1487,7 @@ public readonly target: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#target ServiceLevel#target}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#target ServiceLevel#target}. --- @@ -1501,7 +1501,7 @@ public readonly timeWindow: ServiceLevelObjectiveTimeWindow; time_window block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#time_window ServiceLevel#time_window} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#time_window ServiceLevel#time_window} --- @@ -1513,7 +1513,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description}. --- @@ -1525,7 +1525,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name}. --- @@ -1557,7 +1557,7 @@ public readonly rolling: ServiceLevelObjectiveTimeWindowRolling; rolling block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#rolling ServiceLevel#rolling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#rolling ServiceLevel#rolling} --- @@ -1575,8 +1575,8 @@ const serviceLevelObjectiveTimeWindowRolling: serviceLevel.ServiceLevelObjective | **Name** | **Type** | **Description** | | --- | --- | --- | -| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#count ServiceLevel#count}. | -| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#unit ServiceLevel#unit}. | +| count | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#count ServiceLevel#count}. | +| unit | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#unit ServiceLevel#unit}. | --- @@ -1588,7 +1588,7 @@ public readonly count: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#count ServiceLevel#count}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#count ServiceLevel#count}. --- @@ -1600,7 +1600,7 @@ public readonly unit: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#unit ServiceLevel#unit}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#unit ServiceLevel#unit}. --- diff --git a/docs/syntheticsAlertCondition.csharp.md b/docs/syntheticsAlertCondition.csharp.md index c9bd2d64f..13b690d5a 100644 --- a/docs/syntheticsAlertCondition.csharp.md +++ b/docs/syntheticsAlertCondition.csharp.md @@ -4,7 +4,7 @@ ### SyntheticsAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the SyntheticsAlertCondition t The id of the existing SyntheticsAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -865,7 +865,7 @@ new SyntheticsAlertConditionConfig { | Name | string | The title of this condition. | | PolicyId | double | The ID of the policy where this condition should be used. | | Enabled | object | Set whether to enable the alert condition. Defaults to true. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. | | RunbookUrl | string | Runbook URL to display in notifications. | --- @@ -950,7 +950,7 @@ public string MonitorId { get; set; } The ID of the Synthetics monitor to be referenced in the alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} --- @@ -964,7 +964,7 @@ public string Name { get; set; } The title of this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} --- @@ -978,7 +978,7 @@ public double PolicyId { get; set; } The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} --- @@ -992,7 +992,7 @@ public object Enabled { get; set; } Set whether to enable the alert condition. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} --- @@ -1004,7 +1004,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#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. @@ -1021,7 +1021,7 @@ public string RunbookUrl { get; set; } Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} --- diff --git a/docs/syntheticsAlertCondition.go.md b/docs/syntheticsAlertCondition.go.md index 8b099c19b..2b6dfcdac 100644 --- a/docs/syntheticsAlertCondition.go.md +++ b/docs/syntheticsAlertCondition.go.md @@ -4,7 +4,7 @@ ### SyntheticsAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the SyntheticsAlertCondition t The id of the existing SyntheticsAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -865,7 +865,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsalert | Name | *string | The title of this condition. | | PolicyId | *f64 | The ID of the policy where this condition should be used. | | Enabled | interface{} | Set whether to enable the alert condition. Defaults to true. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. | | RunbookUrl | *string | Runbook URL to display in notifications. | --- @@ -950,7 +950,7 @@ MonitorId *string The ID of the Synthetics monitor to be referenced in the alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} --- @@ -964,7 +964,7 @@ Name *string The title of this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} --- @@ -978,7 +978,7 @@ PolicyId *f64 The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} --- @@ -992,7 +992,7 @@ Enabled interface{} Set whether to enable the alert condition. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} --- @@ -1004,7 +1004,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#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. @@ -1021,7 +1021,7 @@ RunbookUrl *string Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} --- diff --git a/docs/syntheticsAlertCondition.java.md b/docs/syntheticsAlertCondition.java.md index 75bcaede8..2868a3dc6 100644 --- a/docs/syntheticsAlertCondition.java.md +++ b/docs/syntheticsAlertCondition.java.md @@ -4,7 +4,7 @@ ### SyntheticsAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition}. #### Initializers @@ -48,7 +48,7 @@ SyntheticsAlertCondition.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | The title of this condition. | | policyId | java.lang.Number | The ID of the policy where this condition should be used. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set whether to enable the alert condition. Defaults to true. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. | | runbookUrl | java.lang.String | Runbook URL to display in notifications. | --- @@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope The ID of the Synthetics monitor to be referenced in the alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The title of this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Set whether to enable the alert condition. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#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. @@ -170,7 +170,7 @@ If you experience problems setting this value it might not be settable. Please t Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} --- @@ -618,7 +618,7 @@ The construct id used in the generated config for the SyntheticsAlertCondition t The id of the existing SyntheticsAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1000,7 +1000,7 @@ SyntheticsAlertConditionConfig.builder() | name | java.lang.String | The title of this condition. | | policyId | java.lang.Number | The ID of the policy where this condition should be used. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set whether to enable the alert condition. Defaults to true. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. | | runbookUrl | java.lang.String | Runbook URL to display in notifications. | --- @@ -1085,7 +1085,7 @@ public java.lang.String getMonitorId(); The ID of the Synthetics monitor to be referenced in the alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} --- @@ -1099,7 +1099,7 @@ public java.lang.String getName(); The title of this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} --- @@ -1113,7 +1113,7 @@ public java.lang.Number getPolicyId(); The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} --- @@ -1127,7 +1127,7 @@ public java.lang.Object getEnabled(); Set whether to enable the alert condition. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} --- @@ -1139,7 +1139,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#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. @@ -1156,7 +1156,7 @@ public java.lang.String getRunbookUrl(); Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} --- diff --git a/docs/syntheticsAlertCondition.python.md b/docs/syntheticsAlertCondition.python.md index 6e855b07c..768cf4d66 100644 --- a/docs/syntheticsAlertCondition.python.md +++ b/docs/syntheticsAlertCondition.python.md @@ -4,7 +4,7 @@ ### SyntheticsAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition}. #### Initializers @@ -45,7 +45,7 @@ syntheticsAlertCondition.SyntheticsAlertCondition( | name | str | The title of this condition. | | policy_id | typing.Union[int, float] | The ID of the policy where this condition should be used. | | enabled | typing.Union[bool, cdktf.IResolvable] | Set whether to enable the alert condition. Defaults to true. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. | | runbook_url | str | Runbook URL to display in notifications. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The ID of the Synthetics monitor to be referenced in the alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The title of this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Set whether to enable the alert condition. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#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. @@ -167,7 +167,7 @@ If you experience problems setting this value it might not be settable. Please t Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} --- @@ -661,7 +661,7 @@ The construct id used in the generated config for the SyntheticsAlertCondition t The id of the existing SyntheticsAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1038,7 +1038,7 @@ syntheticsAlertCondition.SyntheticsAlertConditionConfig( | name | str | The title of this condition. | | policy_id | typing.Union[int, float] | The ID of the policy where this condition should be used. | | enabled | typing.Union[bool, cdktf.IResolvable] | Set whether to enable the alert condition. Defaults to true. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. | | runbook_url | str | Runbook URL to display in notifications. | --- @@ -1123,7 +1123,7 @@ monitor_id: str The ID of the Synthetics monitor to be referenced in the alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} --- @@ -1137,7 +1137,7 @@ name: str The title of this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} --- @@ -1151,7 +1151,7 @@ policy_id: typing.Union[int, float] The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} --- @@ -1165,7 +1165,7 @@ enabled: typing.Union[bool, IResolvable] Set whether to enable the alert condition. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} --- @@ -1177,7 +1177,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#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. @@ -1194,7 +1194,7 @@ runbook_url: str Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} --- diff --git a/docs/syntheticsAlertCondition.typescript.md b/docs/syntheticsAlertCondition.typescript.md index 304e4029a..7fd29e909 100644 --- a/docs/syntheticsAlertCondition.typescript.md +++ b/docs/syntheticsAlertCondition.typescript.md @@ -4,7 +4,7 @@ ### SyntheticsAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the SyntheticsAlertCondition t The id of the existing SyntheticsAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -851,7 +851,7 @@ const syntheticsAlertConditionConfig: syntheticsAlertCondition.SyntheticsAlertCo | name | string | The title of this condition. | | policyId | number | The ID of the policy where this condition should be used. | | enabled | boolean \| cdktf.IResolvable | Set whether to enable the alert condition. Defaults to true. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. | | runbookUrl | string | Runbook URL to display in notifications. | --- @@ -936,7 +936,7 @@ public readonly monitorId: string; The ID of the Synthetics monitor to be referenced in the alert condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} --- @@ -950,7 +950,7 @@ public readonly name: string; The title of this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} --- @@ -964,7 +964,7 @@ public readonly policyId: number; The ID of the policy where this condition should be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} --- @@ -978,7 +978,7 @@ public readonly enabled: boolean | IResolvable; Set whether to enable the alert condition. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} --- @@ -990,7 +990,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#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. @@ -1007,7 +1007,7 @@ public readonly runbookUrl: string; Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} --- diff --git a/docs/syntheticsBrokenLinksMonitor.csharp.md b/docs/syntheticsBrokenLinksMonitor.csharp.md index 64e940223..133221a43 100644 --- a/docs/syntheticsBrokenLinksMonitor.csharp.md +++ b/docs/syntheticsBrokenLinksMonitor.csharp.md @@ -4,7 +4,7 @@ ### SyntheticsBrokenLinksMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the SyntheticsBrokenLinksMonit The id of the existing SyntheticsBrokenLinksMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1063,7 +1063,7 @@ new SyntheticsBrokenLinksMonitorConfig { | Status | string | The monitor status (ENABLED or DISABLED). | | Uri | string | The URI the monitor runs against. | | AccountId | double | ID of the newrelic account. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. | | LocationsPrivate | string[] | List private location GUIDs for which the monitor will run. | | LocationsPublic | string[] | Publicly available location names in which the monitor will run. | | RuntimeType | string | The runtime type that the monitor will run. | @@ -1153,7 +1153,7 @@ public string Name { get; set; } The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} --- @@ -1169,7 +1169,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} --- @@ -1183,7 +1183,7 @@ public string Status { get; set; } The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} --- @@ -1197,7 +1197,7 @@ public string Uri { get; set; } The URI the monitor runs against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} --- @@ -1211,7 +1211,7 @@ public double AccountId { get; set; } ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} --- @@ -1223,7 +1223,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#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. @@ -1240,7 +1240,7 @@ public string[] LocationsPrivate { get; set; } List private location GUIDs for which the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} --- @@ -1254,7 +1254,7 @@ public string[] LocationsPublic { get; set; } Publicly available location names in which the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} --- @@ -1268,7 +1268,7 @@ public string RuntimeType { get; set; } The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} --- @@ -1282,7 +1282,7 @@ public string RuntimeTypeVersion { get; set; } The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} --- @@ -1296,7 +1296,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} --- @@ -1312,7 +1312,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} --- @@ -1348,7 +1348,7 @@ public string Key { get; set; } Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key} --- @@ -1362,7 +1362,7 @@ public string[] Values { get; set; } Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values} --- diff --git a/docs/syntheticsBrokenLinksMonitor.go.md b/docs/syntheticsBrokenLinksMonitor.go.md index 0e309e8de..4499c094f 100644 --- a/docs/syntheticsBrokenLinksMonitor.go.md +++ b/docs/syntheticsBrokenLinksMonitor.go.md @@ -4,7 +4,7 @@ ### SyntheticsBrokenLinksMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the SyntheticsBrokenLinksMonit The id of the existing SyntheticsBrokenLinksMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1063,7 +1063,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsbroke | Status | *string | The monitor status (ENABLED or DISABLED). | | Uri | *string | The URI the monitor runs against. | | AccountId | *f64 | ID of the newrelic account. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. | | LocationsPrivate | *[]*string | List private location GUIDs for which the monitor will run. | | LocationsPublic | *[]*string | Publicly available location names in which the monitor will run. | | RuntimeType | *string | The runtime type that the monitor will run. | @@ -1153,7 +1153,7 @@ Name *string The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} --- @@ -1169,7 +1169,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} --- @@ -1183,7 +1183,7 @@ Status *string The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} --- @@ -1197,7 +1197,7 @@ Uri *string The URI the monitor runs against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} --- @@ -1211,7 +1211,7 @@ AccountId *f64 ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} --- @@ -1223,7 +1223,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#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. @@ -1240,7 +1240,7 @@ LocationsPrivate *[]*string List private location GUIDs for which the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} --- @@ -1254,7 +1254,7 @@ LocationsPublic *[]*string Publicly available location names in which the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} --- @@ -1268,7 +1268,7 @@ RuntimeType *string The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} --- @@ -1282,7 +1282,7 @@ RuntimeTypeVersion *string The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} --- @@ -1296,7 +1296,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} --- @@ -1312,7 +1312,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} --- @@ -1348,7 +1348,7 @@ Key *string Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key} --- @@ -1362,7 +1362,7 @@ Values *[]*string Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values} --- diff --git a/docs/syntheticsBrokenLinksMonitor.java.md b/docs/syntheticsBrokenLinksMonitor.java.md index d4cebc1e3..3fa11b313 100644 --- a/docs/syntheticsBrokenLinksMonitor.java.md +++ b/docs/syntheticsBrokenLinksMonitor.java.md @@ -4,7 +4,7 @@ ### SyntheticsBrokenLinksMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor}. #### Initializers @@ -56,7 +56,7 @@ SyntheticsBrokenLinksMonitor.Builder.create(Construct scope, java.lang.String id | status | java.lang.String | The monitor status (ENABLED or DISABLED). | | uri | java.lang.String | The URI the monitor runs against. | | accountId | java.lang.Number | ID of the newrelic account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. | | locationsPrivate | java.util.List | List private location GUIDs for which the monitor will run. | | locationsPublic | java.util.List | Publicly available location names in which the monitor will run. | | runtimeType | java.lang.String | The runtime type that the monitor will run. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} --- @@ -144,7 +144,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The URI the monitor runs against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#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. @@ -195,7 +195,7 @@ If you experience problems setting this value it might not be settable. Please t List private location GUIDs for which the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Publicly available location names in which the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} --- @@ -247,7 +247,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} --- @@ -743,7 +743,7 @@ The construct id used in the generated config for the SyntheticsBrokenLinksMonit The id of the existing SyntheticsBrokenLinksMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1276,7 +1276,7 @@ SyntheticsBrokenLinksMonitorConfig.builder() | status | java.lang.String | The monitor status (ENABLED or DISABLED). | | uri | java.lang.String | The URI the monitor runs against. | | accountId | java.lang.Number | ID of the newrelic account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. | | locationsPrivate | java.util.List | List private location GUIDs for which the monitor will run. | | locationsPublic | java.util.List | Publicly available location names in which the monitor will run. | | runtimeType | java.lang.String | The runtime type that the monitor will run. | @@ -1366,7 +1366,7 @@ public java.lang.String getName(); The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} --- @@ -1382,7 +1382,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} --- @@ -1396,7 +1396,7 @@ public java.lang.String getStatus(); The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} --- @@ -1410,7 +1410,7 @@ public java.lang.String getUri(); The URI the monitor runs against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} --- @@ -1424,7 +1424,7 @@ public java.lang.Number getAccountId(); ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} --- @@ -1436,7 +1436,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#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. @@ -1453,7 +1453,7 @@ public java.util.List getLocationsPrivate(); List private location GUIDs for which the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} --- @@ -1467,7 +1467,7 @@ public java.util.List getLocationsPublic(); Publicly available location names in which the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} --- @@ -1481,7 +1481,7 @@ public java.lang.String getRuntimeType(); The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} --- @@ -1495,7 +1495,7 @@ public java.lang.String getRuntimeTypeVersion(); The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} --- @@ -1509,7 +1509,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} --- @@ -1525,7 +1525,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} --- @@ -1561,7 +1561,7 @@ public java.lang.String getKey(); Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key} --- @@ -1575,7 +1575,7 @@ public java.util.List getValues(); Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values} --- diff --git a/docs/syntheticsBrokenLinksMonitor.python.md b/docs/syntheticsBrokenLinksMonitor.python.md index 56719c2b5..c2e2a4762 100644 --- a/docs/syntheticsBrokenLinksMonitor.python.md +++ b/docs/syntheticsBrokenLinksMonitor.python.md @@ -4,7 +4,7 @@ ### SyntheticsBrokenLinksMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor}. #### Initializers @@ -52,7 +52,7 @@ syntheticsBrokenLinksMonitor.SyntheticsBrokenLinksMonitor( | status | str | The monitor status (ENABLED or DISABLED). | | uri | str | The URI the monitor runs against. | | account_id | typing.Union[int, float] | ID of the newrelic account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. | | locations_private | typing.List[str] | List private location GUIDs for which the monitor will run. | | locations_public | typing.List[str] | Publicly available location names in which the monitor will run. | | runtime_type | str | The runtime type that the monitor will run. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} --- @@ -140,7 +140,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The URI the monitor runs against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#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. @@ -191,7 +191,7 @@ If you experience problems setting this value it might not be settable. Please t List private location GUIDs for which the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Publicly available location names in which the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} --- @@ -243,7 +243,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} --- @@ -787,7 +787,7 @@ The construct id used in the generated config for the SyntheticsBrokenLinksMonit The id of the existing SyntheticsBrokenLinksMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1314,7 +1314,7 @@ syntheticsBrokenLinksMonitor.SyntheticsBrokenLinksMonitorConfig( | status | str | The monitor status (ENABLED or DISABLED). | | uri | str | The URI the monitor runs against. | | account_id | typing.Union[int, float] | ID of the newrelic account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. | | locations_private | typing.List[str] | List private location GUIDs for which the monitor will run. | | locations_public | typing.List[str] | Publicly available location names in which the monitor will run. | | runtime_type | str | The runtime type that the monitor will run. | @@ -1404,7 +1404,7 @@ name: str The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} --- @@ -1420,7 +1420,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} --- @@ -1434,7 +1434,7 @@ status: str The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} --- @@ -1448,7 +1448,7 @@ uri: str The URI the monitor runs against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} --- @@ -1462,7 +1462,7 @@ account_id: typing.Union[int, float] ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} --- @@ -1474,7 +1474,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#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. @@ -1491,7 +1491,7 @@ locations_private: typing.List[str] List private location GUIDs for which the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} --- @@ -1505,7 +1505,7 @@ locations_public: typing.List[str] Publicly available location names in which the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} --- @@ -1519,7 +1519,7 @@ runtime_type: str The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} --- @@ -1533,7 +1533,7 @@ runtime_type_version: str The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} --- @@ -1547,7 +1547,7 @@ tag: typing.Union[IResolvable, typing.List[SyntheticsBrokenLinksMonitorTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} --- @@ -1563,7 +1563,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} --- @@ -1599,7 +1599,7 @@ key: str Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key} --- @@ -1613,7 +1613,7 @@ values: typing.List[str] Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values} --- diff --git a/docs/syntheticsBrokenLinksMonitor.typescript.md b/docs/syntheticsBrokenLinksMonitor.typescript.md index b46f681cf..3e6ef85ed 100644 --- a/docs/syntheticsBrokenLinksMonitor.typescript.md +++ b/docs/syntheticsBrokenLinksMonitor.typescript.md @@ -4,7 +4,7 @@ ### SyntheticsBrokenLinksMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the SyntheticsBrokenLinksMonit The id of the existing SyntheticsBrokenLinksMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1043,7 +1043,7 @@ const syntheticsBrokenLinksMonitorConfig: syntheticsBrokenLinksMonitor.Synthetic | status | string | The monitor status (ENABLED or DISABLED). | | uri | string | The URI the monitor runs against. | | accountId | number | ID of the newrelic account. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. | | locationsPrivate | string[] | List private location GUIDs for which the monitor will run. | | locationsPublic | string[] | Publicly available location names in which the monitor will run. | | runtimeType | string | The runtime type that the monitor will run. | @@ -1133,7 +1133,7 @@ public readonly name: string; The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} --- @@ -1149,7 +1149,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} --- @@ -1163,7 +1163,7 @@ public readonly status: string; The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} --- @@ -1177,7 +1177,7 @@ public readonly uri: string; The URI the monitor runs against. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} --- @@ -1191,7 +1191,7 @@ public readonly accountId: number; ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} --- @@ -1203,7 +1203,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#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. @@ -1220,7 +1220,7 @@ public readonly locationsPrivate: string[]; List private location GUIDs for which the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} --- @@ -1234,7 +1234,7 @@ public readonly locationsPublic: string[]; Publicly available location names in which the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} --- @@ -1248,7 +1248,7 @@ public readonly runtimeType: string; The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} --- @@ -1262,7 +1262,7 @@ public readonly runtimeTypeVersion: string; The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} --- @@ -1276,7 +1276,7 @@ public readonly tag: IResolvable | SyntheticsBrokenLinksMonitorTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} --- @@ -1292,7 +1292,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} --- @@ -1325,7 +1325,7 @@ public readonly key: string; Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key} --- @@ -1339,7 +1339,7 @@ public readonly values: string[]; Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values} --- diff --git a/docs/syntheticsCertCheckMonitor.csharp.md b/docs/syntheticsCertCheckMonitor.csharp.md index f354a80d4..a759e9a7c 100644 --- a/docs/syntheticsCertCheckMonitor.csharp.md +++ b/docs/syntheticsCertCheckMonitor.csharp.md @@ -4,7 +4,7 @@ ### SyntheticsCertCheckMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor newrelic_synthetics_cert_check_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor newrelic_synthetics_cert_check_monitor}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the SyntheticsCertCheckMonitor The id of the existing SyntheticsCertCheckMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1070,13 +1070,13 @@ new SyntheticsCertCheckMonitorConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| CertificateExpiration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. | -| Domain | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. | +| CertificateExpiration | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. | +| Domain | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. | | Name | string | name of the cert check monitor. | | Period | string | The interval at which this monitor should run. | | Status | string | The monitor status (ENABLED or DISABLED). | | AccountId | double | ID of the newrelic account. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. | | LocationsPrivate | string[] | The locations in which this monitor should be run. | | LocationsPublic | string[] | The locations in which this monitor should be run. | | RuntimeType | string | The runtime type that the monitor will run. | @@ -1164,7 +1164,7 @@ public double CertificateExpiration { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. --- @@ -1176,7 +1176,7 @@ public string Domain { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. --- @@ -1190,7 +1190,7 @@ public string Name { get; set; } name of the cert check monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} --- @@ -1206,7 +1206,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} --- @@ -1220,7 +1220,7 @@ public string Status { get; set; } The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} --- @@ -1234,7 +1234,7 @@ public double AccountId { get; set; } ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} --- @@ -1246,7 +1246,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#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. @@ -1263,7 +1263,7 @@ public string[] LocationsPrivate { get; set; } The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} --- @@ -1277,7 +1277,7 @@ public string[] LocationsPublic { get; set; } The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} --- @@ -1291,7 +1291,7 @@ public string RuntimeType { get; set; } The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} --- @@ -1305,7 +1305,7 @@ public string RuntimeTypeVersion { get; set; } The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} --- @@ -1319,7 +1319,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} --- @@ -1335,7 +1335,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} --- @@ -1371,7 +1371,7 @@ public string Key { get; set; } Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#key SyntheticsCertCheckMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#key SyntheticsCertCheckMonitor#key} --- @@ -1385,7 +1385,7 @@ public string[] Values { get; set; } Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#values SyntheticsCertCheckMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#values SyntheticsCertCheckMonitor#values} --- diff --git a/docs/syntheticsCertCheckMonitor.go.md b/docs/syntheticsCertCheckMonitor.go.md index 4fae3daca..7dfe00add 100644 --- a/docs/syntheticsCertCheckMonitor.go.md +++ b/docs/syntheticsCertCheckMonitor.go.md @@ -4,7 +4,7 @@ ### SyntheticsCertCheckMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor newrelic_synthetics_cert_check_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor newrelic_synthetics_cert_check_monitor}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the SyntheticsCertCheckMonitor The id of the existing SyntheticsCertCheckMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1070,13 +1070,13 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticscertc | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| CertificateExpiration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. | -| Domain | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. | +| CertificateExpiration | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. | +| Domain | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. | | Name | *string | name of the cert check monitor. | | Period | *string | The interval at which this monitor should run. | | Status | *string | The monitor status (ENABLED or DISABLED). | | AccountId | *f64 | ID of the newrelic account. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. | | LocationsPrivate | *[]*string | The locations in which this monitor should be run. | | LocationsPublic | *[]*string | The locations in which this monitor should be run. | | RuntimeType | *string | The runtime type that the monitor will run. | @@ -1164,7 +1164,7 @@ CertificateExpiration *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. --- @@ -1176,7 +1176,7 @@ Domain *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. --- @@ -1190,7 +1190,7 @@ Name *string name of the cert check monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} --- @@ -1206,7 +1206,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} --- @@ -1220,7 +1220,7 @@ Status *string The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} --- @@ -1234,7 +1234,7 @@ AccountId *f64 ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} --- @@ -1246,7 +1246,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#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. @@ -1263,7 +1263,7 @@ LocationsPrivate *[]*string The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} --- @@ -1277,7 +1277,7 @@ LocationsPublic *[]*string The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} --- @@ -1291,7 +1291,7 @@ RuntimeType *string The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} --- @@ -1305,7 +1305,7 @@ RuntimeTypeVersion *string The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} --- @@ -1319,7 +1319,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} --- @@ -1335,7 +1335,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} --- @@ -1371,7 +1371,7 @@ Key *string Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#key SyntheticsCertCheckMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#key SyntheticsCertCheckMonitor#key} --- @@ -1385,7 +1385,7 @@ Values *[]*string Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#values SyntheticsCertCheckMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#values SyntheticsCertCheckMonitor#values} --- diff --git a/docs/syntheticsCertCheckMonitor.java.md b/docs/syntheticsCertCheckMonitor.java.md index 24e825573..64b4646d5 100644 --- a/docs/syntheticsCertCheckMonitor.java.md +++ b/docs/syntheticsCertCheckMonitor.java.md @@ -4,7 +4,7 @@ ### SyntheticsCertCheckMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor newrelic_synthetics_cert_check_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor newrelic_synthetics_cert_check_monitor}. #### Initializers @@ -52,13 +52,13 @@ SyntheticsCertCheckMonitor.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| certificateExpiration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. | -| domain | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. | +| certificateExpiration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. | +| domain | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. | | name | java.lang.String | name of the cert check monitor. | | period | java.lang.String | The interval at which this monitor should run. | | status | java.lang.String | The monitor status (ENABLED or DISABLED). | | accountId | java.lang.Number | ID of the newrelic account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. | | locationsPrivate | java.util.List | The locations in which this monitor should be run. | | locationsPublic | java.util.List | The locations in which this monitor should be run. | | runtimeType | java.lang.String | The runtime type that the monitor will run. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre name of the cert check monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} --- @@ -162,7 +162,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#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. @@ -203,7 +203,7 @@ If you experience problems setting this value it might not be settable. Please t The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} --- @@ -255,7 +255,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} --- @@ -751,7 +751,7 @@ The construct id used in the generated config for the SyntheticsCertCheckMonitor The id of the existing SyntheticsCertCheckMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1291,13 +1291,13 @@ SyntheticsCertCheckMonitorConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| certificateExpiration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. | -| domain | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. | +| certificateExpiration | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. | +| domain | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. | | name | java.lang.String | name of the cert check monitor. | | period | java.lang.String | The interval at which this monitor should run. | | status | java.lang.String | The monitor status (ENABLED or DISABLED). | | accountId | java.lang.Number | ID of the newrelic account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. | | locationsPrivate | java.util.List | The locations in which this monitor should be run. | | locationsPublic | java.util.List | The locations in which this monitor should be run. | | runtimeType | java.lang.String | The runtime type that the monitor will run. | @@ -1385,7 +1385,7 @@ public java.lang.Number getCertificateExpiration(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. --- @@ -1397,7 +1397,7 @@ public java.lang.String getDomain(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. --- @@ -1411,7 +1411,7 @@ public java.lang.String getName(); name of the cert check monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} --- @@ -1427,7 +1427,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} --- @@ -1441,7 +1441,7 @@ public java.lang.String getStatus(); The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} --- @@ -1455,7 +1455,7 @@ public java.lang.Number getAccountId(); ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} --- @@ -1467,7 +1467,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#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. @@ -1484,7 +1484,7 @@ public java.util.List getLocationsPrivate(); The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} --- @@ -1498,7 +1498,7 @@ public java.util.List getLocationsPublic(); The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} --- @@ -1512,7 +1512,7 @@ public java.lang.String getRuntimeType(); The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} --- @@ -1526,7 +1526,7 @@ public java.lang.String getRuntimeTypeVersion(); The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} --- @@ -1540,7 +1540,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} --- @@ -1556,7 +1556,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} --- @@ -1592,7 +1592,7 @@ public java.lang.String getKey(); Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#key SyntheticsCertCheckMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#key SyntheticsCertCheckMonitor#key} --- @@ -1606,7 +1606,7 @@ public java.util.List getValues(); Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#values SyntheticsCertCheckMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#values SyntheticsCertCheckMonitor#values} --- diff --git a/docs/syntheticsCertCheckMonitor.python.md b/docs/syntheticsCertCheckMonitor.python.md index d85dbfc7d..c91825646 100644 --- a/docs/syntheticsCertCheckMonitor.python.md +++ b/docs/syntheticsCertCheckMonitor.python.md @@ -4,7 +4,7 @@ ### SyntheticsCertCheckMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor newrelic_synthetics_cert_check_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor newrelic_synthetics_cert_check_monitor}. #### Initializers @@ -48,13 +48,13 @@ syntheticsCertCheckMonitor.SyntheticsCertCheckMonitor( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| certificate_expiration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. | -| domain | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. | +| certificate_expiration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. | +| domain | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. | | name | str | name of the cert check monitor. | | period | str | The interval at which this monitor should run. | | status | str | The monitor status (ENABLED or DISABLED). | | account_id | typing.Union[int, float] | ID of the newrelic account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. | | locations_private | typing.List[str] | The locations in which this monitor should be run. | | locations_public | typing.List[str] | The locations in which this monitor should be run. | | runtime_type | str | The runtime type that the monitor will run. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre name of the cert check monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} --- @@ -158,7 +158,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#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. @@ -199,7 +199,7 @@ If you experience problems setting this value it might not be settable. Please t The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} --- @@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} --- @@ -251,7 +251,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} --- @@ -795,7 +795,7 @@ The construct id used in the generated config for the SyntheticsCertCheckMonitor The id of the existing SyntheticsCertCheckMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1329,13 +1329,13 @@ syntheticsCertCheckMonitor.SyntheticsCertCheckMonitorConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| certificate_expiration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. | -| domain | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. | +| certificate_expiration | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. | +| domain | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. | | name | str | name of the cert check monitor. | | period | str | The interval at which this monitor should run. | | status | str | The monitor status (ENABLED or DISABLED). | | account_id | typing.Union[int, float] | ID of the newrelic account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. | | locations_private | typing.List[str] | The locations in which this monitor should be run. | | locations_public | typing.List[str] | The locations in which this monitor should be run. | | runtime_type | str | The runtime type that the monitor will run. | @@ -1423,7 +1423,7 @@ certificate_expiration: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. --- @@ -1435,7 +1435,7 @@ domain: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. --- @@ -1449,7 +1449,7 @@ name: str name of the cert check monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} --- @@ -1465,7 +1465,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} --- @@ -1479,7 +1479,7 @@ status: str The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} --- @@ -1493,7 +1493,7 @@ account_id: typing.Union[int, float] ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} --- @@ -1505,7 +1505,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#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. @@ -1522,7 +1522,7 @@ locations_private: typing.List[str] The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} --- @@ -1536,7 +1536,7 @@ locations_public: typing.List[str] The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} --- @@ -1550,7 +1550,7 @@ runtime_type: str The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} --- @@ -1564,7 +1564,7 @@ runtime_type_version: str The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} --- @@ -1578,7 +1578,7 @@ tag: typing.Union[IResolvable, typing.List[SyntheticsCertCheckMonitorTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} --- @@ -1594,7 +1594,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} --- @@ -1630,7 +1630,7 @@ key: str Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#key SyntheticsCertCheckMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#key SyntheticsCertCheckMonitor#key} --- @@ -1644,7 +1644,7 @@ values: typing.List[str] Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#values SyntheticsCertCheckMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#values SyntheticsCertCheckMonitor#values} --- diff --git a/docs/syntheticsCertCheckMonitor.typescript.md b/docs/syntheticsCertCheckMonitor.typescript.md index 814ede233..f7ccde3ad 100644 --- a/docs/syntheticsCertCheckMonitor.typescript.md +++ b/docs/syntheticsCertCheckMonitor.typescript.md @@ -4,7 +4,7 @@ ### SyntheticsCertCheckMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor newrelic_synthetics_cert_check_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor newrelic_synthetics_cert_check_monitor}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the SyntheticsCertCheckMonitor The id of the existing SyntheticsCertCheckMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1049,13 +1049,13 @@ const syntheticsCertCheckMonitorConfig: syntheticsCertCheckMonitor.SyntheticsCer | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| certificateExpiration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. | -| domain | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. | +| certificateExpiration | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. | +| domain | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. | | name | string | name of the cert check monitor. | | period | string | The interval at which this monitor should run. | | status | string | The monitor status (ENABLED or DISABLED). | | accountId | number | ID of the newrelic account. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. | | locationsPrivate | string[] | The locations in which this monitor should be run. | | locationsPublic | string[] | The locations in which this monitor should be run. | | runtimeType | string | The runtime type that the monitor will run. | @@ -1143,7 +1143,7 @@ public readonly certificateExpiration: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration}. --- @@ -1155,7 +1155,7 @@ public readonly domain: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain}. --- @@ -1169,7 +1169,7 @@ public readonly name: string; name of the cert check monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} --- @@ -1185,7 +1185,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} --- @@ -1199,7 +1199,7 @@ public readonly status: string; The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} --- @@ -1213,7 +1213,7 @@ public readonly accountId: number; ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} --- @@ -1225,7 +1225,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#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. @@ -1242,7 +1242,7 @@ public readonly locationsPrivate: string[]; The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} --- @@ -1256,7 +1256,7 @@ public readonly locationsPublic: string[]; The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} --- @@ -1270,7 +1270,7 @@ public readonly runtimeType: string; The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} --- @@ -1284,7 +1284,7 @@ public readonly runtimeTypeVersion: string; The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} --- @@ -1298,7 +1298,7 @@ public readonly tag: IResolvable | SyntheticsCertCheckMonitorTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} --- @@ -1314,7 +1314,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} --- @@ -1347,7 +1347,7 @@ public readonly key: string; Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#key SyntheticsCertCheckMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#key SyntheticsCertCheckMonitor#key} --- @@ -1361,7 +1361,7 @@ public readonly values: string[]; Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#values SyntheticsCertCheckMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#values SyntheticsCertCheckMonitor#values} --- diff --git a/docs/syntheticsMonitor.csharp.md b/docs/syntheticsMonitor.csharp.md index 907149322..4b6c8f010 100644 --- a/docs/syntheticsMonitor.csharp.md +++ b/docs/syntheticsMonitor.csharp.md @@ -4,7 +4,7 @@ ### SyntheticsMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor newrelic_synthetics_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor newrelic_synthetics_monitor}. #### Initializers @@ -76,9 +76,11 @@ Must be unique amongst siblings in the same scope | PutCustomHeader | *No description.* | | PutTag | *No description.* | | ResetAccountId | *No description.* | +| ResetBrowsers | *No description.* | | ResetBypassHeadRequest | *No description.* | | ResetCustomHeader | *No description.* | | ResetDeviceOrientation | *No description.* | +| ResetDevices | *No description.* | | ResetDeviceType | *No description.* | | ResetEnableScreenshotOnFailureAndScript | *No description.* | | ResetId | *No description.* | @@ -415,6 +417,12 @@ private void PutTag(object Value) private void ResetAccountId() ``` +##### `ResetBrowsers` + +```csharp +private void ResetBrowsers() +``` + ##### `ResetBypassHeadRequest` ```csharp @@ -433,6 +441,12 @@ private void ResetCustomHeader() private void ResetDeviceOrientation() ``` +##### `ResetDevices` + +```csharp +private void ResetDevices() +``` + ##### `ResetDeviceType` ```csharp @@ -626,7 +640,7 @@ The construct id used in the generated config for the SyntheticsMonitor to impor The id of the existing SyntheticsMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#import import section} in the documentation of this resource for the id to use --- @@ -660,9 +674,11 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | PeriodInMinutes | double | *No description.* | | Tag | SyntheticsMonitorTagList | *No description.* | | AccountIdInput | double | *No description.* | +| BrowsersInput | string[] | *No description.* | | BypassHeadRequestInput | object | *No description.* | | CustomHeaderInput | object | *No description.* | | DeviceOrientationInput | string | *No description.* | +| DevicesInput | string[] | *No description.* | | DeviceTypeInput | string | *No description.* | | EnableScreenshotOnFailureAndScriptInput | object | *No description.* | | IdInput | string | *No description.* | @@ -682,8 +698,10 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | ValidationStringInput | string | *No description.* | | VerifySslInput | object | *No description.* | | AccountId | double | *No description.* | +| Browsers | string[] | *No description.* | | BypassHeadRequest | object | *No description.* | | DeviceOrientation | string | *No description.* | +| Devices | string[] | *No description.* | | DeviceType | string | *No description.* | | EnableScreenshotOnFailureAndScript | object | *No description.* | | Id | string | *No description.* | @@ -886,6 +904,16 @@ public double AccountIdInput { get; } --- +##### `BrowsersInput`Optional + +```csharp +public string[] BrowsersInput { get; } +``` + +- *Type:* string[] + +--- + ##### `BypassHeadRequestInput`Optional ```csharp @@ -916,6 +944,16 @@ public string DeviceOrientationInput { get; } --- +##### `DevicesInput`Optional + +```csharp +public string[] DevicesInput { get; } +``` + +- *Type:* string[] + +--- + ##### `DeviceTypeInput`Optional ```csharp @@ -1106,6 +1144,16 @@ public double AccountId { get; } --- +##### `Browsers`Required + +```csharp +public string[] Browsers { get; } +``` + +- *Type:* string[] + +--- + ##### `BypassHeadRequest`Required ```csharp @@ -1126,6 +1174,16 @@ public string DeviceOrientation { get; } --- +##### `Devices`Required + +```csharp +public string[] Devices { get; } +``` + +- *Type:* string[] + +--- + ##### `DeviceType`Required ```csharp @@ -1335,9 +1393,11 @@ new SyntheticsMonitorConfig { string Status, string Type, double AccountId = null, + string[] Browsers = null, object BypassHeadRequest = null, object CustomHeader = null, string DeviceOrientation = null, + string[] Devices = null, string DeviceType = null, object EnableScreenshotOnFailureAndScript = null, string Id = null, @@ -1371,12 +1431,14 @@ new SyntheticsMonitorConfig { | Status | string | The monitor status (ENABLED or DISABLED). | | Type | string | The monitor type. Valid values are SIMPLE AND BROWSER. | | AccountId | double | ID of the newrelic account. | +| Browsers | string[] | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | | BypassHeadRequest | object | Bypass HEAD request. | | CustomHeader | object | custom_header block. | | DeviceOrientation | string | The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. | +| Devices | string[] | The multiple devices list on which synthetic monitors will run. | | DeviceType | string | The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. | | EnableScreenshotOnFailureAndScript | object | Capture a screenshot during job execution. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. | | LocationsPrivate | string[] | The locations in which this monitor should be run. | | LocationsPublic | string[] | The locations in which this monitor should be run. | | Period | string | The interval at which this monitor should run. | @@ -1472,7 +1534,7 @@ public string Name { get; set; } The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} --- @@ -1486,7 +1548,7 @@ public string Status { get; set; } The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} --- @@ -1500,7 +1562,7 @@ public string Type { get; set; } The monitor type. Valid values are SIMPLE AND BROWSER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} --- @@ -1514,7 +1576,21 @@ public double AccountId { get; set; } ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} + +--- + +##### `Browsers`Optional + +```csharp +public string[] Browsers { get; set; } +``` + +- *Type:* string[] + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#browsers SyntheticsMonitor#browsers} --- @@ -1528,7 +1604,7 @@ public object BypassHeadRequest { get; set; } Bypass HEAD request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} --- @@ -1542,7 +1618,7 @@ public object CustomHeader { get; set; } custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} --- @@ -1556,7 +1632,23 @@ public string DeviceOrientation { get; set; } The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} + +--- + +##### `Devices`Optional + +```csharp +public string[] Devices { get; set; } +``` + +- *Type:* string[] + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#devices SyntheticsMonitor#devices} --- @@ -1570,7 +1662,7 @@ public string DeviceType { get; set; } The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} --- @@ -1584,7 +1676,7 @@ public object EnableScreenshotOnFailureAndScript { get; set; } Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} --- @@ -1596,7 +1688,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#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. @@ -1613,7 +1705,7 @@ public string[] LocationsPrivate { get; set; } The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} --- @@ -1627,7 +1719,7 @@ public string[] LocationsPublic { get; set; } The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} --- @@ -1643,7 +1735,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} --- @@ -1657,7 +1749,7 @@ public string RuntimeType { get; set; } The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} --- @@ -1671,7 +1763,7 @@ public string RuntimeTypeVersion { get; set; } The specific version of the runtime type selected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} --- @@ -1685,7 +1777,7 @@ public string ScriptLanguage { get; set; } The programing language that should execute the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} --- @@ -1699,7 +1791,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} --- @@ -1713,7 +1805,7 @@ public object TreatRedirectAsFailure { get; set; } Fail the monitor check if redirected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} --- @@ -1727,7 +1819,7 @@ public string Uri { get; set; } The URI for the monitor to hit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} --- @@ -1743,7 +1835,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} --- @@ -1757,7 +1849,7 @@ public string ValidationString { get; set; } The string to validate against in the response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} --- @@ -1771,7 +1863,7 @@ public object VerifySsl { get; set; } Verify SSL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} --- @@ -1807,7 +1899,7 @@ public string Name { get; set; } Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} --- @@ -1821,7 +1913,7 @@ public string Value { get; set; } Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#value SyntheticsMonitor#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#value SyntheticsMonitor#value} --- @@ -1857,7 +1949,7 @@ public string Key { get; set; } Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#key SyntheticsMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#key SyntheticsMonitor#key} --- @@ -1871,7 +1963,7 @@ public string[] Values { get; set; } Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#values SyntheticsMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#values SyntheticsMonitor#values} --- diff --git a/docs/syntheticsMonitor.go.md b/docs/syntheticsMonitor.go.md index 581b9c250..4047588aa 100644 --- a/docs/syntheticsMonitor.go.md +++ b/docs/syntheticsMonitor.go.md @@ -4,7 +4,7 @@ ### SyntheticsMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor newrelic_synthetics_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor newrelic_synthetics_monitor}. #### Initializers @@ -76,9 +76,11 @@ Must be unique amongst siblings in the same scope | PutCustomHeader | *No description.* | | PutTag | *No description.* | | ResetAccountId | *No description.* | +| ResetBrowsers | *No description.* | | ResetBypassHeadRequest | *No description.* | | ResetCustomHeader | *No description.* | | ResetDeviceOrientation | *No description.* | +| ResetDevices | *No description.* | | ResetDeviceType | *No description.* | | ResetEnableScreenshotOnFailureAndScript | *No description.* | | ResetId | *No description.* | @@ -415,6 +417,12 @@ func PutTag(value interface{}) func ResetAccountId() ``` +##### `ResetBrowsers` + +```go +func ResetBrowsers() +``` + ##### `ResetBypassHeadRequest` ```go @@ -433,6 +441,12 @@ func ResetCustomHeader() func ResetDeviceOrientation() ``` +##### `ResetDevices` + +```go +func ResetDevices() +``` + ##### `ResetDeviceType` ```go @@ -626,7 +640,7 @@ The construct id used in the generated config for the SyntheticsMonitor to impor The id of the existing SyntheticsMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#import import section} in the documentation of this resource for the id to use --- @@ -660,9 +674,11 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | PeriodInMinutes | *f64 | *No description.* | | Tag | SyntheticsMonitorTagList | *No description.* | | AccountIdInput | *f64 | *No description.* | +| BrowsersInput | *[]*string | *No description.* | | BypassHeadRequestInput | interface{} | *No description.* | | CustomHeaderInput | interface{} | *No description.* | | DeviceOrientationInput | *string | *No description.* | +| DevicesInput | *[]*string | *No description.* | | DeviceTypeInput | *string | *No description.* | | EnableScreenshotOnFailureAndScriptInput | interface{} | *No description.* | | IdInput | *string | *No description.* | @@ -682,8 +698,10 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | ValidationStringInput | *string | *No description.* | | VerifySslInput | interface{} | *No description.* | | AccountId | *f64 | *No description.* | +| Browsers | *[]*string | *No description.* | | BypassHeadRequest | interface{} | *No description.* | | DeviceOrientation | *string | *No description.* | +| Devices | *[]*string | *No description.* | | DeviceType | *string | *No description.* | | EnableScreenshotOnFailureAndScript | interface{} | *No description.* | | Id | *string | *No description.* | @@ -886,6 +904,16 @@ func AccountIdInput() *f64 --- +##### `BrowsersInput`Optional + +```go +func BrowsersInput() *[]*string +``` + +- *Type:* *[]*string + +--- + ##### `BypassHeadRequestInput`Optional ```go @@ -916,6 +944,16 @@ func DeviceOrientationInput() *string --- +##### `DevicesInput`Optional + +```go +func DevicesInput() *[]*string +``` + +- *Type:* *[]*string + +--- + ##### `DeviceTypeInput`Optional ```go @@ -1106,6 +1144,16 @@ func AccountId() *f64 --- +##### `Browsers`Required + +```go +func Browsers() *[]*string +``` + +- *Type:* *[]*string + +--- + ##### `BypassHeadRequest`Required ```go @@ -1126,6 +1174,16 @@ func DeviceOrientation() *string --- +##### `Devices`Required + +```go +func Devices() *[]*string +``` + +- *Type:* *[]*string + +--- + ##### `DeviceType`Required ```go @@ -1335,9 +1393,11 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonit Status: *string, Type: *string, AccountId: *f64, + Browsers: *[]*string, BypassHeadRequest: interface{}, CustomHeader: interface{}, DeviceOrientation: *string, + Devices: *[]*string, DeviceType: *string, EnableScreenshotOnFailureAndScript: interface{}, Id: *string, @@ -1371,12 +1431,14 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmonit | Status | *string | The monitor status (ENABLED or DISABLED). | | Type | *string | The monitor type. Valid values are SIMPLE AND BROWSER. | | AccountId | *f64 | ID of the newrelic account. | +| Browsers | *[]*string | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | | BypassHeadRequest | interface{} | Bypass HEAD request. | | CustomHeader | interface{} | custom_header block. | | DeviceOrientation | *string | The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. | +| Devices | *[]*string | The multiple devices list on which synthetic monitors will run. | | DeviceType | *string | The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. | | EnableScreenshotOnFailureAndScript | interface{} | Capture a screenshot during job execution. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. | | LocationsPrivate | *[]*string | The locations in which this monitor should be run. | | LocationsPublic | *[]*string | The locations in which this monitor should be run. | | Period | *string | The interval at which this monitor should run. | @@ -1472,7 +1534,7 @@ Name *string The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} --- @@ -1486,7 +1548,7 @@ Status *string The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} --- @@ -1500,7 +1562,7 @@ Type *string The monitor type. Valid values are SIMPLE AND BROWSER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} --- @@ -1514,7 +1576,21 @@ AccountId *f64 ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} + +--- + +##### `Browsers`Optional + +```go +Browsers *[]*string +``` + +- *Type:* *[]*string + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#browsers SyntheticsMonitor#browsers} --- @@ -1528,7 +1604,7 @@ BypassHeadRequest interface{} Bypass HEAD request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} --- @@ -1542,7 +1618,7 @@ CustomHeader interface{} custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} --- @@ -1556,7 +1632,23 @@ DeviceOrientation *string The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} + +--- + +##### `Devices`Optional + +```go +Devices *[]*string +``` + +- *Type:* *[]*string + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#devices SyntheticsMonitor#devices} --- @@ -1570,7 +1662,7 @@ DeviceType *string The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} --- @@ -1584,7 +1676,7 @@ EnableScreenshotOnFailureAndScript interface{} Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} --- @@ -1596,7 +1688,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#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. @@ -1613,7 +1705,7 @@ LocationsPrivate *[]*string The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} --- @@ -1627,7 +1719,7 @@ LocationsPublic *[]*string The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} --- @@ -1643,7 +1735,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} --- @@ -1657,7 +1749,7 @@ RuntimeType *string The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} --- @@ -1671,7 +1763,7 @@ RuntimeTypeVersion *string The specific version of the runtime type selected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} --- @@ -1685,7 +1777,7 @@ ScriptLanguage *string The programing language that should execute the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} --- @@ -1699,7 +1791,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} --- @@ -1713,7 +1805,7 @@ TreatRedirectAsFailure interface{} Fail the monitor check if redirected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} --- @@ -1727,7 +1819,7 @@ Uri *string The URI for the monitor to hit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} --- @@ -1743,7 +1835,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} --- @@ -1757,7 +1849,7 @@ ValidationString *string The string to validate against in the response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} --- @@ -1771,7 +1863,7 @@ VerifySsl interface{} Verify SSL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} --- @@ -1807,7 +1899,7 @@ Name *string Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} --- @@ -1821,7 +1913,7 @@ Value *string Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#value SyntheticsMonitor#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#value SyntheticsMonitor#value} --- @@ -1857,7 +1949,7 @@ Key *string Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#key SyntheticsMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#key SyntheticsMonitor#key} --- @@ -1871,7 +1963,7 @@ Values *[]*string Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#values SyntheticsMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#values SyntheticsMonitor#values} --- diff --git a/docs/syntheticsMonitor.java.md b/docs/syntheticsMonitor.java.md index 685ba52e2..aa9f00e68 100644 --- a/docs/syntheticsMonitor.java.md +++ b/docs/syntheticsMonitor.java.md @@ -4,7 +4,7 @@ ### SyntheticsMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor newrelic_synthetics_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor newrelic_synthetics_monitor}. #### Initializers @@ -27,11 +27,13 @@ SyntheticsMonitor.Builder.create(Construct scope, java.lang.String id) .status(java.lang.String) .type(java.lang.String) // .accountId(java.lang.Number) +// .browsers(java.util.List) // .bypassHeadRequest(java.lang.Boolean) // .bypassHeadRequest(IResolvable) // .customHeader(IResolvable) // .customHeader(java.util.List) // .deviceOrientation(java.lang.String) +// .devices(java.util.List) // .deviceType(java.lang.String) // .enableScreenshotOnFailureAndScript(java.lang.Boolean) // .enableScreenshotOnFailureAndScript(IResolvable) @@ -70,12 +72,14 @@ SyntheticsMonitor.Builder.create(Construct scope, java.lang.String id) | status | java.lang.String | The monitor status (ENABLED or DISABLED). | | type | java.lang.String | The monitor type. Valid values are SIMPLE AND BROWSER. | | accountId | java.lang.Number | ID of the newrelic account. | +| browsers | java.util.List | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | | bypassHeadRequest | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Bypass HEAD request. | | customHeader | com.hashicorp.cdktf.IResolvable OR java.util.List<SyntheticsMonitorCustomHeader> | custom_header block. | | deviceOrientation | java.lang.String | The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. | +| devices | java.util.List | The multiple devices list on which synthetic monitors will run. | | deviceType | java.lang.String | The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. | | enableScreenshotOnFailureAndScript | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Capture a screenshot during job execution. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. | | locationsPrivate | java.util.List | The locations in which this monitor should be run. | | locationsPublic | java.util.List | The locations in which this monitor should be run. | | period | java.lang.String | The interval at which this monitor should run. | @@ -157,7 +161,7 @@ Must be unique amongst siblings in the same scope The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} --- @@ -167,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} --- @@ -177,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The monitor type. Valid values are SIMPLE AND BROWSER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} --- @@ -187,7 +191,17 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} + +--- + +##### `browsers`Optional + +- *Type:* java.util.List + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#browsers SyntheticsMonitor#browsers} --- @@ -197,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Bypass HEAD request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} --- @@ -207,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} --- @@ -217,7 +231,19 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} + +--- + +##### `devices`Optional + +- *Type:* java.util.List + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#devices SyntheticsMonitor#devices} --- @@ -227,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} --- @@ -237,7 +263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} --- @@ -245,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#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. @@ -258,7 +284,7 @@ If you experience problems setting this value it might not be settable. Please t The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} --- @@ -268,7 +294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} --- @@ -280,7 +306,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} --- @@ -290,7 +316,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} --- @@ -300,7 +326,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The specific version of the runtime type selected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} --- @@ -310,7 +336,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The programing language that should execute the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} --- @@ -320,7 +346,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} --- @@ -330,7 +356,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Fail the monitor check if redirected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} --- @@ -340,7 +366,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The URI for the monitor to hit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} --- @@ -352,7 +378,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} --- @@ -362,7 +388,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The string to validate against in the response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} --- @@ -372,7 +398,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Verify SSL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} --- @@ -406,9 +432,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre | putCustomHeader | *No description.* | | putTag | *No description.* | | resetAccountId | *No description.* | +| resetBrowsers | *No description.* | | resetBypassHeadRequest | *No description.* | | resetCustomHeader | *No description.* | | resetDeviceOrientation | *No description.* | +| resetDevices | *No description.* | | resetDeviceType | *No description.* | | resetEnableScreenshotOnFailureAndScript | *No description.* | | resetId | *No description.* | @@ -747,6 +775,12 @@ public void putTag(IResolvable OR java.util.List value) public void resetAccountId() ``` +##### `resetBrowsers` + +```java +public void resetBrowsers() +``` + ##### `resetBypassHeadRequest` ```java @@ -765,6 +799,12 @@ public void resetCustomHeader() public void resetDeviceOrientation() ``` +##### `resetDevices` + +```java +public void resetDevices() +``` + ##### `resetDeviceType` ```java @@ -958,7 +998,7 @@ The construct id used in the generated config for the SyntheticsMonitor to impor The id of the existing SyntheticsMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#import import section} in the documentation of this resource for the id to use --- @@ -992,9 +1032,11 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | periodInMinutes | java.lang.Number | *No description.* | | tag | SyntheticsMonitorTagList | *No description.* | | accountIdInput | java.lang.Number | *No description.* | +| browsersInput | java.util.List | *No description.* | | bypassHeadRequestInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | customHeaderInput | com.hashicorp.cdktf.IResolvable OR java.util.List<SyntheticsMonitorCustomHeader> | *No description.* | | deviceOrientationInput | java.lang.String | *No description.* | +| devicesInput | java.util.List | *No description.* | | deviceTypeInput | java.lang.String | *No description.* | | enableScreenshotOnFailureAndScriptInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | idInput | java.lang.String | *No description.* | @@ -1014,8 +1056,10 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | validationStringInput | java.lang.String | *No description.* | | verifySslInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | accountId | java.lang.Number | *No description.* | +| browsers | java.util.List | *No description.* | | bypassHeadRequest | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | deviceOrientation | java.lang.String | *No description.* | +| devices | java.util.List | *No description.* | | deviceType | java.lang.String | *No description.* | | enableScreenshotOnFailureAndScript | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | id | java.lang.String | *No description.* | @@ -1218,6 +1262,16 @@ public java.lang.Number getAccountIdInput(); --- +##### `browsersInput`Optional + +```java +public java.util.List getBrowsersInput(); +``` + +- *Type:* java.util.List + +--- + ##### `bypassHeadRequestInput`Optional ```java @@ -1248,6 +1302,16 @@ public java.lang.String getDeviceOrientationInput(); --- +##### `devicesInput`Optional + +```java +public java.util.List getDevicesInput(); +``` + +- *Type:* java.util.List + +--- + ##### `deviceTypeInput`Optional ```java @@ -1438,6 +1502,16 @@ public java.lang.Number getAccountId(); --- +##### `browsers`Required + +```java +public java.util.List getBrowsers(); +``` + +- *Type:* java.util.List + +--- + ##### `bypassHeadRequest`Required ```java @@ -1458,6 +1532,16 @@ public java.lang.String getDeviceOrientation(); --- +##### `devices`Required + +```java +public java.util.List getDevices(); +``` + +- *Type:* java.util.List + +--- + ##### `deviceType`Required ```java @@ -1671,11 +1755,13 @@ SyntheticsMonitorConfig.builder() .status(java.lang.String) .type(java.lang.String) // .accountId(java.lang.Number) +// .browsers(java.util.List) // .bypassHeadRequest(java.lang.Boolean) // .bypassHeadRequest(IResolvable) // .customHeader(IResolvable) // .customHeader(java.util.List) // .deviceOrientation(java.lang.String) +// .devices(java.util.List) // .deviceType(java.lang.String) // .enableScreenshotOnFailureAndScript(java.lang.Boolean) // .enableScreenshotOnFailureAndScript(IResolvable) @@ -1714,12 +1800,14 @@ SyntheticsMonitorConfig.builder() | status | java.lang.String | The monitor status (ENABLED or DISABLED). | | type | java.lang.String | The monitor type. Valid values are SIMPLE AND BROWSER. | | accountId | java.lang.Number | ID of the newrelic account. | +| browsers | java.util.List | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | | bypassHeadRequest | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Bypass HEAD request. | | customHeader | com.hashicorp.cdktf.IResolvable OR java.util.List<SyntheticsMonitorCustomHeader> | custom_header block. | | deviceOrientation | java.lang.String | The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. | +| devices | java.util.List | The multiple devices list on which synthetic monitors will run. | | deviceType | java.lang.String | The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. | | enableScreenshotOnFailureAndScript | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Capture a screenshot during job execution. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. | | locationsPrivate | java.util.List | The locations in which this monitor should be run. | | locationsPublic | java.util.List | The locations in which this monitor should be run. | | period | java.lang.String | The interval at which this monitor should run. | @@ -1815,7 +1903,7 @@ public java.lang.String getName(); The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} --- @@ -1829,7 +1917,7 @@ public java.lang.String getStatus(); The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} --- @@ -1843,7 +1931,7 @@ public java.lang.String getType(); The monitor type. Valid values are SIMPLE AND BROWSER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} --- @@ -1857,7 +1945,21 @@ public java.lang.Number getAccountId(); ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} + +--- + +##### `browsers`Optional + +```java +public java.util.List getBrowsers(); +``` + +- *Type:* java.util.List + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#browsers SyntheticsMonitor#browsers} --- @@ -1871,7 +1973,7 @@ public java.lang.Object getBypassHeadRequest(); Bypass HEAD request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} --- @@ -1885,7 +1987,7 @@ public java.lang.Object getCustomHeader(); custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} --- @@ -1899,7 +2001,23 @@ public java.lang.String getDeviceOrientation(); The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} + +--- + +##### `devices`Optional + +```java +public java.util.List getDevices(); +``` + +- *Type:* java.util.List + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#devices SyntheticsMonitor#devices} --- @@ -1913,7 +2031,7 @@ public java.lang.String getDeviceType(); The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} --- @@ -1927,7 +2045,7 @@ public java.lang.Object getEnableScreenshotOnFailureAndScript(); Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} --- @@ -1939,7 +2057,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#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. @@ -1956,7 +2074,7 @@ public java.util.List getLocationsPrivate(); The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} --- @@ -1970,7 +2088,7 @@ public java.util.List getLocationsPublic(); The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} --- @@ -1986,7 +2104,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} --- @@ -2000,7 +2118,7 @@ public java.lang.String getRuntimeType(); The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} --- @@ -2014,7 +2132,7 @@ public java.lang.String getRuntimeTypeVersion(); The specific version of the runtime type selected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} --- @@ -2028,7 +2146,7 @@ public java.lang.String getScriptLanguage(); The programing language that should execute the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} --- @@ -2042,7 +2160,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} --- @@ -2056,7 +2174,7 @@ public java.lang.Object getTreatRedirectAsFailure(); Fail the monitor check if redirected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} --- @@ -2070,7 +2188,7 @@ public java.lang.String getUri(); The URI for the monitor to hit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} --- @@ -2086,7 +2204,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} --- @@ -2100,7 +2218,7 @@ public java.lang.String getValidationString(); The string to validate against in the response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} --- @@ -2114,7 +2232,7 @@ public java.lang.Object getVerifySsl(); Verify SSL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} --- @@ -2150,7 +2268,7 @@ public java.lang.String getName(); Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} --- @@ -2164,7 +2282,7 @@ public java.lang.String getValue(); Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#value SyntheticsMonitor#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#value SyntheticsMonitor#value} --- @@ -2200,7 +2318,7 @@ public java.lang.String getKey(); Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#key SyntheticsMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#key SyntheticsMonitor#key} --- @@ -2214,7 +2332,7 @@ public java.util.List getValues(); Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#values SyntheticsMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#values SyntheticsMonitor#values} --- diff --git a/docs/syntheticsMonitor.python.md b/docs/syntheticsMonitor.python.md index 8653d7faa..c1d1de5d1 100644 --- a/docs/syntheticsMonitor.python.md +++ b/docs/syntheticsMonitor.python.md @@ -4,7 +4,7 @@ ### SyntheticsMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor newrelic_synthetics_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor newrelic_synthetics_monitor}. #### Initializers @@ -25,9 +25,11 @@ syntheticsMonitor.SyntheticsMonitor( status: str, type: str, account_id: typing.Union[int, float] = None, + browsers: typing.List[str] = None, bypass_head_request: typing.Union[bool, IResolvable] = None, custom_header: typing.Union[IResolvable, typing.List[SyntheticsMonitorCustomHeader]] = None, device_orientation: str = None, + devices: typing.List[str] = None, device_type: str = None, enable_screenshot_on_failure_and_script: typing.Union[bool, IResolvable] = None, id: str = None, @@ -61,12 +63,14 @@ syntheticsMonitor.SyntheticsMonitor( | status | str | The monitor status (ENABLED or DISABLED). | | type | str | The monitor type. Valid values are SIMPLE AND BROWSER. | | account_id | typing.Union[int, float] | ID of the newrelic account. | +| browsers | typing.List[str] | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | | bypass_head_request | typing.Union[bool, cdktf.IResolvable] | Bypass HEAD request. | | custom_header | typing.Union[cdktf.IResolvable, typing.List[SyntheticsMonitorCustomHeader]] | custom_header block. | | device_orientation | str | The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. | +| devices | typing.List[str] | The multiple devices list on which synthetic monitors will run. | | device_type | str | The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. | | enable_screenshot_on_failure_and_script | typing.Union[bool, cdktf.IResolvable] | Capture a screenshot during job execution. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. | | locations_private | typing.List[str] | The locations in which this monitor should be run. | | locations_public | typing.List[str] | The locations in which this monitor should be run. | | period | str | The interval at which this monitor should run. | @@ -148,7 +152,7 @@ Must be unique amongst siblings in the same scope The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} --- @@ -158,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} --- @@ -168,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The monitor type. Valid values are SIMPLE AND BROWSER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} --- @@ -178,7 +182,17 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} + +--- + +##### `browsers`Optional + +- *Type:* typing.List[str] + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#browsers SyntheticsMonitor#browsers} --- @@ -188,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Bypass HEAD request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} --- @@ -198,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} --- @@ -208,7 +222,19 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} + +--- + +##### `devices`Optional + +- *Type:* typing.List[str] + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#devices SyntheticsMonitor#devices} --- @@ -218,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} --- @@ -228,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} --- @@ -236,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#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. @@ -249,7 +275,7 @@ If you experience problems setting this value it might not be settable. Please t The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} --- @@ -259,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} --- @@ -271,7 +297,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} --- @@ -281,7 +307,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} --- @@ -291,7 +317,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The specific version of the runtime type selected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} --- @@ -301,7 +327,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The programing language that should execute the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} --- @@ -311,7 +337,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} --- @@ -321,7 +347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Fail the monitor check if redirected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} --- @@ -331,7 +357,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The URI for the monitor to hit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} --- @@ -343,7 +369,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} --- @@ -353,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The string to validate against in the response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} --- @@ -363,7 +389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Verify SSL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} --- @@ -397,9 +423,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre | put_custom_header | *No description.* | | put_tag | *No description.* | | reset_account_id | *No description.* | +| reset_browsers | *No description.* | | reset_bypass_head_request | *No description.* | | reset_custom_header | *No description.* | | reset_device_orientation | *No description.* | +| reset_devices | *No description.* | | reset_device_type | *No description.* | | reset_enable_screenshot_on_failure_and_script | *No description.* | | reset_id | *No description.* | @@ -777,6 +805,12 @@ def put_tag( def reset_account_id() -> None ``` +##### `reset_browsers` + +```python +def reset_browsers() -> None +``` + ##### `reset_bypass_head_request` ```python @@ -795,6 +829,12 @@ def reset_custom_header() -> None def reset_device_orientation() -> None ``` +##### `reset_devices` + +```python +def reset_devices() -> None +``` + ##### `reset_device_type` ```python @@ -999,7 +1039,7 @@ The construct id used in the generated config for the SyntheticsMonitor to impor The id of the existing SyntheticsMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1033,9 +1073,11 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | period_in_minutes | typing.Union[int, float] | *No description.* | | tag | SyntheticsMonitorTagList | *No description.* | | account_id_input | typing.Union[int, float] | *No description.* | +| browsers_input | typing.List[str] | *No description.* | | bypass_head_request_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | custom_header_input | typing.Union[cdktf.IResolvable, typing.List[SyntheticsMonitorCustomHeader]] | *No description.* | | device_orientation_input | str | *No description.* | +| devices_input | typing.List[str] | *No description.* | | device_type_input | str | *No description.* | | enable_screenshot_on_failure_and_script_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | id_input | str | *No description.* | @@ -1055,8 +1097,10 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | validation_string_input | str | *No description.* | | verify_ssl_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | account_id | typing.Union[int, float] | *No description.* | +| browsers | typing.List[str] | *No description.* | | bypass_head_request | typing.Union[bool, cdktf.IResolvable] | *No description.* | | device_orientation | str | *No description.* | +| devices | typing.List[str] | *No description.* | | device_type | str | *No description.* | | enable_screenshot_on_failure_and_script | typing.Union[bool, cdktf.IResolvable] | *No description.* | | id | str | *No description.* | @@ -1259,6 +1303,16 @@ account_id_input: typing.Union[int, float] --- +##### `browsers_input`Optional + +```python +browsers_input: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + ##### `bypass_head_request_input`Optional ```python @@ -1289,6 +1343,16 @@ device_orientation_input: str --- +##### `devices_input`Optional + +```python +devices_input: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + ##### `device_type_input`Optional ```python @@ -1479,6 +1543,16 @@ account_id: typing.Union[int, float] --- +##### `browsers`Required + +```python +browsers: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + ##### `bypass_head_request`Required ```python @@ -1499,6 +1573,16 @@ device_orientation: str --- +##### `devices`Required + +```python +devices: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + ##### `device_type`Required ```python @@ -1708,9 +1792,11 @@ syntheticsMonitor.SyntheticsMonitorConfig( status: str, type: str, account_id: typing.Union[int, float] = None, + browsers: typing.List[str] = None, bypass_head_request: typing.Union[bool, IResolvable] = None, custom_header: typing.Union[IResolvable, typing.List[SyntheticsMonitorCustomHeader]] = None, device_orientation: str = None, + devices: typing.List[str] = None, device_type: str = None, enable_screenshot_on_failure_and_script: typing.Union[bool, IResolvable] = None, id: str = None, @@ -1744,12 +1830,14 @@ syntheticsMonitor.SyntheticsMonitorConfig( | status | str | The monitor status (ENABLED or DISABLED). | | type | str | The monitor type. Valid values are SIMPLE AND BROWSER. | | account_id | typing.Union[int, float] | ID of the newrelic account. | +| browsers | typing.List[str] | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | | bypass_head_request | typing.Union[bool, cdktf.IResolvable] | Bypass HEAD request. | | custom_header | typing.Union[cdktf.IResolvable, typing.List[SyntheticsMonitorCustomHeader]] | custom_header block. | | device_orientation | str | The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. | +| devices | typing.List[str] | The multiple devices list on which synthetic monitors will run. | | device_type | str | The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. | | enable_screenshot_on_failure_and_script | typing.Union[bool, cdktf.IResolvable] | Capture a screenshot during job execution. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. | | locations_private | typing.List[str] | The locations in which this monitor should be run. | | locations_public | typing.List[str] | The locations in which this monitor should be run. | | period | str | The interval at which this monitor should run. | @@ -1845,7 +1933,7 @@ name: str The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} --- @@ -1859,7 +1947,7 @@ status: str The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} --- @@ -1873,7 +1961,7 @@ type: str The monitor type. Valid values are SIMPLE AND BROWSER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} --- @@ -1887,7 +1975,21 @@ account_id: typing.Union[int, float] ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} + +--- + +##### `browsers`Optional + +```python +browsers: typing.List[str] +``` + +- *Type:* typing.List[str] + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#browsers SyntheticsMonitor#browsers} --- @@ -1901,7 +2003,7 @@ bypass_head_request: typing.Union[bool, IResolvable] Bypass HEAD request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} --- @@ -1915,7 +2017,7 @@ custom_header: typing.Union[IResolvable, typing.List[SyntheticsMonitorCustomHead custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} --- @@ -1929,7 +2031,23 @@ device_orientation: str The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} + +--- + +##### `devices`Optional + +```python +devices: typing.List[str] +``` + +- *Type:* typing.List[str] + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#devices SyntheticsMonitor#devices} --- @@ -1943,7 +2061,7 @@ device_type: str The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} --- @@ -1957,7 +2075,7 @@ enable_screenshot_on_failure_and_script: typing.Union[bool, IResolvable] Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} --- @@ -1969,7 +2087,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#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. @@ -1986,7 +2104,7 @@ locations_private: typing.List[str] The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} --- @@ -2000,7 +2118,7 @@ locations_public: typing.List[str] The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} --- @@ -2016,7 +2134,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} --- @@ -2030,7 +2148,7 @@ runtime_type: str The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} --- @@ -2044,7 +2162,7 @@ runtime_type_version: str The specific version of the runtime type selected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} --- @@ -2058,7 +2176,7 @@ script_language: str The programing language that should execute the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} --- @@ -2072,7 +2190,7 @@ tag: typing.Union[IResolvable, typing.List[SyntheticsMonitorTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} --- @@ -2086,7 +2204,7 @@ treat_redirect_as_failure: typing.Union[bool, IResolvable] Fail the monitor check if redirected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} --- @@ -2100,7 +2218,7 @@ uri: str The URI for the monitor to hit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} --- @@ -2116,7 +2234,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} --- @@ -2130,7 +2248,7 @@ validation_string: str The string to validate against in the response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} --- @@ -2144,7 +2262,7 @@ verify_ssl: typing.Union[bool, IResolvable] Verify SSL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} --- @@ -2180,7 +2298,7 @@ name: str Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} --- @@ -2194,7 +2312,7 @@ value: str Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#value SyntheticsMonitor#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#value SyntheticsMonitor#value} --- @@ -2230,7 +2348,7 @@ key: str Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#key SyntheticsMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#key SyntheticsMonitor#key} --- @@ -2244,7 +2362,7 @@ values: typing.List[str] Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#values SyntheticsMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#values SyntheticsMonitor#values} --- diff --git a/docs/syntheticsMonitor.typescript.md b/docs/syntheticsMonitor.typescript.md index d7396d6aa..396e004fe 100644 --- a/docs/syntheticsMonitor.typescript.md +++ b/docs/syntheticsMonitor.typescript.md @@ -4,7 +4,7 @@ ### SyntheticsMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor newrelic_synthetics_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor newrelic_synthetics_monitor}. #### Initializers @@ -76,9 +76,11 @@ Must be unique amongst siblings in the same scope | putCustomHeader | *No description.* | | putTag | *No description.* | | resetAccountId | *No description.* | +| resetBrowsers | *No description.* | | resetBypassHeadRequest | *No description.* | | resetCustomHeader | *No description.* | | resetDeviceOrientation | *No description.* | +| resetDevices | *No description.* | | resetDeviceType | *No description.* | | resetEnableScreenshotOnFailureAndScript | *No description.* | | resetId | *No description.* | @@ -415,6 +417,12 @@ public putTag(value: IResolvable | SyntheticsMonitorTag[]): void public resetAccountId(): void ``` +##### `resetBrowsers` + +```typescript +public resetBrowsers(): void +``` + ##### `resetBypassHeadRequest` ```typescript @@ -433,6 +441,12 @@ public resetCustomHeader(): void public resetDeviceOrientation(): void ``` +##### `resetDevices` + +```typescript +public resetDevices(): void +``` + ##### `resetDeviceType` ```typescript @@ -626,7 +640,7 @@ The construct id used in the generated config for the SyntheticsMonitor to impor The id of the existing SyntheticsMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#import import section} in the documentation of this resource for the id to use --- @@ -660,9 +674,11 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | periodInMinutes | number | *No description.* | | tag | SyntheticsMonitorTagList | *No description.* | | accountIdInput | number | *No description.* | +| browsersInput | string[] | *No description.* | | bypassHeadRequestInput | boolean \| cdktf.IResolvable | *No description.* | | customHeaderInput | cdktf.IResolvable \| SyntheticsMonitorCustomHeader[] | *No description.* | | deviceOrientationInput | string | *No description.* | +| devicesInput | string[] | *No description.* | | deviceTypeInput | string | *No description.* | | enableScreenshotOnFailureAndScriptInput | boolean \| cdktf.IResolvable | *No description.* | | idInput | string | *No description.* | @@ -682,8 +698,10 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | validationStringInput | string | *No description.* | | verifySslInput | boolean \| cdktf.IResolvable | *No description.* | | accountId | number | *No description.* | +| browsers | string[] | *No description.* | | bypassHeadRequest | boolean \| cdktf.IResolvable | *No description.* | | deviceOrientation | string | *No description.* | +| devices | string[] | *No description.* | | deviceType | string | *No description.* | | enableScreenshotOnFailureAndScript | boolean \| cdktf.IResolvable | *No description.* | | id | string | *No description.* | @@ -886,6 +904,16 @@ public readonly accountIdInput: number; --- +##### `browsersInput`Optional + +```typescript +public readonly browsersInput: string[]; +``` + +- *Type:* string[] + +--- + ##### `bypassHeadRequestInput`Optional ```typescript @@ -916,6 +944,16 @@ public readonly deviceOrientationInput: string; --- +##### `devicesInput`Optional + +```typescript +public readonly devicesInput: string[]; +``` + +- *Type:* string[] + +--- + ##### `deviceTypeInput`Optional ```typescript @@ -1106,6 +1144,16 @@ public readonly accountId: number; --- +##### `browsers`Required + +```typescript +public readonly browsers: string[]; +``` + +- *Type:* string[] + +--- + ##### `bypassHeadRequest`Required ```typescript @@ -1126,6 +1174,16 @@ public readonly deviceOrientation: string; --- +##### `devices`Required + +```typescript +public readonly devices: string[]; +``` + +- *Type:* string[] + +--- + ##### `deviceType`Required ```typescript @@ -1341,12 +1399,14 @@ const syntheticsMonitorConfig: syntheticsMonitor.SyntheticsMonitorConfig = { ... | status | string | The monitor status (ENABLED or DISABLED). | | type | string | The monitor type. Valid values are SIMPLE AND BROWSER. | | accountId | number | ID of the newrelic account. | +| browsers | string[] | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | | bypassHeadRequest | boolean \| cdktf.IResolvable | Bypass HEAD request. | | customHeader | cdktf.IResolvable \| SyntheticsMonitorCustomHeader[] | custom_header block. | | deviceOrientation | string | The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. | +| devices | string[] | The multiple devices list on which synthetic monitors will run. | | deviceType | string | The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. | | enableScreenshotOnFailureAndScript | boolean \| cdktf.IResolvable | Capture a screenshot during job execution. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. | | locationsPrivate | string[] | The locations in which this monitor should be run. | | locationsPublic | string[] | The locations in which this monitor should be run. | | period | string | The interval at which this monitor should run. | @@ -1442,7 +1502,7 @@ public readonly name: string; The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} --- @@ -1456,7 +1516,7 @@ public readonly status: string; The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} --- @@ -1470,7 +1530,7 @@ public readonly type: string; The monitor type. Valid values are SIMPLE AND BROWSER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} --- @@ -1484,7 +1544,21 @@ public readonly accountId: number; ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} + +--- + +##### `browsers`Optional + +```typescript +public readonly browsers: string[]; +``` + +- *Type:* string[] + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#browsers SyntheticsMonitor#browsers} --- @@ -1498,7 +1572,7 @@ public readonly bypassHeadRequest: boolean | IResolvable; Bypass HEAD request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} --- @@ -1512,7 +1586,7 @@ public readonly customHeader: IResolvable | SyntheticsMonitorCustomHeader[]; custom_header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} --- @@ -1526,7 +1600,23 @@ public readonly deviceOrientation: string; The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} + +--- + +##### `devices`Optional + +```typescript +public readonly devices: string[]; +``` + +- *Type:* string[] + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#devices SyntheticsMonitor#devices} --- @@ -1540,7 +1630,7 @@ public readonly deviceType: string; The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} --- @@ -1554,7 +1644,7 @@ public readonly enableScreenshotOnFailureAndScript: boolean | IResolvable; Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} --- @@ -1566,7 +1656,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#id SyntheticsMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#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. @@ -1583,7 +1673,7 @@ public readonly locationsPrivate: string[]; The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} --- @@ -1597,7 +1687,7 @@ public readonly locationsPublic: string[]; The locations in which this monitor should be run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} --- @@ -1613,7 +1703,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} --- @@ -1627,7 +1717,7 @@ public readonly runtimeType: string; The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} --- @@ -1641,7 +1731,7 @@ public readonly runtimeTypeVersion: string; The specific version of the runtime type selected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} --- @@ -1655,7 +1745,7 @@ public readonly scriptLanguage: string; The programing language that should execute the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} --- @@ -1669,7 +1759,7 @@ public readonly tag: IResolvable | SyntheticsMonitorTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} --- @@ -1683,7 +1773,7 @@ public readonly treatRedirectAsFailure: boolean | IResolvable; Fail the monitor check if redirected. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} --- @@ -1697,7 +1787,7 @@ public readonly uri: string; The URI for the monitor to hit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} --- @@ -1713,7 +1803,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} --- @@ -1727,7 +1817,7 @@ public readonly validationString: string; The string to validate against in the response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} --- @@ -1741,7 +1831,7 @@ public readonly verifySsl: boolean | IResolvable; Verify SSL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} --- @@ -1774,7 +1864,7 @@ public readonly name: string; Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} --- @@ -1788,7 +1878,7 @@ public readonly value: string; Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#value SyntheticsMonitor#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#value SyntheticsMonitor#value} --- @@ -1821,7 +1911,7 @@ public readonly key: string; Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#key SyntheticsMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#key SyntheticsMonitor#key} --- @@ -1835,7 +1925,7 @@ public readonly values: string[]; Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#values SyntheticsMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#values SyntheticsMonitor#values} --- diff --git a/docs/syntheticsMultilocationAlertCondition.csharp.md b/docs/syntheticsMultilocationAlertCondition.csharp.md index 137b0fae3..1da7edd2a 100644 --- a/docs/syntheticsMultilocationAlertCondition.csharp.md +++ b/docs/syntheticsMultilocationAlertCondition.csharp.md @@ -4,7 +4,7 @@ ### SyntheticsMultilocationAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition}. #### Initializers @@ -528,7 +528,7 @@ The construct id used in the generated config for the SyntheticsMultilocationAle The id of the existing SyntheticsMultilocationAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -975,7 +975,7 @@ new SyntheticsMultilocationAlertConditionConfig { | Name | string | The title of this condition. | | PolicyId | double | The ID of the policy where this condition will be used. | | Enabled | object | Set whether to enable the alert condition. Defaults to true. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. | | RunbookUrl | string | Runbook URL to display in notifications. | | ViolationTimeLimitSeconds | double | Sets a time limit, in seconds, that will automatically force-close a long-lasting incident after the time limit you select. | | Warning | SyntheticsMultilocationAlertConditionWarning | warning block. | @@ -1062,7 +1062,7 @@ public SyntheticsMultilocationAlertConditionCritical Critical { get; set; } critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} --- @@ -1076,7 +1076,7 @@ public string[] Entities { get; set; } The GUIDs of the Synthetics monitors to alert on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} --- @@ -1090,7 +1090,7 @@ public string Name { get; set; } The title of this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} --- @@ -1104,7 +1104,7 @@ public double PolicyId { get; set; } The ID of the policy where this condition will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} --- @@ -1118,7 +1118,7 @@ public object Enabled { get; set; } Set whether to enable the alert condition. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} --- @@ -1130,7 +1130,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#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. @@ -1147,7 +1147,7 @@ public string RunbookUrl { get; set; } Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} --- @@ -1163,7 +1163,7 @@ Sets a time limit, in seconds, that will automatically force-close a long-lastin Must be in the range of 300 to 2592000 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} --- @@ -1177,7 +1177,7 @@ public SyntheticsMultilocationAlertConditionWarning Warning { get; set; } warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} --- @@ -1211,7 +1211,7 @@ public double Threshold { get; set; } The minimum number of monitor locations that must be concurrently failing before an incident is opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} --- @@ -1245,7 +1245,7 @@ public double Threshold { get; set; } The minimum number of monitor locations that must be concurrently failing before an incident is opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} --- diff --git a/docs/syntheticsMultilocationAlertCondition.go.md b/docs/syntheticsMultilocationAlertCondition.go.md index a0aa3c780..a7e4c21b9 100644 --- a/docs/syntheticsMultilocationAlertCondition.go.md +++ b/docs/syntheticsMultilocationAlertCondition.go.md @@ -4,7 +4,7 @@ ### SyntheticsMultilocationAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition}. #### Initializers @@ -528,7 +528,7 @@ The construct id used in the generated config for the SyntheticsMultilocationAle The id of the existing SyntheticsMultilocationAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -975,7 +975,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsmulti | Name | *string | The title of this condition. | | PolicyId | *f64 | The ID of the policy where this condition will be used. | | Enabled | interface{} | Set whether to enable the alert condition. Defaults to true. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. | | RunbookUrl | *string | Runbook URL to display in notifications. | | ViolationTimeLimitSeconds | *f64 | Sets a time limit, in seconds, that will automatically force-close a long-lasting incident after the time limit you select. | | Warning | SyntheticsMultilocationAlertConditionWarning | warning block. | @@ -1062,7 +1062,7 @@ Critical SyntheticsMultilocationAlertConditionCritical critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} --- @@ -1076,7 +1076,7 @@ Entities *[]*string The GUIDs of the Synthetics monitors to alert on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} --- @@ -1090,7 +1090,7 @@ Name *string The title of this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} --- @@ -1104,7 +1104,7 @@ PolicyId *f64 The ID of the policy where this condition will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} --- @@ -1118,7 +1118,7 @@ Enabled interface{} Set whether to enable the alert condition. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} --- @@ -1130,7 +1130,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#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. @@ -1147,7 +1147,7 @@ RunbookUrl *string Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} --- @@ -1163,7 +1163,7 @@ Sets a time limit, in seconds, that will automatically force-close a long-lastin Must be in the range of 300 to 2592000 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} --- @@ -1177,7 +1177,7 @@ Warning SyntheticsMultilocationAlertConditionWarning warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} --- @@ -1211,7 +1211,7 @@ Threshold *f64 The minimum number of monitor locations that must be concurrently failing before an incident is opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} --- @@ -1245,7 +1245,7 @@ Threshold *f64 The minimum number of monitor locations that must be concurrently failing before an incident is opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} --- diff --git a/docs/syntheticsMultilocationAlertCondition.java.md b/docs/syntheticsMultilocationAlertCondition.java.md index f9f02c5e3..4777510dd 100644 --- a/docs/syntheticsMultilocationAlertCondition.java.md +++ b/docs/syntheticsMultilocationAlertCondition.java.md @@ -4,7 +4,7 @@ ### SyntheticsMultilocationAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition}. #### Initializers @@ -52,7 +52,7 @@ SyntheticsMultilocationAlertCondition.Builder.create(Construct scope, java.lang. | name | java.lang.String | The title of this condition. | | policyId | java.lang.Number | The ID of the policy where this condition will be used. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set whether to enable the alert condition. Defaults to true. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. | | runbookUrl | java.lang.String | Runbook URL to display in notifications. | | violationTimeLimitSeconds | java.lang.Number | Sets a time limit, in seconds, that will automatically force-close a long-lasting incident after the time limit you select. | | warning | SyntheticsMultilocationAlertConditionWarning | warning block. | @@ -125,7 +125,7 @@ Must be unique amongst siblings in the same scope critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The GUIDs of the Synthetics monitors to alert on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The title of this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the policy where this condition will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Set whether to enable the alert condition. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#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. @@ -186,7 +186,7 @@ If you experience problems setting this value it might not be settable. Please t Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} --- @@ -198,7 +198,7 @@ Sets a time limit, in seconds, that will automatically force-close a long-lastin Must be in the range of 300 to 2592000 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} --- @@ -696,7 +696,7 @@ The construct id used in the generated config for the SyntheticsMultilocationAle The id of the existing SyntheticsMultilocationAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1148,7 +1148,7 @@ SyntheticsMultilocationAlertConditionConfig.builder() | name | java.lang.String | The title of this condition. | | policyId | java.lang.Number | The ID of the policy where this condition will be used. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set whether to enable the alert condition. Defaults to true. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. | | runbookUrl | java.lang.String | Runbook URL to display in notifications. | | violationTimeLimitSeconds | java.lang.Number | Sets a time limit, in seconds, that will automatically force-close a long-lasting incident after the time limit you select. | | warning | SyntheticsMultilocationAlertConditionWarning | warning block. | @@ -1235,7 +1235,7 @@ public SyntheticsMultilocationAlertConditionCritical getCritical(); critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} --- @@ -1249,7 +1249,7 @@ public java.util.List getEntities(); The GUIDs of the Synthetics monitors to alert on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} --- @@ -1263,7 +1263,7 @@ public java.lang.String getName(); The title of this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} --- @@ -1277,7 +1277,7 @@ public java.lang.Number getPolicyId(); The ID of the policy where this condition will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} --- @@ -1291,7 +1291,7 @@ public java.lang.Object getEnabled(); Set whether to enable the alert condition. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} --- @@ -1303,7 +1303,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#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. @@ -1320,7 +1320,7 @@ public java.lang.String getRunbookUrl(); Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} --- @@ -1336,7 +1336,7 @@ Sets a time limit, in seconds, that will automatically force-close a long-lastin Must be in the range of 300 to 2592000 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} --- @@ -1350,7 +1350,7 @@ public SyntheticsMultilocationAlertConditionWarning getWarning(); warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} --- @@ -1384,7 +1384,7 @@ public java.lang.Number getThreshold(); The minimum number of monitor locations that must be concurrently failing before an incident is opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} --- @@ -1418,7 +1418,7 @@ public java.lang.Number getThreshold(); The minimum number of monitor locations that must be concurrently failing before an incident is opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} --- diff --git a/docs/syntheticsMultilocationAlertCondition.python.md b/docs/syntheticsMultilocationAlertCondition.python.md index c66ee2ce8..66cd1221c 100644 --- a/docs/syntheticsMultilocationAlertCondition.python.md +++ b/docs/syntheticsMultilocationAlertCondition.python.md @@ -4,7 +4,7 @@ ### SyntheticsMultilocationAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition}. #### Initializers @@ -49,7 +49,7 @@ syntheticsMultilocationAlertCondition.SyntheticsMultilocationAlertCondition( | name | str | The title of this condition. | | policy_id | typing.Union[int, float] | The ID of the policy where this condition will be used. | | enabled | typing.Union[bool, cdktf.IResolvable] | Set whether to enable the alert condition. Defaults to true. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. | | runbook_url | str | Runbook URL to display in notifications. | | violation_time_limit_seconds | typing.Union[int, float] | Sets a time limit, in seconds, that will automatically force-close a long-lasting incident after the time limit you select. | | warning | SyntheticsMultilocationAlertConditionWarning | warning block. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The GUIDs of the Synthetics monitors to alert on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The title of this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the policy where this condition will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Set whether to enable the alert condition. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#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. @@ -183,7 +183,7 @@ If you experience problems setting this value it might not be settable. Please t Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} --- @@ -195,7 +195,7 @@ Sets a time limit, in seconds, that will automatically force-close a long-lastin Must be in the range of 300 to 2592000 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} --- @@ -585,7 +585,7 @@ def put_critical( The minimum number of monitor locations that must be concurrently failing before an incident is opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} --- @@ -603,7 +603,7 @@ def put_warning( The minimum number of monitor locations that must be concurrently failing before an incident is opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} --- @@ -751,7 +751,7 @@ The construct id used in the generated config for the SyntheticsMultilocationAle The id of the existing SyntheticsMultilocationAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -1198,7 +1198,7 @@ syntheticsMultilocationAlertCondition.SyntheticsMultilocationAlertConditionConfi | name | str | The title of this condition. | | policy_id | typing.Union[int, float] | The ID of the policy where this condition will be used. | | enabled | typing.Union[bool, cdktf.IResolvable] | Set whether to enable the alert condition. Defaults to true. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. | | runbook_url | str | Runbook URL to display in notifications. | | violation_time_limit_seconds | typing.Union[int, float] | Sets a time limit, in seconds, that will automatically force-close a long-lasting incident after the time limit you select. | | warning | SyntheticsMultilocationAlertConditionWarning | warning block. | @@ -1285,7 +1285,7 @@ critical: SyntheticsMultilocationAlertConditionCritical critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} --- @@ -1299,7 +1299,7 @@ entities: typing.List[str] The GUIDs of the Synthetics monitors to alert on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} --- @@ -1313,7 +1313,7 @@ name: str The title of this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} --- @@ -1327,7 +1327,7 @@ policy_id: typing.Union[int, float] The ID of the policy where this condition will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} --- @@ -1341,7 +1341,7 @@ enabled: typing.Union[bool, IResolvable] Set whether to enable the alert condition. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} --- @@ -1353,7 +1353,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#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. @@ -1370,7 +1370,7 @@ runbook_url: str Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} --- @@ -1386,7 +1386,7 @@ Sets a time limit, in seconds, that will automatically force-close a long-lastin Must be in the range of 300 to 2592000 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} --- @@ -1400,7 +1400,7 @@ warning: SyntheticsMultilocationAlertConditionWarning warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} --- @@ -1434,7 +1434,7 @@ threshold: typing.Union[int, float] The minimum number of monitor locations that must be concurrently failing before an incident is opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} --- @@ -1468,7 +1468,7 @@ threshold: typing.Union[int, float] The minimum number of monitor locations that must be concurrently failing before an incident is opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} --- diff --git a/docs/syntheticsMultilocationAlertCondition.typescript.md b/docs/syntheticsMultilocationAlertCondition.typescript.md index a2aed35f5..24afac4a8 100644 --- a/docs/syntheticsMultilocationAlertCondition.typescript.md +++ b/docs/syntheticsMultilocationAlertCondition.typescript.md @@ -4,7 +4,7 @@ ### SyntheticsMultilocationAlertCondition -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition}. #### Initializers @@ -528,7 +528,7 @@ The construct id used in the generated config for the SyntheticsMultilocationAle The id of the existing SyntheticsMultilocationAlertCondition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#import import section} in the documentation of this resource for the id to use --- @@ -958,7 +958,7 @@ const syntheticsMultilocationAlertConditionConfig: syntheticsMultilocationAlertC | name | string | The title of this condition. | | policyId | number | The ID of the policy where this condition will be used. | | enabled | boolean \| cdktf.IResolvable | Set whether to enable the alert condition. Defaults to true. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. | | runbookUrl | string | Runbook URL to display in notifications. | | violationTimeLimitSeconds | number | Sets a time limit, in seconds, that will automatically force-close a long-lasting incident after the time limit you select. | | warning | SyntheticsMultilocationAlertConditionWarning | warning block. | @@ -1045,7 +1045,7 @@ public readonly critical: SyntheticsMultilocationAlertConditionCritical; critical block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} --- @@ -1059,7 +1059,7 @@ public readonly entities: string[]; The GUIDs of the Synthetics monitors to alert on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} --- @@ -1073,7 +1073,7 @@ public readonly name: string; The title of this condition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} --- @@ -1087,7 +1087,7 @@ public readonly policyId: number; The ID of the policy where this condition will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} --- @@ -1101,7 +1101,7 @@ public readonly enabled: boolean | IResolvable; Set whether to enable the alert condition. Defaults to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} --- @@ -1113,7 +1113,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#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. @@ -1130,7 +1130,7 @@ public readonly runbookUrl: string; Runbook URL to display in notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} --- @@ -1146,7 +1146,7 @@ Sets a time limit, in seconds, that will automatically force-close a long-lastin Must be in the range of 300 to 2592000 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} --- @@ -1160,7 +1160,7 @@ public readonly warning: SyntheticsMultilocationAlertConditionWarning; warning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} --- @@ -1192,7 +1192,7 @@ public readonly threshold: number; The minimum number of monitor locations that must be concurrently failing before an incident is opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} --- @@ -1224,7 +1224,7 @@ public readonly threshold: number; The minimum number of monitor locations that must be concurrently failing before an incident is opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} --- diff --git a/docs/syntheticsPrivateLocation.csharp.md b/docs/syntheticsPrivateLocation.csharp.md index 489e54f76..6871a5b43 100644 --- a/docs/syntheticsPrivateLocation.csharp.md +++ b/docs/syntheticsPrivateLocation.csharp.md @@ -4,7 +4,7 @@ ### SyntheticsPrivateLocation -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location newrelic_synthetics_private_location}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location newrelic_synthetics_private_location}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the SyntheticsPrivateLocation The id of the existing SyntheticsPrivateLocation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#import import section} in the documentation of this resource for the id to use --- @@ -874,7 +874,7 @@ new SyntheticsPrivateLocationConfig { | Description | string | The private location description. | | Name | string | The name of the private location. | | AccountId | double | The ID of the account in New Relic. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. | | VerifiedScriptExecution | object | The private location requires a password to edit if value is true. | --- @@ -959,7 +959,7 @@ public string Description { get; set; } The private location description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} --- @@ -973,7 +973,7 @@ public string Name { get; set; } The name of the private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} --- @@ -987,7 +987,7 @@ public double AccountId { get; set; } The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} --- @@ -999,7 +999,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#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. @@ -1016,7 +1016,7 @@ public object VerifiedScriptExecution { get; set; } The private location requires a password to edit if value is true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} --- diff --git a/docs/syntheticsPrivateLocation.go.md b/docs/syntheticsPrivateLocation.go.md index d1f4f1a79..9f493de47 100644 --- a/docs/syntheticsPrivateLocation.go.md +++ b/docs/syntheticsPrivateLocation.go.md @@ -4,7 +4,7 @@ ### SyntheticsPrivateLocation -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location newrelic_synthetics_private_location}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location newrelic_synthetics_private_location}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the SyntheticsPrivateLocation The id of the existing SyntheticsPrivateLocation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#import import section} in the documentation of this resource for the id to use --- @@ -874,7 +874,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticspriva | Description | *string | The private location description. | | Name | *string | The name of the private location. | | AccountId | *f64 | The ID of the account in New Relic. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. | | VerifiedScriptExecution | interface{} | The private location requires a password to edit if value is true. | --- @@ -959,7 +959,7 @@ Description *string The private location description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} --- @@ -973,7 +973,7 @@ Name *string The name of the private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} --- @@ -987,7 +987,7 @@ AccountId *f64 The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} --- @@ -999,7 +999,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#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. @@ -1016,7 +1016,7 @@ VerifiedScriptExecution interface{} The private location requires a password to edit if value is true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} --- diff --git a/docs/syntheticsPrivateLocation.java.md b/docs/syntheticsPrivateLocation.java.md index ac7a44ad1..aab2faf76 100644 --- a/docs/syntheticsPrivateLocation.java.md +++ b/docs/syntheticsPrivateLocation.java.md @@ -4,7 +4,7 @@ ### SyntheticsPrivateLocation -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location newrelic_synthetics_private_location}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location newrelic_synthetics_private_location}. #### Initializers @@ -46,7 +46,7 @@ SyntheticsPrivateLocation.Builder.create(Construct scope, java.lang.String id) | description | java.lang.String | The private location description. | | name | java.lang.String | The name of the private location. | | accountId | java.lang.Number | The ID of the account in New Relic. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. | | verifiedScriptExecution | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | The private location requires a password to edit if value is true. | --- @@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope The private location description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} --- @@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#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. @@ -158,7 +158,7 @@ If you experience problems setting this value it might not be settable. Please t The private location requires a password to edit if value is true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} --- @@ -606,7 +606,7 @@ The construct id used in the generated config for the SyntheticsPrivateLocation The id of the existing SyntheticsPrivateLocation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#import import section} in the documentation of this resource for the id to use --- @@ -997,7 +997,7 @@ SyntheticsPrivateLocationConfig.builder() | description | java.lang.String | The private location description. | | name | java.lang.String | The name of the private location. | | accountId | java.lang.Number | The ID of the account in New Relic. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. | | verifiedScriptExecution | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | The private location requires a password to edit if value is true. | --- @@ -1082,7 +1082,7 @@ public java.lang.String getDescription(); The private location description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} --- @@ -1096,7 +1096,7 @@ public java.lang.String getName(); The name of the private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} --- @@ -1110,7 +1110,7 @@ public java.lang.Number getAccountId(); The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} --- @@ -1122,7 +1122,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#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. @@ -1139,7 +1139,7 @@ public java.lang.Object getVerifiedScriptExecution(); The private location requires a password to edit if value is true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} --- diff --git a/docs/syntheticsPrivateLocation.python.md b/docs/syntheticsPrivateLocation.python.md index 1b2fc0291..9dfd6db0a 100644 --- a/docs/syntheticsPrivateLocation.python.md +++ b/docs/syntheticsPrivateLocation.python.md @@ -4,7 +4,7 @@ ### SyntheticsPrivateLocation -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location newrelic_synthetics_private_location}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location newrelic_synthetics_private_location}. #### Initializers @@ -43,7 +43,7 @@ syntheticsPrivateLocation.SyntheticsPrivateLocation( | description | str | The private location description. | | name | str | The name of the private location. | | account_id | typing.Union[int, float] | The ID of the account in New Relic. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. | | verified_script_execution | typing.Union[bool, cdktf.IResolvable] | The private location requires a password to edit if value is true. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The private location description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#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. @@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t The private location requires a password to edit if value is true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} --- @@ -649,7 +649,7 @@ The construct id used in the generated config for the SyntheticsPrivateLocation The id of the existing SyntheticsPrivateLocation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#import import section} in the documentation of this resource for the id to use --- @@ -1035,7 +1035,7 @@ syntheticsPrivateLocation.SyntheticsPrivateLocationConfig( | description | str | The private location description. | | name | str | The name of the private location. | | account_id | typing.Union[int, float] | The ID of the account in New Relic. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. | | verified_script_execution | typing.Union[bool, cdktf.IResolvable] | The private location requires a password to edit if value is true. | --- @@ -1120,7 +1120,7 @@ description: str The private location description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} --- @@ -1134,7 +1134,7 @@ name: str The name of the private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} --- @@ -1148,7 +1148,7 @@ account_id: typing.Union[int, float] The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} --- @@ -1160,7 +1160,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#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. @@ -1177,7 +1177,7 @@ verified_script_execution: typing.Union[bool, IResolvable] The private location requires a password to edit if value is true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} --- diff --git a/docs/syntheticsPrivateLocation.typescript.md b/docs/syntheticsPrivateLocation.typescript.md index 2e22fd372..e8776e005 100644 --- a/docs/syntheticsPrivateLocation.typescript.md +++ b/docs/syntheticsPrivateLocation.typescript.md @@ -4,7 +4,7 @@ ### SyntheticsPrivateLocation -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location newrelic_synthetics_private_location}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location newrelic_synthetics_private_location}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the SyntheticsPrivateLocation The id of the existing SyntheticsPrivateLocation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#import import section} in the documentation of this resource for the id to use --- @@ -861,7 +861,7 @@ const syntheticsPrivateLocationConfig: syntheticsPrivateLocation.SyntheticsPriva | description | string | The private location description. | | name | string | The name of the private location. | | accountId | number | The ID of the account in New Relic. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. | | verifiedScriptExecution | boolean \| cdktf.IResolvable | The private location requires a password to edit if value is true. | --- @@ -946,7 +946,7 @@ public readonly description: string; The private location description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} --- @@ -960,7 +960,7 @@ public readonly name: string; The name of the private location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} --- @@ -974,7 +974,7 @@ public readonly accountId: number; The ID of the account in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} --- @@ -986,7 +986,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#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. @@ -1003,7 +1003,7 @@ public readonly verifiedScriptExecution: boolean | IResolvable; The private location requires a password to edit if value is true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} --- diff --git a/docs/syntheticsScriptMonitor.csharp.md b/docs/syntheticsScriptMonitor.csharp.md index 821add86b..04f5e2e25 100644 --- a/docs/syntheticsScriptMonitor.csharp.md +++ b/docs/syntheticsScriptMonitor.csharp.md @@ -4,7 +4,7 @@ ### SyntheticsScriptMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor}. #### Initializers @@ -76,7 +76,9 @@ Must be unique amongst siblings in the same scope | PutLocationPrivate | *No description.* | | PutTag | *No description.* | | ResetAccountId | *No description.* | +| ResetBrowsers | *No description.* | | ResetDeviceOrientation | *No description.* | +| ResetDevices | *No description.* | | ResetDeviceType | *No description.* | | ResetEnableScreenshotOnFailureAndScript | *No description.* | | ResetId | *No description.* | @@ -409,12 +411,24 @@ private void PutTag(object Value) private void ResetAccountId() ``` +##### `ResetBrowsers` + +```csharp +private void ResetBrowsers() +``` + ##### `ResetDeviceOrientation` ```csharp private void ResetDeviceOrientation() ``` +##### `ResetDevices` + +```csharp +private void ResetDevices() +``` + ##### `ResetDeviceType` ```csharp @@ -584,7 +598,7 @@ The construct id used in the generated config for the SyntheticsScriptMonitor to The id of the existing SyntheticsScriptMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#import import section} in the documentation of this resource for the id to use --- @@ -619,7 +633,9 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | PeriodInMinutes | double | *No description.* | | Tag | SyntheticsScriptMonitorTagList | *No description.* | | AccountIdInput | double | *No description.* | +| BrowsersInput | string[] | *No description.* | | DeviceOrientationInput | string | *No description.* | +| DevicesInput | string[] | *No description.* | | DeviceTypeInput | string | *No description.* | | EnableScreenshotOnFailureAndScriptInput | object | *No description.* | | IdInput | string | *No description.* | @@ -636,7 +652,9 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | TypeInput | string | *No description.* | | UseUnsupportedLegacyRuntimeInput | object | *No description.* | | AccountId | double | *No description.* | +| Browsers | string[] | *No description.* | | DeviceOrientation | string | *No description.* | +| Devices | string[] | *No description.* | | DeviceType | string | *No description.* | | EnableScreenshotOnFailureAndScript | object | *No description.* | | Id | string | *No description.* | @@ -845,6 +863,16 @@ public double AccountIdInput { get; } --- +##### `BrowsersInput`Optional + +```csharp +public string[] BrowsersInput { get; } +``` + +- *Type:* string[] + +--- + ##### `DeviceOrientationInput`Optional ```csharp @@ -855,6 +883,16 @@ public string DeviceOrientationInput { get; } --- +##### `DevicesInput`Optional + +```csharp +public string[] DevicesInput { get; } +``` + +- *Type:* string[] + +--- + ##### `DeviceTypeInput`Optional ```csharp @@ -1015,6 +1053,16 @@ public double AccountId { get; } --- +##### `Browsers`Required + +```csharp +public string[] Browsers { get; } +``` + +- *Type:* string[] + +--- + ##### `DeviceOrientation`Required ```csharp @@ -1025,6 +1073,16 @@ public string DeviceOrientation { get; } --- +##### `Devices`Required + +```csharp +public string[] Devices { get; } +``` + +- *Type:* string[] + +--- + ##### `DeviceType`Required ```csharp @@ -1195,7 +1253,9 @@ new SyntheticsScriptMonitorConfig { string Status, string Type, double AccountId = null, + string[] Browsers = null, string DeviceOrientation = null, + string[] Devices = null, string DeviceType = null, object EnableScreenshotOnFailureAndScript = null, string Id = null, @@ -1226,10 +1286,12 @@ new SyntheticsScriptMonitorConfig { | Status | string | The monitor status (ENABLED or DISABLED). | | Type | string | The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. | | AccountId | double | ID of the newrelic account. | +| Browsers | string[] | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | | DeviceOrientation | string | The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. | +| Devices | string[] | The multiple devices list on which synthetic monitors will run. | | DeviceType | string | The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. | | EnableScreenshotOnFailureAndScript | object | Capture a screenshot during job execution. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. | | LocationPrivate | object | location_private block. | | LocationsPublic | string[] | The public location(s) that the monitor will run jobs from. | | RuntimeType | string | The runtime type that the monitor will run. | @@ -1321,7 +1383,7 @@ public string Name { get; set; } The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} --- @@ -1337,7 +1399,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} --- @@ -1351,7 +1413,7 @@ public string Status { get; set; } The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} --- @@ -1365,7 +1427,7 @@ public string Type { get; set; } The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} --- @@ -1379,7 +1441,21 @@ public double AccountId { get; set; } ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} + +--- + +##### `Browsers`Optional + +```csharp +public string[] Browsers { get; set; } +``` + +- *Type:* string[] + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#browsers SyntheticsScriptMonitor#browsers} --- @@ -1393,7 +1469,23 @@ public string DeviceOrientation { get; set; } The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} + +--- + +##### `Devices`Optional + +```csharp +public string[] Devices { get; set; } +``` + +- *Type:* string[] + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#devices SyntheticsScriptMonitor#devices} --- @@ -1407,7 +1499,7 @@ public string DeviceType { get; set; } The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} --- @@ -1421,7 +1513,7 @@ public object EnableScreenshotOnFailureAndScript { get; set; } Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} --- @@ -1433,7 +1525,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#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. @@ -1450,7 +1542,7 @@ public object LocationPrivate { get; set; } location_private block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} --- @@ -1464,7 +1556,7 @@ public string[] LocationsPublic { get; set; } The public location(s) that the monitor will run jobs from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} --- @@ -1478,7 +1570,7 @@ public string RuntimeType { get; set; } The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} --- @@ -1492,7 +1584,7 @@ public string RuntimeTypeVersion { get; set; } The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} --- @@ -1506,7 +1598,7 @@ public string Script { get; set; } The script that the monitor runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} --- @@ -1520,7 +1612,7 @@ public string ScriptLanguage { get; set; } The programing language that should execute the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} --- @@ -1534,7 +1626,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} --- @@ -1550,7 +1642,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} --- @@ -1586,7 +1678,7 @@ public string Guid { get; set; } The unique identifier for the Synthetics private location in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#guid SyntheticsScriptMonitor#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#guid SyntheticsScriptMonitor#guid} --- @@ -1600,7 +1692,7 @@ public string VsePassword { get; set; } The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#vse_password SyntheticsScriptMonitor#vse_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#vse_password SyntheticsScriptMonitor#vse_password} --- @@ -1636,7 +1728,7 @@ public string Key { get; set; } Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#key SyntheticsScriptMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#key SyntheticsScriptMonitor#key} --- @@ -1650,7 +1742,7 @@ public string[] Values { get; set; } Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#values SyntheticsScriptMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#values SyntheticsScriptMonitor#values} --- diff --git a/docs/syntheticsScriptMonitor.go.md b/docs/syntheticsScriptMonitor.go.md index 4201b9402..d2380353f 100644 --- a/docs/syntheticsScriptMonitor.go.md +++ b/docs/syntheticsScriptMonitor.go.md @@ -4,7 +4,7 @@ ### SyntheticsScriptMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor}. #### Initializers @@ -76,7 +76,9 @@ Must be unique amongst siblings in the same scope | PutLocationPrivate | *No description.* | | PutTag | *No description.* | | ResetAccountId | *No description.* | +| ResetBrowsers | *No description.* | | ResetDeviceOrientation | *No description.* | +| ResetDevices | *No description.* | | ResetDeviceType | *No description.* | | ResetEnableScreenshotOnFailureAndScript | *No description.* | | ResetId | *No description.* | @@ -409,12 +411,24 @@ func PutTag(value interface{}) func ResetAccountId() ``` +##### `ResetBrowsers` + +```go +func ResetBrowsers() +``` + ##### `ResetDeviceOrientation` ```go func ResetDeviceOrientation() ``` +##### `ResetDevices` + +```go +func ResetDevices() +``` + ##### `ResetDeviceType` ```go @@ -584,7 +598,7 @@ The construct id used in the generated config for the SyntheticsScriptMonitor to The id of the existing SyntheticsScriptMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#import import section} in the documentation of this resource for the id to use --- @@ -619,7 +633,9 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | PeriodInMinutes | *f64 | *No description.* | | Tag | SyntheticsScriptMonitorTagList | *No description.* | | AccountIdInput | *f64 | *No description.* | +| BrowsersInput | *[]*string | *No description.* | | DeviceOrientationInput | *string | *No description.* | +| DevicesInput | *[]*string | *No description.* | | DeviceTypeInput | *string | *No description.* | | EnableScreenshotOnFailureAndScriptInput | interface{} | *No description.* | | IdInput | *string | *No description.* | @@ -636,7 +652,9 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | TypeInput | *string | *No description.* | | UseUnsupportedLegacyRuntimeInput | interface{} | *No description.* | | AccountId | *f64 | *No description.* | +| Browsers | *[]*string | *No description.* | | DeviceOrientation | *string | *No description.* | +| Devices | *[]*string | *No description.* | | DeviceType | *string | *No description.* | | EnableScreenshotOnFailureAndScript | interface{} | *No description.* | | Id | *string | *No description.* | @@ -845,6 +863,16 @@ func AccountIdInput() *f64 --- +##### `BrowsersInput`Optional + +```go +func BrowsersInput() *[]*string +``` + +- *Type:* *[]*string + +--- + ##### `DeviceOrientationInput`Optional ```go @@ -855,6 +883,16 @@ func DeviceOrientationInput() *string --- +##### `DevicesInput`Optional + +```go +func DevicesInput() *[]*string +``` + +- *Type:* *[]*string + +--- + ##### `DeviceTypeInput`Optional ```go @@ -1015,6 +1053,16 @@ func AccountId() *f64 --- +##### `Browsers`Required + +```go +func Browsers() *[]*string +``` + +- *Type:* *[]*string + +--- + ##### `DeviceOrientation`Required ```go @@ -1025,6 +1073,16 @@ func DeviceOrientation() *string --- +##### `Devices`Required + +```go +func Devices() *[]*string +``` + +- *Type:* *[]*string + +--- + ##### `DeviceType`Required ```go @@ -1195,7 +1253,9 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscrip Status: *string, Type: *string, AccountId: *f64, + Browsers: *[]*string, DeviceOrientation: *string, + Devices: *[]*string, DeviceType: *string, EnableScreenshotOnFailureAndScript: interface{}, Id: *string, @@ -1226,10 +1286,12 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsscrip | Status | *string | The monitor status (ENABLED or DISABLED). | | Type | *string | The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. | | AccountId | *f64 | ID of the newrelic account. | +| Browsers | *[]*string | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | | DeviceOrientation | *string | The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. | +| Devices | *[]*string | The multiple devices list on which synthetic monitors will run. | | DeviceType | *string | The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. | | EnableScreenshotOnFailureAndScript | interface{} | Capture a screenshot during job execution. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. | | LocationPrivate | interface{} | location_private block. | | LocationsPublic | *[]*string | The public location(s) that the monitor will run jobs from. | | RuntimeType | *string | The runtime type that the monitor will run. | @@ -1321,7 +1383,7 @@ Name *string The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} --- @@ -1337,7 +1399,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} --- @@ -1351,7 +1413,7 @@ Status *string The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} --- @@ -1365,7 +1427,7 @@ Type *string The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} --- @@ -1379,7 +1441,21 @@ AccountId *f64 ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} + +--- + +##### `Browsers`Optional + +```go +Browsers *[]*string +``` + +- *Type:* *[]*string + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#browsers SyntheticsScriptMonitor#browsers} --- @@ -1393,7 +1469,23 @@ DeviceOrientation *string The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} + +--- + +##### `Devices`Optional + +```go +Devices *[]*string +``` + +- *Type:* *[]*string + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#devices SyntheticsScriptMonitor#devices} --- @@ -1407,7 +1499,7 @@ DeviceType *string The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} --- @@ -1421,7 +1513,7 @@ EnableScreenshotOnFailureAndScript interface{} Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} --- @@ -1433,7 +1525,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#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. @@ -1450,7 +1542,7 @@ LocationPrivate interface{} location_private block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} --- @@ -1464,7 +1556,7 @@ LocationsPublic *[]*string The public location(s) that the monitor will run jobs from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} --- @@ -1478,7 +1570,7 @@ RuntimeType *string The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} --- @@ -1492,7 +1584,7 @@ RuntimeTypeVersion *string The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} --- @@ -1506,7 +1598,7 @@ Script *string The script that the monitor runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} --- @@ -1520,7 +1612,7 @@ ScriptLanguage *string The programing language that should execute the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} --- @@ -1534,7 +1626,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} --- @@ -1550,7 +1642,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} --- @@ -1586,7 +1678,7 @@ Guid *string The unique identifier for the Synthetics private location in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#guid SyntheticsScriptMonitor#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#guid SyntheticsScriptMonitor#guid} --- @@ -1600,7 +1692,7 @@ VsePassword *string The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#vse_password SyntheticsScriptMonitor#vse_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#vse_password SyntheticsScriptMonitor#vse_password} --- @@ -1636,7 +1728,7 @@ Key *string Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#key SyntheticsScriptMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#key SyntheticsScriptMonitor#key} --- @@ -1650,7 +1742,7 @@ Values *[]*string Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#values SyntheticsScriptMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#values SyntheticsScriptMonitor#values} --- diff --git a/docs/syntheticsScriptMonitor.java.md b/docs/syntheticsScriptMonitor.java.md index acc05dbb1..58b41597d 100644 --- a/docs/syntheticsScriptMonitor.java.md +++ b/docs/syntheticsScriptMonitor.java.md @@ -4,7 +4,7 @@ ### SyntheticsScriptMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor}. #### Initializers @@ -28,7 +28,9 @@ SyntheticsScriptMonitor.Builder.create(Construct scope, java.lang.String id) .status(java.lang.String) .type(java.lang.String) // .accountId(java.lang.Number) +// .browsers(java.util.List) // .deviceOrientation(java.lang.String) +// .devices(java.util.List) // .deviceType(java.lang.String) // .enableScreenshotOnFailureAndScript(java.lang.Boolean) // .enableScreenshotOnFailureAndScript(IResolvable) @@ -63,10 +65,12 @@ SyntheticsScriptMonitor.Builder.create(Construct scope, java.lang.String id) | status | java.lang.String | The monitor status (ENABLED or DISABLED). | | type | java.lang.String | The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. | | accountId | java.lang.Number | ID of the newrelic account. | +| browsers | java.util.List | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | | deviceOrientation | java.lang.String | The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. | +| devices | java.util.List | The multiple devices list on which synthetic monitors will run. | | deviceType | java.lang.String | The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. | | enableScreenshotOnFailureAndScript | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Capture a screenshot during job execution. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. | | locationPrivate | com.hashicorp.cdktf.IResolvable OR java.util.List<SyntheticsScriptMonitorLocationPrivate> | location_private block. | | locationsPublic | java.util.List | The public location(s) that the monitor will run jobs from. | | runtimeType | java.lang.String | The runtime type that the monitor will run. | @@ -144,7 +148,7 @@ Must be unique amongst siblings in the same scope The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} --- @@ -156,7 +160,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} --- @@ -166,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} --- @@ -176,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} --- @@ -186,7 +190,17 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} + +--- + +##### `browsers`Optional + +- *Type:* java.util.List + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#browsers SyntheticsScriptMonitor#browsers} --- @@ -196,7 +210,19 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} + +--- + +##### `devices`Optional + +- *Type:* java.util.List + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#devices SyntheticsScriptMonitor#devices} --- @@ -206,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} --- @@ -216,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} --- @@ -224,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#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. @@ -237,7 +263,7 @@ If you experience problems setting this value it might not be settable. Please t location_private block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} --- @@ -247,7 +273,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The public location(s) that the monitor will run jobs from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} --- @@ -257,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} --- @@ -267,7 +293,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} --- @@ -277,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The script that the monitor runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} --- @@ -287,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The programing language that should execute the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} --- @@ -297,7 +323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} --- @@ -309,7 +335,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} --- @@ -343,7 +369,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre | putLocationPrivate | *No description.* | | putTag | *No description.* | | resetAccountId | *No description.* | +| resetBrowsers | *No description.* | | resetDeviceOrientation | *No description.* | +| resetDevices | *No description.* | | resetDeviceType | *No description.* | | resetEnableScreenshotOnFailureAndScript | *No description.* | | resetId | *No description.* | @@ -678,12 +706,24 @@ public void putTag(IResolvable OR java.util.List val public void resetAccountId() ``` +##### `resetBrowsers` + +```java +public void resetBrowsers() +``` + ##### `resetDeviceOrientation` ```java public void resetDeviceOrientation() ``` +##### `resetDevices` + +```java +public void resetDevices() +``` + ##### `resetDeviceType` ```java @@ -853,7 +893,7 @@ The construct id used in the generated config for the SyntheticsScriptMonitor to The id of the existing SyntheticsScriptMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#import import section} in the documentation of this resource for the id to use --- @@ -888,7 +928,9 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | periodInMinutes | java.lang.Number | *No description.* | | tag | SyntheticsScriptMonitorTagList | *No description.* | | accountIdInput | java.lang.Number | *No description.* | +| browsersInput | java.util.List | *No description.* | | deviceOrientationInput | java.lang.String | *No description.* | +| devicesInput | java.util.List | *No description.* | | deviceTypeInput | java.lang.String | *No description.* | | enableScreenshotOnFailureAndScriptInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | idInput | java.lang.String | *No description.* | @@ -905,7 +947,9 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | typeInput | java.lang.String | *No description.* | | useUnsupportedLegacyRuntimeInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | accountId | java.lang.Number | *No description.* | +| browsers | java.util.List | *No description.* | | deviceOrientation | java.lang.String | *No description.* | +| devices | java.util.List | *No description.* | | deviceType | java.lang.String | *No description.* | | enableScreenshotOnFailureAndScript | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | id | java.lang.String | *No description.* | @@ -1114,6 +1158,16 @@ public java.lang.Number getAccountIdInput(); --- +##### `browsersInput`Optional + +```java +public java.util.List getBrowsersInput(); +``` + +- *Type:* java.util.List + +--- + ##### `deviceOrientationInput`Optional ```java @@ -1124,6 +1178,16 @@ public java.lang.String getDeviceOrientationInput(); --- +##### `devicesInput`Optional + +```java +public java.util.List getDevicesInput(); +``` + +- *Type:* java.util.List + +--- + ##### `deviceTypeInput`Optional ```java @@ -1284,6 +1348,16 @@ public java.lang.Number getAccountId(); --- +##### `browsers`Required + +```java +public java.util.List getBrowsers(); +``` + +- *Type:* java.util.List + +--- + ##### `deviceOrientation`Required ```java @@ -1294,6 +1368,16 @@ public java.lang.String getDeviceOrientation(); --- +##### `devices`Required + +```java +public java.util.List getDevices(); +``` + +- *Type:* java.util.List + +--- + ##### `deviceType`Required ```java @@ -1468,7 +1552,9 @@ SyntheticsScriptMonitorConfig.builder() .status(java.lang.String) .type(java.lang.String) // .accountId(java.lang.Number) +// .browsers(java.util.List) // .deviceOrientation(java.lang.String) +// .devices(java.util.List) // .deviceType(java.lang.String) // .enableScreenshotOnFailureAndScript(java.lang.Boolean) // .enableScreenshotOnFailureAndScript(IResolvable) @@ -1503,10 +1589,12 @@ SyntheticsScriptMonitorConfig.builder() | status | java.lang.String | The monitor status (ENABLED or DISABLED). | | type | java.lang.String | The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. | | accountId | java.lang.Number | ID of the newrelic account. | +| browsers | java.util.List | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | | deviceOrientation | java.lang.String | The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. | +| devices | java.util.List | The multiple devices list on which synthetic monitors will run. | | deviceType | java.lang.String | The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. | | enableScreenshotOnFailureAndScript | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Capture a screenshot during job execution. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. | | locationPrivate | com.hashicorp.cdktf.IResolvable OR java.util.List<SyntheticsScriptMonitorLocationPrivate> | location_private block. | | locationsPublic | java.util.List | The public location(s) that the monitor will run jobs from. | | runtimeType | java.lang.String | The runtime type that the monitor will run. | @@ -1598,7 +1686,7 @@ public java.lang.String getName(); The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} --- @@ -1614,7 +1702,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} --- @@ -1628,7 +1716,7 @@ public java.lang.String getStatus(); The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} --- @@ -1642,7 +1730,7 @@ public java.lang.String getType(); The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} --- @@ -1656,7 +1744,21 @@ public java.lang.Number getAccountId(); ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} + +--- + +##### `browsers`Optional + +```java +public java.util.List getBrowsers(); +``` + +- *Type:* java.util.List + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#browsers SyntheticsScriptMonitor#browsers} --- @@ -1670,7 +1772,23 @@ public java.lang.String getDeviceOrientation(); The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} + +--- + +##### `devices`Optional + +```java +public java.util.List getDevices(); +``` + +- *Type:* java.util.List + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#devices SyntheticsScriptMonitor#devices} --- @@ -1684,7 +1802,7 @@ public java.lang.String getDeviceType(); The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} --- @@ -1698,7 +1816,7 @@ public java.lang.Object getEnableScreenshotOnFailureAndScript(); Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} --- @@ -1710,7 +1828,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#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. @@ -1727,7 +1845,7 @@ public java.lang.Object getLocationPrivate(); location_private block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} --- @@ -1741,7 +1859,7 @@ public java.util.List getLocationsPublic(); The public location(s) that the monitor will run jobs from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} --- @@ -1755,7 +1873,7 @@ public java.lang.String getRuntimeType(); The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} --- @@ -1769,7 +1887,7 @@ public java.lang.String getRuntimeTypeVersion(); The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} --- @@ -1783,7 +1901,7 @@ public java.lang.String getScript(); The script that the monitor runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} --- @@ -1797,7 +1915,7 @@ public java.lang.String getScriptLanguage(); The programing language that should execute the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} --- @@ -1811,7 +1929,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} --- @@ -1827,7 +1945,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} --- @@ -1863,7 +1981,7 @@ public java.lang.String getGuid(); The unique identifier for the Synthetics private location in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#guid SyntheticsScriptMonitor#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#guid SyntheticsScriptMonitor#guid} --- @@ -1877,7 +1995,7 @@ public java.lang.String getVsePassword(); The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#vse_password SyntheticsScriptMonitor#vse_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#vse_password SyntheticsScriptMonitor#vse_password} --- @@ -1913,7 +2031,7 @@ public java.lang.String getKey(); Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#key SyntheticsScriptMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#key SyntheticsScriptMonitor#key} --- @@ -1927,7 +2045,7 @@ public java.util.List getValues(); Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#values SyntheticsScriptMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#values SyntheticsScriptMonitor#values} --- diff --git a/docs/syntheticsScriptMonitor.python.md b/docs/syntheticsScriptMonitor.python.md index e4678c1ee..3f6668570 100644 --- a/docs/syntheticsScriptMonitor.python.md +++ b/docs/syntheticsScriptMonitor.python.md @@ -4,7 +4,7 @@ ### SyntheticsScriptMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor}. #### Initializers @@ -26,7 +26,9 @@ syntheticsScriptMonitor.SyntheticsScriptMonitor( status: str, type: str, account_id: typing.Union[int, float] = None, + browsers: typing.List[str] = None, device_orientation: str = None, + devices: typing.List[str] = None, device_type: str = None, enable_screenshot_on_failure_and_script: typing.Union[bool, IResolvable] = None, id: str = None, @@ -57,10 +59,12 @@ syntheticsScriptMonitor.SyntheticsScriptMonitor( | status | str | The monitor status (ENABLED or DISABLED). | | type | str | The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. | | account_id | typing.Union[int, float] | ID of the newrelic account. | +| browsers | typing.List[str] | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | | device_orientation | str | The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. | +| devices | typing.List[str] | The multiple devices list on which synthetic monitors will run. | | device_type | str | The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. | | enable_screenshot_on_failure_and_script | typing.Union[bool, cdktf.IResolvable] | Capture a screenshot during job execution. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. | | location_private | typing.Union[cdktf.IResolvable, typing.List[SyntheticsScriptMonitorLocationPrivate]] | location_private block. | | locations_public | typing.List[str] | The public location(s) that the monitor will run jobs from. | | runtime_type | str | The runtime type that the monitor will run. | @@ -138,7 +142,7 @@ Must be unique amongst siblings in the same scope The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} --- @@ -150,7 +154,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} --- @@ -160,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} --- @@ -170,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} --- @@ -180,7 +184,17 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} + +--- + +##### `browsers`Optional + +- *Type:* typing.List[str] + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#browsers SyntheticsScriptMonitor#browsers} --- @@ -190,7 +204,19 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} + +--- + +##### `devices`Optional + +- *Type:* typing.List[str] + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#devices SyntheticsScriptMonitor#devices} --- @@ -200,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} --- @@ -210,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} --- @@ -218,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#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. @@ -231,7 +257,7 @@ If you experience problems setting this value it might not be settable. Please t location_private block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} --- @@ -241,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The public location(s) that the monitor will run jobs from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} --- @@ -251,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} --- @@ -261,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} --- @@ -271,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The script that the monitor runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} --- @@ -281,7 +307,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The programing language that should execute the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} --- @@ -291,7 +317,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} --- @@ -303,7 +329,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} --- @@ -337,7 +363,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre | put_location_private | *No description.* | | put_tag | *No description.* | | reset_account_id | *No description.* | +| reset_browsers | *No description.* | | reset_device_orientation | *No description.* | +| reset_devices | *No description.* | | reset_device_type | *No description.* | | reset_enable_screenshot_on_failure_and_script | *No description.* | | reset_id | *No description.* | @@ -711,12 +739,24 @@ def put_tag( def reset_account_id() -> None ``` +##### `reset_browsers` + +```python +def reset_browsers() -> None +``` + ##### `reset_device_orientation` ```python def reset_device_orientation() -> None ``` +##### `reset_devices` + +```python +def reset_devices() -> None +``` + ##### `reset_device_type` ```python @@ -897,7 +937,7 @@ The construct id used in the generated config for the SyntheticsScriptMonitor to The id of the existing SyntheticsScriptMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#import import section} in the documentation of this resource for the id to use --- @@ -932,7 +972,9 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | period_in_minutes | typing.Union[int, float] | *No description.* | | tag | SyntheticsScriptMonitorTagList | *No description.* | | account_id_input | typing.Union[int, float] | *No description.* | +| browsers_input | typing.List[str] | *No description.* | | device_orientation_input | str | *No description.* | +| devices_input | typing.List[str] | *No description.* | | device_type_input | str | *No description.* | | enable_screenshot_on_failure_and_script_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | id_input | str | *No description.* | @@ -949,7 +991,9 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | type_input | str | *No description.* | | use_unsupported_legacy_runtime_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | account_id | typing.Union[int, float] | *No description.* | +| browsers | typing.List[str] | *No description.* | | device_orientation | str | *No description.* | +| devices | typing.List[str] | *No description.* | | device_type | str | *No description.* | | enable_screenshot_on_failure_and_script | typing.Union[bool, cdktf.IResolvable] | *No description.* | | id | str | *No description.* | @@ -1158,6 +1202,16 @@ account_id_input: typing.Union[int, float] --- +##### `browsers_input`Optional + +```python +browsers_input: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + ##### `device_orientation_input`Optional ```python @@ -1168,6 +1222,16 @@ device_orientation_input: str --- +##### `devices_input`Optional + +```python +devices_input: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + ##### `device_type_input`Optional ```python @@ -1328,6 +1392,16 @@ account_id: typing.Union[int, float] --- +##### `browsers`Required + +```python +browsers: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + ##### `device_orientation`Required ```python @@ -1338,6 +1412,16 @@ device_orientation: str --- +##### `devices`Required + +```python +devices: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + ##### `device_type`Required ```python @@ -1508,7 +1592,9 @@ syntheticsScriptMonitor.SyntheticsScriptMonitorConfig( status: str, type: str, account_id: typing.Union[int, float] = None, + browsers: typing.List[str] = None, device_orientation: str = None, + devices: typing.List[str] = None, device_type: str = None, enable_screenshot_on_failure_and_script: typing.Union[bool, IResolvable] = None, id: str = None, @@ -1539,10 +1625,12 @@ syntheticsScriptMonitor.SyntheticsScriptMonitorConfig( | status | str | The monitor status (ENABLED or DISABLED). | | type | str | The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. | | account_id | typing.Union[int, float] | ID of the newrelic account. | +| browsers | typing.List[str] | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | | device_orientation | str | The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. | +| devices | typing.List[str] | The multiple devices list on which synthetic monitors will run. | | device_type | str | The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. | | enable_screenshot_on_failure_and_script | typing.Union[bool, cdktf.IResolvable] | Capture a screenshot during job execution. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. | | location_private | typing.Union[cdktf.IResolvable, typing.List[SyntheticsScriptMonitorLocationPrivate]] | location_private block. | | locations_public | typing.List[str] | The public location(s) that the monitor will run jobs from. | | runtime_type | str | The runtime type that the monitor will run. | @@ -1634,7 +1722,7 @@ name: str The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} --- @@ -1650,7 +1738,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} --- @@ -1664,7 +1752,7 @@ status: str The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} --- @@ -1678,7 +1766,7 @@ type: str The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} --- @@ -1692,7 +1780,21 @@ account_id: typing.Union[int, float] ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} + +--- + +##### `browsers`Optional + +```python +browsers: typing.List[str] +``` + +- *Type:* typing.List[str] + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#browsers SyntheticsScriptMonitor#browsers} --- @@ -1706,7 +1808,23 @@ device_orientation: str The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} + +--- + +##### `devices`Optional + +```python +devices: typing.List[str] +``` + +- *Type:* typing.List[str] + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#devices SyntheticsScriptMonitor#devices} --- @@ -1720,7 +1838,7 @@ device_type: str The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} --- @@ -1734,7 +1852,7 @@ enable_screenshot_on_failure_and_script: typing.Union[bool, IResolvable] Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} --- @@ -1746,7 +1864,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#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. @@ -1763,7 +1881,7 @@ location_private: typing.Union[IResolvable, typing.List[SyntheticsScriptMonitorL location_private block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} --- @@ -1777,7 +1895,7 @@ locations_public: typing.List[str] The public location(s) that the monitor will run jobs from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} --- @@ -1791,7 +1909,7 @@ runtime_type: str The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} --- @@ -1805,7 +1923,7 @@ runtime_type_version: str The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} --- @@ -1819,7 +1937,7 @@ script: str The script that the monitor runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} --- @@ -1833,7 +1951,7 @@ script_language: str The programing language that should execute the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} --- @@ -1847,7 +1965,7 @@ tag: typing.Union[IResolvable, typing.List[SyntheticsScriptMonitorTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} --- @@ -1863,7 +1981,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} --- @@ -1899,7 +2017,7 @@ guid: str The unique identifier for the Synthetics private location in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#guid SyntheticsScriptMonitor#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#guid SyntheticsScriptMonitor#guid} --- @@ -1913,7 +2031,7 @@ vse_password: str The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#vse_password SyntheticsScriptMonitor#vse_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#vse_password SyntheticsScriptMonitor#vse_password} --- @@ -1949,7 +2067,7 @@ key: str Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#key SyntheticsScriptMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#key SyntheticsScriptMonitor#key} --- @@ -1963,7 +2081,7 @@ values: typing.List[str] Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#values SyntheticsScriptMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#values SyntheticsScriptMonitor#values} --- diff --git a/docs/syntheticsScriptMonitor.typescript.md b/docs/syntheticsScriptMonitor.typescript.md index 98372ac3a..fee84f98e 100644 --- a/docs/syntheticsScriptMonitor.typescript.md +++ b/docs/syntheticsScriptMonitor.typescript.md @@ -4,7 +4,7 @@ ### SyntheticsScriptMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor}. #### Initializers @@ -76,7 +76,9 @@ Must be unique amongst siblings in the same scope | putLocationPrivate | *No description.* | | putTag | *No description.* | | resetAccountId | *No description.* | +| resetBrowsers | *No description.* | | resetDeviceOrientation | *No description.* | +| resetDevices | *No description.* | | resetDeviceType | *No description.* | | resetEnableScreenshotOnFailureAndScript | *No description.* | | resetId | *No description.* | @@ -409,12 +411,24 @@ public putTag(value: IResolvable | SyntheticsScriptMonitorTag[]): void public resetAccountId(): void ``` +##### `resetBrowsers` + +```typescript +public resetBrowsers(): void +``` + ##### `resetDeviceOrientation` ```typescript public resetDeviceOrientation(): void ``` +##### `resetDevices` + +```typescript +public resetDevices(): void +``` + ##### `resetDeviceType` ```typescript @@ -584,7 +598,7 @@ The construct id used in the generated config for the SyntheticsScriptMonitor to The id of the existing SyntheticsScriptMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#import import section} in the documentation of this resource for the id to use --- @@ -619,7 +633,9 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | periodInMinutes | number | *No description.* | | tag | SyntheticsScriptMonitorTagList | *No description.* | | accountIdInput | number | *No description.* | +| browsersInput | string[] | *No description.* | | deviceOrientationInput | string | *No description.* | +| devicesInput | string[] | *No description.* | | deviceTypeInput | string | *No description.* | | enableScreenshotOnFailureAndScriptInput | boolean \| cdktf.IResolvable | *No description.* | | idInput | string | *No description.* | @@ -636,7 +652,9 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | typeInput | string | *No description.* | | useUnsupportedLegacyRuntimeInput | boolean \| cdktf.IResolvable | *No description.* | | accountId | number | *No description.* | +| browsers | string[] | *No description.* | | deviceOrientation | string | *No description.* | +| devices | string[] | *No description.* | | deviceType | string | *No description.* | | enableScreenshotOnFailureAndScript | boolean \| cdktf.IResolvable | *No description.* | | id | string | *No description.* | @@ -845,6 +863,16 @@ public readonly accountIdInput: number; --- +##### `browsersInput`Optional + +```typescript +public readonly browsersInput: string[]; +``` + +- *Type:* string[] + +--- + ##### `deviceOrientationInput`Optional ```typescript @@ -855,6 +883,16 @@ public readonly deviceOrientationInput: string; --- +##### `devicesInput`Optional + +```typescript +public readonly devicesInput: string[]; +``` + +- *Type:* string[] + +--- + ##### `deviceTypeInput`Optional ```typescript @@ -1015,6 +1053,16 @@ public readonly accountId: number; --- +##### `browsers`Required + +```typescript +public readonly browsers: string[]; +``` + +- *Type:* string[] + +--- + ##### `deviceOrientation`Required ```typescript @@ -1025,6 +1073,16 @@ public readonly deviceOrientation: string; --- +##### `devices`Required + +```typescript +public readonly devices: string[]; +``` + +- *Type:* string[] + +--- + ##### `deviceType`Required ```typescript @@ -1201,10 +1259,12 @@ const syntheticsScriptMonitorConfig: syntheticsScriptMonitor.SyntheticsScriptMon | status | string | The monitor status (ENABLED or DISABLED). | | type | string | The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. | | accountId | number | ID of the newrelic account. | +| browsers | string[] | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | | deviceOrientation | string | The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. | +| devices | string[] | The multiple devices list on which synthetic monitors will run. | | deviceType | string | The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. | | enableScreenshotOnFailureAndScript | boolean \| cdktf.IResolvable | Capture a screenshot during job execution. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. | | locationPrivate | cdktf.IResolvable \| SyntheticsScriptMonitorLocationPrivate[] | location_private block. | | locationsPublic | string[] | The public location(s) that the monitor will run jobs from. | | runtimeType | string | The runtime type that the monitor will run. | @@ -1296,7 +1356,7 @@ public readonly name: string; The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} --- @@ -1312,7 +1372,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} --- @@ -1326,7 +1386,7 @@ public readonly status: string; The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} --- @@ -1340,7 +1400,7 @@ public readonly type: string; The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} --- @@ -1354,7 +1414,21 @@ public readonly accountId: number; ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} + +--- + +##### `browsers`Optional + +```typescript +public readonly browsers: string[]; +``` + +- *Type:* string[] + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#browsers SyntheticsScriptMonitor#browsers} --- @@ -1368,7 +1442,23 @@ public readonly deviceOrientation: string; The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} + +--- + +##### `devices`Optional + +```typescript +public readonly devices: string[]; +``` + +- *Type:* string[] + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#devices SyntheticsScriptMonitor#devices} --- @@ -1382,7 +1472,7 @@ public readonly deviceType: string; The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} --- @@ -1396,7 +1486,7 @@ public readonly enableScreenshotOnFailureAndScript: boolean | IResolvable; Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} --- @@ -1408,7 +1498,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#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. @@ -1425,7 +1515,7 @@ public readonly locationPrivate: IResolvable | SyntheticsScriptMonitorLocationPr location_private block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} --- @@ -1439,7 +1529,7 @@ public readonly locationsPublic: string[]; The public location(s) that the monitor will run jobs from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} --- @@ -1453,7 +1543,7 @@ public readonly runtimeType: string; The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} --- @@ -1467,7 +1557,7 @@ public readonly runtimeTypeVersion: string; The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} --- @@ -1481,7 +1571,7 @@ public readonly script: string; The script that the monitor runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} --- @@ -1495,7 +1585,7 @@ public readonly scriptLanguage: string; The programing language that should execute the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} --- @@ -1509,7 +1599,7 @@ public readonly tag: IResolvable | SyntheticsScriptMonitorTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} --- @@ -1525,7 +1615,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} --- @@ -1558,7 +1648,7 @@ public readonly guid: string; The unique identifier for the Synthetics private location in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#guid SyntheticsScriptMonitor#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#guid SyntheticsScriptMonitor#guid} --- @@ -1572,7 +1662,7 @@ public readonly vsePassword: string; The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#vse_password SyntheticsScriptMonitor#vse_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#vse_password SyntheticsScriptMonitor#vse_password} --- @@ -1605,7 +1695,7 @@ public readonly key: string; Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#key SyntheticsScriptMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#key SyntheticsScriptMonitor#key} --- @@ -1619,7 +1709,7 @@ public readonly values: string[]; Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#values SyntheticsScriptMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#values SyntheticsScriptMonitor#values} --- diff --git a/docs/syntheticsSecureCredential.csharp.md b/docs/syntheticsSecureCredential.csharp.md index fe7cdc429..aa53f046b 100644 --- a/docs/syntheticsSecureCredential.csharp.md +++ b/docs/syntheticsSecureCredential.csharp.md @@ -4,7 +4,7 @@ ### SyntheticsSecureCredential -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the SyntheticsSecureCredential The id of the existing SyntheticsSecureCredential that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use --- @@ -904,7 +904,7 @@ new SyntheticsSecureCredentialConfig { | Value | string | The secure credential's value. | | AccountId | double | The New Relic account ID where you want to create the secure credential. | | Description | string | The secure credential's description. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. | | LastUpdated | string | The time the secure credential was last updated. | | Timeouts | SyntheticsSecureCredentialTimeouts | timeouts block. | @@ -992,7 +992,7 @@ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} --- @@ -1006,7 +1006,7 @@ public string Value { get; set; } The secure credential's value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} --- @@ -1020,7 +1020,7 @@ public double AccountId { get; set; } The New Relic account ID where you want to create the secure credential. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} --- @@ -1034,7 +1034,7 @@ public string Description { get; set; } The secure credential's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} --- @@ -1046,7 +1046,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#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. @@ -1063,7 +1063,7 @@ public string LastUpdated { get; set; } The time the secure credential was last updated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} --- @@ -1077,7 +1077,7 @@ public SyntheticsSecureCredentialTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} --- @@ -1097,7 +1097,7 @@ new SyntheticsSecureCredentialTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. | +| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. | --- @@ -1109,7 +1109,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. --- diff --git a/docs/syntheticsSecureCredential.go.md b/docs/syntheticsSecureCredential.go.md index 125d2fd99..ad892c17e 100644 --- a/docs/syntheticsSecureCredential.go.md +++ b/docs/syntheticsSecureCredential.go.md @@ -4,7 +4,7 @@ ### SyntheticsSecureCredential -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the SyntheticsSecureCredential The id of the existing SyntheticsSecureCredential that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use --- @@ -904,7 +904,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecur | Value | *string | The secure credential's value. | | AccountId | *f64 | The New Relic account ID where you want to create the secure credential. | | Description | *string | The secure credential's description. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. | | LastUpdated | *string | The time the secure credential was last updated. | | Timeouts | SyntheticsSecureCredentialTimeouts | timeouts block. | @@ -992,7 +992,7 @@ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} --- @@ -1006,7 +1006,7 @@ Value *string The secure credential's value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} --- @@ -1020,7 +1020,7 @@ AccountId *f64 The New Relic account ID where you want to create the secure credential. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} --- @@ -1034,7 +1034,7 @@ Description *string The secure credential's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} --- @@ -1046,7 +1046,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#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. @@ -1063,7 +1063,7 @@ LastUpdated *string The time the secure credential was last updated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} --- @@ -1077,7 +1077,7 @@ Timeouts SyntheticsSecureCredentialTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} --- @@ -1097,7 +1097,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticssecur | **Name** | **Type** | **Description** | | --- | --- | --- | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. | +| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. | --- @@ -1109,7 +1109,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. --- diff --git a/docs/syntheticsSecureCredential.java.md b/docs/syntheticsSecureCredential.java.md index 9769cd2ed..ac18c4bb9 100644 --- a/docs/syntheticsSecureCredential.java.md +++ b/docs/syntheticsSecureCredential.java.md @@ -4,7 +4,7 @@ ### SyntheticsSecureCredential -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential}. #### Initializers @@ -48,7 +48,7 @@ SyntheticsSecureCredential.Builder.create(Construct scope, java.lang.String id) | value | java.lang.String | The secure credential's value. | | accountId | java.lang.Number | The New Relic account ID where you want to create the secure credential. | | description | java.lang.String | The secure credential's description. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. | | lastUpdated | java.lang.String | The time the secure credential was last updated. | | timeouts | SyntheticsSecureCredentialTimeouts | timeouts block. | @@ -122,7 +122,7 @@ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The secure credential's value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to create the secure credential. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The secure credential's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#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. @@ -173,7 +173,7 @@ If you experience problems setting this value it might not be settable. Please t The time the secure credential was last updated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} --- @@ -658,7 +658,7 @@ The construct id used in the generated config for the SyntheticsSecureCredential The id of the existing SyntheticsSecureCredential that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use --- @@ -1051,7 +1051,7 @@ SyntheticsSecureCredentialConfig.builder() | value | java.lang.String | The secure credential's value. | | accountId | java.lang.Number | The New Relic account ID where you want to create the secure credential. | | description | java.lang.String | The secure credential's description. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. | | lastUpdated | java.lang.String | The time the secure credential was last updated. | | timeouts | SyntheticsSecureCredentialTimeouts | timeouts block. | @@ -1139,7 +1139,7 @@ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} --- @@ -1153,7 +1153,7 @@ public java.lang.String getValue(); The secure credential's value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} --- @@ -1167,7 +1167,7 @@ public java.lang.Number getAccountId(); The New Relic account ID where you want to create the secure credential. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} --- @@ -1181,7 +1181,7 @@ public java.lang.String getDescription(); The secure credential's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} --- @@ -1193,7 +1193,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#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. @@ -1210,7 +1210,7 @@ public java.lang.String getLastUpdated(); The time the secure credential was last updated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} --- @@ -1224,7 +1224,7 @@ public SyntheticsSecureCredentialTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} --- @@ -1244,7 +1244,7 @@ SyntheticsSecureCredentialTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. | +| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. | --- @@ -1256,7 +1256,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. --- diff --git a/docs/syntheticsSecureCredential.python.md b/docs/syntheticsSecureCredential.python.md index dca2b384f..746accd68 100644 --- a/docs/syntheticsSecureCredential.python.md +++ b/docs/syntheticsSecureCredential.python.md @@ -4,7 +4,7 @@ ### SyntheticsSecureCredential -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential}. #### Initializers @@ -46,7 +46,7 @@ syntheticsSecureCredential.SyntheticsSecureCredential( | value | str | The secure credential's value. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to create the secure credential. | | description | str | The secure credential's description. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. | | last_updated | str | The time the secure credential was last updated. | | timeouts | SyntheticsSecureCredentialTimeouts | timeouts block. | @@ -120,7 +120,7 @@ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The secure credential's value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to create the secure credential. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The secure credential's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#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. @@ -171,7 +171,7 @@ If you experience problems setting this value it might not be settable. Please t The time the secure credential was last updated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} --- @@ -558,7 +558,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. --- @@ -706,7 +706,7 @@ The construct id used in the generated config for the SyntheticsSecureCredential The id of the existing SyntheticsSecureCredential that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use --- @@ -1095,7 +1095,7 @@ syntheticsSecureCredential.SyntheticsSecureCredentialConfig( | value | str | The secure credential's value. | | account_id | typing.Union[int, float] | The New Relic account ID where you want to create the secure credential. | | description | str | The secure credential's description. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. | | last_updated | str | The time the secure credential was last updated. | | timeouts | SyntheticsSecureCredentialTimeouts | timeouts block. | @@ -1183,7 +1183,7 @@ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} --- @@ -1197,7 +1197,7 @@ value: str The secure credential's value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} --- @@ -1211,7 +1211,7 @@ account_id: typing.Union[int, float] The New Relic account ID where you want to create the secure credential. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} --- @@ -1225,7 +1225,7 @@ description: str The secure credential's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} --- @@ -1237,7 +1237,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#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. @@ -1254,7 +1254,7 @@ last_updated: str The time the secure credential was last updated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} --- @@ -1268,7 +1268,7 @@ timeouts: SyntheticsSecureCredentialTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} --- @@ -1288,7 +1288,7 @@ syntheticsSecureCredential.SyntheticsSecureCredentialTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. | +| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. | --- @@ -1300,7 +1300,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. --- diff --git a/docs/syntheticsSecureCredential.typescript.md b/docs/syntheticsSecureCredential.typescript.md index e0f004f7c..7285c1a72 100644 --- a/docs/syntheticsSecureCredential.typescript.md +++ b/docs/syntheticsSecureCredential.typescript.md @@ -4,7 +4,7 @@ ### SyntheticsSecureCredential -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the SyntheticsSecureCredential The id of the existing SyntheticsSecureCredential that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use --- @@ -889,7 +889,7 @@ const syntheticsSecureCredentialConfig: syntheticsSecureCredential.SyntheticsSec | value | string | The secure credential's value. | | accountId | number | The New Relic account ID where you want to create the secure credential. | | description | string | The secure credential's description. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. | | lastUpdated | string | The time the secure credential was last updated. | | timeouts | SyntheticsSecureCredentialTimeouts | timeouts block. | @@ -977,7 +977,7 @@ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} --- @@ -991,7 +991,7 @@ public readonly value: string; The secure credential's value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} --- @@ -1005,7 +1005,7 @@ public readonly accountId: number; The New Relic account ID where you want to create the secure credential. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} --- @@ -1019,7 +1019,7 @@ public readonly description: string; The secure credential's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} --- @@ -1031,7 +1031,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#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. @@ -1048,7 +1048,7 @@ public readonly lastUpdated: string; The time the secure credential was last updated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} --- @@ -1062,7 +1062,7 @@ public readonly timeouts: SyntheticsSecureCredentialTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} --- @@ -1080,7 +1080,7 @@ const syntheticsSecureCredentialTimeouts: syntheticsSecureCredential.SyntheticsS | **Name** | **Type** | **Description** | | --- | --- | --- | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. | +| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. | --- @@ -1092,7 +1092,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read}. --- diff --git a/docs/syntheticsStepMonitor.csharp.md b/docs/syntheticsStepMonitor.csharp.md index c9b81bd19..8d329ff9b 100644 --- a/docs/syntheticsStepMonitor.csharp.md +++ b/docs/syntheticsStepMonitor.csharp.md @@ -4,7 +4,7 @@ ### SyntheticsStepMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor}. #### Initializers @@ -77,6 +77,8 @@ Must be unique amongst siblings in the same scope | PutSteps | *No description.* | | PutTag | *No description.* | | ResetAccountId | *No description.* | +| ResetBrowsers | *No description.* | +| ResetDevices | *No description.* | | ResetEnableScreenshotOnFailureAndScript | *No description.* | | ResetId | *No description.* | | ResetLocationPrivate | *No description.* | @@ -418,6 +420,18 @@ private void PutTag(object Value) private void ResetAccountId() ``` +##### `ResetBrowsers` + +```csharp +private void ResetBrowsers() +``` + +##### `ResetDevices` + +```csharp +private void ResetDevices() +``` + ##### `ResetEnableScreenshotOnFailureAndScript` ```csharp @@ -569,7 +583,7 @@ The construct id used in the generated config for the SyntheticsStepMonitor to i The id of the existing SyntheticsStepMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#import import section} in the documentation of this resource for the id to use --- @@ -605,6 +619,8 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | Steps | SyntheticsStepMonitorStepsList | *No description.* | | Tag | SyntheticsStepMonitorTagList | *No description.* | | AccountIdInput | double | *No description.* | +| BrowsersInput | string[] | *No description.* | +| DevicesInput | string[] | *No description.* | | EnableScreenshotOnFailureAndScriptInput | object | *No description.* | | IdInput | string | *No description.* | | LocationPrivateInput | object | *No description.* | @@ -618,6 +634,8 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | TagInput | object | *No description.* | | UseUnsupportedLegacyRuntimeInput | object | *No description.* | | AccountId | double | *No description.* | +| Browsers | string[] | *No description.* | +| Devices | string[] | *No description.* | | EnableScreenshotOnFailureAndScript | object | *No description.* | | Id | string | *No description.* | | LocationsPublic | string[] | *No description.* | @@ -832,6 +850,26 @@ public double AccountIdInput { get; } --- +##### `BrowsersInput`Optional + +```csharp +public string[] BrowsersInput { get; } +``` + +- *Type:* string[] + +--- + +##### `DevicesInput`Optional + +```csharp +public string[] DevicesInput { get; } +``` + +- *Type:* string[] + +--- + ##### `EnableScreenshotOnFailureAndScriptInput`Optional ```csharp @@ -962,6 +1000,26 @@ public double AccountId { get; } --- +##### `Browsers`Required + +```csharp +public string[] Browsers { get; } +``` + +- *Type:* string[] + +--- + +##### `Devices`Required + +```csharp +public string[] Devices { get; } +``` + +- *Type:* string[] + +--- + ##### `EnableScreenshotOnFailureAndScript`Required ```csharp @@ -1092,6 +1150,8 @@ new SyntheticsStepMonitorConfig { string Status, object Steps, double AccountId = null, + string[] Browsers = null, + string[] Devices = null, object EnableScreenshotOnFailureAndScript = null, string Id = null, object LocationPrivate = null, @@ -1119,8 +1179,10 @@ new SyntheticsStepMonitorConfig { | Status | string | The monitor status (ENABLED or DISABLED). | | Steps | object | steps block. | | AccountId | double | ID of the newrelic account. | +| Browsers | string[] | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | +| Devices | string[] | The multiple devices list on which synthetic monitors will run. | | EnableScreenshotOnFailureAndScript | object | Capture a screenshot during job execution. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. | | LocationPrivate | object | location_private block. | | LocationsPublic | string[] | The public location(s) that the monitor will run jobs from. | | RuntimeType | string | The runtime type that the monitor will run. | @@ -1210,7 +1272,7 @@ public string Name { get; set; } The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} --- @@ -1226,7 +1288,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} --- @@ -1240,7 +1302,7 @@ public string Status { get; set; } The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} --- @@ -1254,7 +1316,7 @@ public object Steps { get; set; } steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} --- @@ -1268,7 +1330,37 @@ public double AccountId { get; set; } ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} + +--- + +##### `Browsers`Optional + +```csharp +public string[] Browsers { get; set; } +``` + +- *Type:* string[] + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#browsers SyntheticsStepMonitor#browsers} + +--- + +##### `Devices`Optional + +```csharp +public string[] Devices { get; set; } +``` + +- *Type:* string[] + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#devices SyntheticsStepMonitor#devices} --- @@ -1282,7 +1374,7 @@ public object EnableScreenshotOnFailureAndScript { get; set; } Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} --- @@ -1294,7 +1386,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#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. @@ -1311,7 +1403,7 @@ public object LocationPrivate { get; set; } location_private block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} --- @@ -1325,7 +1417,7 @@ public string[] LocationsPublic { get; set; } The public location(s) that the monitor will run jobs from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} --- @@ -1339,7 +1431,7 @@ public string RuntimeType { get; set; } The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} --- @@ -1353,7 +1445,7 @@ public string RuntimeTypeVersion { get; set; } The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} --- @@ -1367,7 +1459,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} --- @@ -1383,7 +1475,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} --- @@ -1419,7 +1511,7 @@ public string Guid { get; set; } The unique identifier for the Synthetics private location in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid} --- @@ -1433,7 +1525,7 @@ public string VsePassword { get; set; } The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password} --- @@ -1471,7 +1563,7 @@ public double Ordinal { get; set; } The position of the step within the script ranging from 0-100. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal} --- @@ -1485,7 +1577,7 @@ public string Type { get; set; } The type of step to be added to the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type} --- @@ -1499,7 +1591,7 @@ public string[] Values { get; set; } The metadata values related to the check the step performs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} --- @@ -1535,7 +1627,7 @@ public string Key { get; set; } Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key} --- @@ -1549,7 +1641,7 @@ public string[] Values { get; set; } Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} --- diff --git a/docs/syntheticsStepMonitor.go.md b/docs/syntheticsStepMonitor.go.md index 19784735a..d84f25e1e 100644 --- a/docs/syntheticsStepMonitor.go.md +++ b/docs/syntheticsStepMonitor.go.md @@ -4,7 +4,7 @@ ### SyntheticsStepMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor}. #### Initializers @@ -77,6 +77,8 @@ Must be unique amongst siblings in the same scope | PutSteps | *No description.* | | PutTag | *No description.* | | ResetAccountId | *No description.* | +| ResetBrowsers | *No description.* | +| ResetDevices | *No description.* | | ResetEnableScreenshotOnFailureAndScript | *No description.* | | ResetId | *No description.* | | ResetLocationPrivate | *No description.* | @@ -418,6 +420,18 @@ func PutTag(value interface{}) func ResetAccountId() ``` +##### `ResetBrowsers` + +```go +func ResetBrowsers() +``` + +##### `ResetDevices` + +```go +func ResetDevices() +``` + ##### `ResetEnableScreenshotOnFailureAndScript` ```go @@ -569,7 +583,7 @@ The construct id used in the generated config for the SyntheticsStepMonitor to i The id of the existing SyntheticsStepMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#import import section} in the documentation of this resource for the id to use --- @@ -605,6 +619,8 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | Steps | SyntheticsStepMonitorStepsList | *No description.* | | Tag | SyntheticsStepMonitorTagList | *No description.* | | AccountIdInput | *f64 | *No description.* | +| BrowsersInput | *[]*string | *No description.* | +| DevicesInput | *[]*string | *No description.* | | EnableScreenshotOnFailureAndScriptInput | interface{} | *No description.* | | IdInput | *string | *No description.* | | LocationPrivateInput | interface{} | *No description.* | @@ -618,6 +634,8 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | TagInput | interface{} | *No description.* | | UseUnsupportedLegacyRuntimeInput | interface{} | *No description.* | | AccountId | *f64 | *No description.* | +| Browsers | *[]*string | *No description.* | +| Devices | *[]*string | *No description.* | | EnableScreenshotOnFailureAndScript | interface{} | *No description.* | | Id | *string | *No description.* | | LocationsPublic | *[]*string | *No description.* | @@ -832,6 +850,26 @@ func AccountIdInput() *f64 --- +##### `BrowsersInput`Optional + +```go +func BrowsersInput() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `DevicesInput`Optional + +```go +func DevicesInput() *[]*string +``` + +- *Type:* *[]*string + +--- + ##### `EnableScreenshotOnFailureAndScriptInput`Optional ```go @@ -962,6 +1000,26 @@ func AccountId() *f64 --- +##### `Browsers`Required + +```go +func Browsers() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `Devices`Required + +```go +func Devices() *[]*string +``` + +- *Type:* *[]*string + +--- + ##### `EnableScreenshotOnFailureAndScript`Required ```go @@ -1092,6 +1150,8 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepm Status: *string, Steps: interface{}, AccountId: *f64, + Browsers: *[]*string, + Devices: *[]*string, EnableScreenshotOnFailureAndScript: interface{}, Id: *string, LocationPrivate: interface{}, @@ -1119,8 +1179,10 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/syntheticsstepm | Status | *string | The monitor status (ENABLED or DISABLED). | | Steps | interface{} | steps block. | | AccountId | *f64 | ID of the newrelic account. | +| Browsers | *[]*string | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | +| Devices | *[]*string | The multiple devices list on which synthetic monitors will run. | | EnableScreenshotOnFailureAndScript | interface{} | Capture a screenshot during job execution. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. | | LocationPrivate | interface{} | location_private block. | | LocationsPublic | *[]*string | The public location(s) that the monitor will run jobs from. | | RuntimeType | *string | The runtime type that the monitor will run. | @@ -1210,7 +1272,7 @@ Name *string The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} --- @@ -1226,7 +1288,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} --- @@ -1240,7 +1302,7 @@ Status *string The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} --- @@ -1254,7 +1316,7 @@ Steps interface{} steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} --- @@ -1268,7 +1330,37 @@ AccountId *f64 ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} + +--- + +##### `Browsers`Optional + +```go +Browsers *[]*string +``` + +- *Type:* *[]*string + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#browsers SyntheticsStepMonitor#browsers} + +--- + +##### `Devices`Optional + +```go +Devices *[]*string +``` + +- *Type:* *[]*string + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#devices SyntheticsStepMonitor#devices} --- @@ -1282,7 +1374,7 @@ EnableScreenshotOnFailureAndScript interface{} Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} --- @@ -1294,7 +1386,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#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. @@ -1311,7 +1403,7 @@ LocationPrivate interface{} location_private block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} --- @@ -1325,7 +1417,7 @@ LocationsPublic *[]*string The public location(s) that the monitor will run jobs from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} --- @@ -1339,7 +1431,7 @@ RuntimeType *string The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} --- @@ -1353,7 +1445,7 @@ RuntimeTypeVersion *string The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} --- @@ -1367,7 +1459,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} --- @@ -1383,7 +1475,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} --- @@ -1419,7 +1511,7 @@ Guid *string The unique identifier for the Synthetics private location in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid} --- @@ -1433,7 +1525,7 @@ VsePassword *string The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password} --- @@ -1471,7 +1563,7 @@ Ordinal *f64 The position of the step within the script ranging from 0-100. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal} --- @@ -1485,7 +1577,7 @@ Type *string The type of step to be added to the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type} --- @@ -1499,7 +1591,7 @@ Values *[]*string The metadata values related to the check the step performs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} --- @@ -1535,7 +1627,7 @@ Key *string Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key} --- @@ -1549,7 +1641,7 @@ Values *[]*string Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} --- diff --git a/docs/syntheticsStepMonitor.java.md b/docs/syntheticsStepMonitor.java.md index 88f835b1b..a9371a582 100644 --- a/docs/syntheticsStepMonitor.java.md +++ b/docs/syntheticsStepMonitor.java.md @@ -4,7 +4,7 @@ ### SyntheticsStepMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor}. #### Initializers @@ -29,6 +29,8 @@ SyntheticsStepMonitor.Builder.create(Construct scope, java.lang.String id) .steps(IResolvable) .steps(java.util.List) // .accountId(java.lang.Number) +// .browsers(java.util.List) +// .devices(java.util.List) // .enableScreenshotOnFailureAndScript(java.lang.Boolean) // .enableScreenshotOnFailureAndScript(IResolvable) // .id(java.lang.String) @@ -60,8 +62,10 @@ SyntheticsStepMonitor.Builder.create(Construct scope, java.lang.String id) | status | java.lang.String | The monitor status (ENABLED or DISABLED). | | steps | com.hashicorp.cdktf.IResolvable OR java.util.List<SyntheticsStepMonitorSteps> | steps block. | | accountId | java.lang.Number | ID of the newrelic account. | +| browsers | java.util.List | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | +| devices | java.util.List | The multiple devices list on which synthetic monitors will run. | | enableScreenshotOnFailureAndScript | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Capture a screenshot during job execution. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. | | locationPrivate | com.hashicorp.cdktf.IResolvable OR java.util.List<SyntheticsStepMonitorLocationPrivate> | location_private block. | | locationsPublic | java.util.List | The public location(s) that the monitor will run jobs from. | | runtimeType | java.lang.String | The runtime type that the monitor will run. | @@ -137,7 +141,7 @@ Must be unique amongst siblings in the same scope The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} --- @@ -149,7 +153,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} --- @@ -159,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} --- @@ -169,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} --- @@ -179,7 +183,29 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} + +--- + +##### `browsers`Optional + +- *Type:* java.util.List + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#browsers SyntheticsStepMonitor#browsers} + +--- + +##### `devices`Optional + +- *Type:* java.util.List + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#devices SyntheticsStepMonitor#devices} --- @@ -189,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} --- @@ -197,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#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. @@ -210,7 +236,7 @@ If you experience problems setting this value it might not be settable. Please t location_private block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} --- @@ -220,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The public location(s) that the monitor will run jobs from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} --- @@ -230,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} --- @@ -240,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} --- @@ -250,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} --- @@ -262,7 +288,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} --- @@ -297,6 +323,8 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre | putSteps | *No description.* | | putTag | *No description.* | | resetAccountId | *No description.* | +| resetBrowsers | *No description.* | +| resetDevices | *No description.* | | resetEnableScreenshotOnFailureAndScript | *No description.* | | resetId | *No description.* | | resetLocationPrivate | *No description.* | @@ -640,6 +668,18 @@ public void putTag(IResolvable OR java.util.List value public void resetAccountId() ``` +##### `resetBrowsers` + +```java +public void resetBrowsers() +``` + +##### `resetDevices` + +```java +public void resetDevices() +``` + ##### `resetEnableScreenshotOnFailureAndScript` ```java @@ -791,7 +831,7 @@ The construct id used in the generated config for the SyntheticsStepMonitor to i The id of the existing SyntheticsStepMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#import import section} in the documentation of this resource for the id to use --- @@ -827,6 +867,8 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | steps | SyntheticsStepMonitorStepsList | *No description.* | | tag | SyntheticsStepMonitorTagList | *No description.* | | accountIdInput | java.lang.Number | *No description.* | +| browsersInput | java.util.List | *No description.* | +| devicesInput | java.util.List | *No description.* | | enableScreenshotOnFailureAndScriptInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | idInput | java.lang.String | *No description.* | | locationPrivateInput | com.hashicorp.cdktf.IResolvable OR java.util.List<SyntheticsStepMonitorLocationPrivate> | *No description.* | @@ -840,6 +882,8 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | tagInput | com.hashicorp.cdktf.IResolvable OR java.util.List<SyntheticsStepMonitorTag> | *No description.* | | useUnsupportedLegacyRuntimeInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | accountId | java.lang.Number | *No description.* | +| browsers | java.util.List | *No description.* | +| devices | java.util.List | *No description.* | | enableScreenshotOnFailureAndScript | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | id | java.lang.String | *No description.* | | locationsPublic | java.util.List | *No description.* | @@ -1054,6 +1098,26 @@ public java.lang.Number getAccountIdInput(); --- +##### `browsersInput`Optional + +```java +public java.util.List getBrowsersInput(); +``` + +- *Type:* java.util.List + +--- + +##### `devicesInput`Optional + +```java +public java.util.List getDevicesInput(); +``` + +- *Type:* java.util.List + +--- + ##### `enableScreenshotOnFailureAndScriptInput`Optional ```java @@ -1184,6 +1248,26 @@ public java.lang.Number getAccountId(); --- +##### `browsers`Required + +```java +public java.util.List getBrowsers(); +``` + +- *Type:* java.util.List + +--- + +##### `devices`Required + +```java +public java.util.List getDevices(); +``` + +- *Type:* java.util.List + +--- + ##### `enableScreenshotOnFailureAndScript`Required ```java @@ -1319,6 +1403,8 @@ SyntheticsStepMonitorConfig.builder() .steps(IResolvable) .steps(java.util.List) // .accountId(java.lang.Number) +// .browsers(java.util.List) +// .devices(java.util.List) // .enableScreenshotOnFailureAndScript(java.lang.Boolean) // .enableScreenshotOnFailureAndScript(IResolvable) // .id(java.lang.String) @@ -1350,8 +1436,10 @@ SyntheticsStepMonitorConfig.builder() | status | java.lang.String | The monitor status (ENABLED or DISABLED). | | steps | com.hashicorp.cdktf.IResolvable OR java.util.List<SyntheticsStepMonitorSteps> | steps block. | | accountId | java.lang.Number | ID of the newrelic account. | +| browsers | java.util.List | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | +| devices | java.util.List | The multiple devices list on which synthetic monitors will run. | | enableScreenshotOnFailureAndScript | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Capture a screenshot during job execution. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. | | locationPrivate | com.hashicorp.cdktf.IResolvable OR java.util.List<SyntheticsStepMonitorLocationPrivate> | location_private block. | | locationsPublic | java.util.List | The public location(s) that the monitor will run jobs from. | | runtimeType | java.lang.String | The runtime type that the monitor will run. | @@ -1441,7 +1529,7 @@ public java.lang.String getName(); The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} --- @@ -1457,7 +1545,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} --- @@ -1471,7 +1559,7 @@ public java.lang.String getStatus(); The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} --- @@ -1485,7 +1573,7 @@ public java.lang.Object getSteps(); steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} --- @@ -1499,7 +1587,37 @@ public java.lang.Number getAccountId(); ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} + +--- + +##### `browsers`Optional + +```java +public java.util.List getBrowsers(); +``` + +- *Type:* java.util.List + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#browsers SyntheticsStepMonitor#browsers} + +--- + +##### `devices`Optional + +```java +public java.util.List getDevices(); +``` + +- *Type:* java.util.List + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#devices SyntheticsStepMonitor#devices} --- @@ -1513,7 +1631,7 @@ public java.lang.Object getEnableScreenshotOnFailureAndScript(); Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} --- @@ -1525,7 +1643,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#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. @@ -1542,7 +1660,7 @@ public java.lang.Object getLocationPrivate(); location_private block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} --- @@ -1556,7 +1674,7 @@ public java.util.List getLocationsPublic(); The public location(s) that the monitor will run jobs from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} --- @@ -1570,7 +1688,7 @@ public java.lang.String getRuntimeType(); The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} --- @@ -1584,7 +1702,7 @@ public java.lang.String getRuntimeTypeVersion(); The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} --- @@ -1598,7 +1716,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} --- @@ -1614,7 +1732,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} --- @@ -1650,7 +1768,7 @@ public java.lang.String getGuid(); The unique identifier for the Synthetics private location in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid} --- @@ -1664,7 +1782,7 @@ public java.lang.String getVsePassword(); The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password} --- @@ -1702,7 +1820,7 @@ public java.lang.Number getOrdinal(); The position of the step within the script ranging from 0-100. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal} --- @@ -1716,7 +1834,7 @@ public java.lang.String getType(); The type of step to be added to the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type} --- @@ -1730,7 +1848,7 @@ public java.util.List getValues(); The metadata values related to the check the step performs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} --- @@ -1766,7 +1884,7 @@ public java.lang.String getKey(); Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key} --- @@ -1780,7 +1898,7 @@ public java.util.List getValues(); Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} --- diff --git a/docs/syntheticsStepMonitor.python.md b/docs/syntheticsStepMonitor.python.md index 23b0ea5b9..e55a6dd51 100644 --- a/docs/syntheticsStepMonitor.python.md +++ b/docs/syntheticsStepMonitor.python.md @@ -4,7 +4,7 @@ ### SyntheticsStepMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor}. #### Initializers @@ -26,6 +26,8 @@ syntheticsStepMonitor.SyntheticsStepMonitor( status: str, steps: typing.Union[IResolvable, typing.List[SyntheticsStepMonitorSteps]], account_id: typing.Union[int, float] = None, + browsers: typing.List[str] = None, + devices: typing.List[str] = None, enable_screenshot_on_failure_and_script: typing.Union[bool, IResolvable] = None, id: str = None, location_private: typing.Union[IResolvable, typing.List[SyntheticsStepMonitorLocationPrivate]] = None, @@ -53,8 +55,10 @@ syntheticsStepMonitor.SyntheticsStepMonitor( | status | str | The monitor status (ENABLED or DISABLED). | | steps | typing.Union[cdktf.IResolvable, typing.List[SyntheticsStepMonitorSteps]] | steps block. | | account_id | typing.Union[int, float] | ID of the newrelic account. | +| browsers | typing.List[str] | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | +| devices | typing.List[str] | The multiple devices list on which synthetic monitors will run. | | enable_screenshot_on_failure_and_script | typing.Union[bool, cdktf.IResolvable] | Capture a screenshot during job execution. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. | | location_private | typing.Union[cdktf.IResolvable, typing.List[SyntheticsStepMonitorLocationPrivate]] | location_private block. | | locations_public | typing.List[str] | The public location(s) that the monitor will run jobs from. | | runtime_type | str | The runtime type that the monitor will run. | @@ -130,7 +134,7 @@ Must be unique amongst siblings in the same scope The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} --- @@ -142,7 +146,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} --- @@ -152,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} --- @@ -162,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} --- @@ -172,7 +176,29 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} + +--- + +##### `browsers`Optional + +- *Type:* typing.List[str] + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#browsers SyntheticsStepMonitor#browsers} + +--- + +##### `devices`Optional + +- *Type:* typing.List[str] + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#devices SyntheticsStepMonitor#devices} --- @@ -182,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} --- @@ -190,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#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. @@ -203,7 +229,7 @@ If you experience problems setting this value it might not be settable. Please t location_private block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} --- @@ -213,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The public location(s) that the monitor will run jobs from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} --- @@ -223,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} --- @@ -233,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} --- @@ -243,7 +269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} --- @@ -255,7 +281,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} --- @@ -290,6 +316,8 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre | put_steps | *No description.* | | put_tag | *No description.* | | reset_account_id | *No description.* | +| reset_browsers | *No description.* | +| reset_devices | *No description.* | | reset_enable_screenshot_on_failure_and_script | *No description.* | | reset_id | *No description.* | | reset_location_private | *No description.* | @@ -674,6 +702,18 @@ def put_tag( def reset_account_id() -> None ``` +##### `reset_browsers` + +```python +def reset_browsers() -> None +``` + +##### `reset_devices` + +```python +def reset_devices() -> None +``` + ##### `reset_enable_screenshot_on_failure_and_script` ```python @@ -836,7 +876,7 @@ The construct id used in the generated config for the SyntheticsStepMonitor to i The id of the existing SyntheticsStepMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#import import section} in the documentation of this resource for the id to use --- @@ -872,6 +912,8 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | steps | SyntheticsStepMonitorStepsList | *No description.* | | tag | SyntheticsStepMonitorTagList | *No description.* | | account_id_input | typing.Union[int, float] | *No description.* | +| browsers_input | typing.List[str] | *No description.* | +| devices_input | typing.List[str] | *No description.* | | enable_screenshot_on_failure_and_script_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | id_input | str | *No description.* | | location_private_input | typing.Union[cdktf.IResolvable, typing.List[SyntheticsStepMonitorLocationPrivate]] | *No description.* | @@ -885,6 +927,8 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | tag_input | typing.Union[cdktf.IResolvable, typing.List[SyntheticsStepMonitorTag]] | *No description.* | | use_unsupported_legacy_runtime_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | account_id | typing.Union[int, float] | *No description.* | +| browsers | typing.List[str] | *No description.* | +| devices | typing.List[str] | *No description.* | | enable_screenshot_on_failure_and_script | typing.Union[bool, cdktf.IResolvable] | *No description.* | | id | str | *No description.* | | locations_public | typing.List[str] | *No description.* | @@ -1099,6 +1143,26 @@ account_id_input: typing.Union[int, float] --- +##### `browsers_input`Optional + +```python +browsers_input: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `devices_input`Optional + +```python +devices_input: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + ##### `enable_screenshot_on_failure_and_script_input`Optional ```python @@ -1229,6 +1293,26 @@ account_id: typing.Union[int, float] --- +##### `browsers`Required + +```python +browsers: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `devices`Required + +```python +devices: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + ##### `enable_screenshot_on_failure_and_script`Required ```python @@ -1359,6 +1443,8 @@ syntheticsStepMonitor.SyntheticsStepMonitorConfig( status: str, steps: typing.Union[IResolvable, typing.List[SyntheticsStepMonitorSteps]], account_id: typing.Union[int, float] = None, + browsers: typing.List[str] = None, + devices: typing.List[str] = None, enable_screenshot_on_failure_and_script: typing.Union[bool, IResolvable] = None, id: str = None, location_private: typing.Union[IResolvable, typing.List[SyntheticsStepMonitorLocationPrivate]] = None, @@ -1386,8 +1472,10 @@ syntheticsStepMonitor.SyntheticsStepMonitorConfig( | status | str | The monitor status (ENABLED or DISABLED). | | steps | typing.Union[cdktf.IResolvable, typing.List[SyntheticsStepMonitorSteps]] | steps block. | | account_id | typing.Union[int, float] | ID of the newrelic account. | +| browsers | typing.List[str] | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | +| devices | typing.List[str] | The multiple devices list on which synthetic monitors will run. | | enable_screenshot_on_failure_and_script | typing.Union[bool, cdktf.IResolvable] | Capture a screenshot during job execution. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. | | location_private | typing.Union[cdktf.IResolvable, typing.List[SyntheticsStepMonitorLocationPrivate]] | location_private block. | | locations_public | typing.List[str] | The public location(s) that the monitor will run jobs from. | | runtime_type | str | The runtime type that the monitor will run. | @@ -1477,7 +1565,7 @@ name: str The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} --- @@ -1493,7 +1581,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} --- @@ -1507,7 +1595,7 @@ status: str The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} --- @@ -1521,7 +1609,7 @@ steps: typing.Union[IResolvable, typing.List[SyntheticsStepMonitorSteps]] steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} --- @@ -1535,7 +1623,37 @@ account_id: typing.Union[int, float] ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} + +--- + +##### `browsers`Optional + +```python +browsers: typing.List[str] +``` + +- *Type:* typing.List[str] + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#browsers SyntheticsStepMonitor#browsers} + +--- + +##### `devices`Optional + +```python +devices: typing.List[str] +``` + +- *Type:* typing.List[str] + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#devices SyntheticsStepMonitor#devices} --- @@ -1549,7 +1667,7 @@ enable_screenshot_on_failure_and_script: typing.Union[bool, IResolvable] Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} --- @@ -1561,7 +1679,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#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. @@ -1578,7 +1696,7 @@ location_private: typing.Union[IResolvable, typing.List[SyntheticsStepMonitorLoc location_private block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} --- @@ -1592,7 +1710,7 @@ locations_public: typing.List[str] The public location(s) that the monitor will run jobs from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} --- @@ -1606,7 +1724,7 @@ runtime_type: str The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} --- @@ -1620,7 +1738,7 @@ runtime_type_version: str The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} --- @@ -1634,7 +1752,7 @@ tag: typing.Union[IResolvable, typing.List[SyntheticsStepMonitorTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} --- @@ -1650,7 +1768,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} --- @@ -1686,7 +1804,7 @@ guid: str The unique identifier for the Synthetics private location in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid} --- @@ -1700,7 +1818,7 @@ vse_password: str The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password} --- @@ -1738,7 +1856,7 @@ ordinal: typing.Union[int, float] The position of the step within the script ranging from 0-100. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal} --- @@ -1752,7 +1870,7 @@ type: str The type of step to be added to the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type} --- @@ -1766,7 +1884,7 @@ values: typing.List[str] The metadata values related to the check the step performs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} --- @@ -1802,7 +1920,7 @@ key: str Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key} --- @@ -1816,7 +1934,7 @@ values: typing.List[str] Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} --- diff --git a/docs/syntheticsStepMonitor.typescript.md b/docs/syntheticsStepMonitor.typescript.md index a180c7e5b..b44f88aa6 100644 --- a/docs/syntheticsStepMonitor.typescript.md +++ b/docs/syntheticsStepMonitor.typescript.md @@ -4,7 +4,7 @@ ### SyntheticsStepMonitor -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor}. #### Initializers @@ -77,6 +77,8 @@ Must be unique amongst siblings in the same scope | putSteps | *No description.* | | putTag | *No description.* | | resetAccountId | *No description.* | +| resetBrowsers | *No description.* | +| resetDevices | *No description.* | | resetEnableScreenshotOnFailureAndScript | *No description.* | | resetId | *No description.* | | resetLocationPrivate | *No description.* | @@ -418,6 +420,18 @@ public putTag(value: IResolvable | SyntheticsStepMonitorTag[]): void public resetAccountId(): void ``` +##### `resetBrowsers` + +```typescript +public resetBrowsers(): void +``` + +##### `resetDevices` + +```typescript +public resetDevices(): void +``` + ##### `resetEnableScreenshotOnFailureAndScript` ```typescript @@ -569,7 +583,7 @@ The construct id used in the generated config for the SyntheticsStepMonitor to i The id of the existing SyntheticsStepMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#import import section} in the documentation of this resource for the id to use --- @@ -605,6 +619,8 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | steps | SyntheticsStepMonitorStepsList | *No description.* | | tag | SyntheticsStepMonitorTagList | *No description.* | | accountIdInput | number | *No description.* | +| browsersInput | string[] | *No description.* | +| devicesInput | string[] | *No description.* | | enableScreenshotOnFailureAndScriptInput | boolean \| cdktf.IResolvable | *No description.* | | idInput | string | *No description.* | | locationPrivateInput | cdktf.IResolvable \| SyntheticsStepMonitorLocationPrivate[] | *No description.* | @@ -618,6 +634,8 @@ Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3. | tagInput | cdktf.IResolvable \| SyntheticsStepMonitorTag[] | *No description.* | | useUnsupportedLegacyRuntimeInput | boolean \| cdktf.IResolvable | *No description.* | | accountId | number | *No description.* | +| browsers | string[] | *No description.* | +| devices | string[] | *No description.* | | enableScreenshotOnFailureAndScript | boolean \| cdktf.IResolvable | *No description.* | | id | string | *No description.* | | locationsPublic | string[] | *No description.* | @@ -832,6 +850,26 @@ public readonly accountIdInput: number; --- +##### `browsersInput`Optional + +```typescript +public readonly browsersInput: string[]; +``` + +- *Type:* string[] + +--- + +##### `devicesInput`Optional + +```typescript +public readonly devicesInput: string[]; +``` + +- *Type:* string[] + +--- + ##### `enableScreenshotOnFailureAndScriptInput`Optional ```typescript @@ -962,6 +1000,26 @@ public readonly accountId: number; --- +##### `browsers`Required + +```typescript +public readonly browsers: string[]; +``` + +- *Type:* string[] + +--- + +##### `devices`Required + +```typescript +public readonly devices: string[]; +``` + +- *Type:* string[] + +--- + ##### `enableScreenshotOnFailureAndScript`Required ```typescript @@ -1098,8 +1156,10 @@ const syntheticsStepMonitorConfig: syntheticsStepMonitor.SyntheticsStepMonitorCo | status | string | The monitor status (ENABLED or DISABLED). | | steps | cdktf.IResolvable \| SyntheticsStepMonitorSteps[] | steps block. | | accountId | number | ID of the newrelic account. | +| browsers | string[] | The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. | +| devices | string[] | The multiple devices list on which synthetic monitors will run. | | enableScreenshotOnFailureAndScript | boolean \| cdktf.IResolvable | Capture a screenshot during job execution. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. | | locationPrivate | cdktf.IResolvable \| SyntheticsStepMonitorLocationPrivate[] | location_private block. | | locationsPublic | string[] | The public location(s) that the monitor will run jobs from. | | runtimeType | string | The runtime type that the monitor will run. | @@ -1189,7 +1249,7 @@ public readonly name: string; The title of this monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} --- @@ -1205,7 +1265,7 @@ The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} --- @@ -1219,7 +1279,7 @@ public readonly status: string; The monitor status (ENABLED or DISABLED). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} --- @@ -1233,7 +1293,7 @@ public readonly steps: IResolvable | SyntheticsStepMonitorSteps[]; steps block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} --- @@ -1247,7 +1307,37 @@ public readonly accountId: number; ID of the newrelic account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} + +--- + +##### `browsers`Optional + +```typescript +public readonly browsers: string[]; +``` + +- *Type:* string[] + +The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#browsers SyntheticsStepMonitor#browsers} + +--- + +##### `devices`Optional + +```typescript +public readonly devices: string[]; +``` + +- *Type:* string[] + +The multiple devices list on which synthetic monitors will run. + +Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#devices SyntheticsStepMonitor#devices} --- @@ -1261,7 +1351,7 @@ public readonly enableScreenshotOnFailureAndScript: boolean | IResolvable; Capture a screenshot during job execution. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} --- @@ -1273,7 +1363,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#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. @@ -1290,7 +1380,7 @@ public readonly locationPrivate: IResolvable | SyntheticsStepMonitorLocationPriv location_private block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} --- @@ -1304,7 +1394,7 @@ public readonly locationsPublic: string[]; The public location(s) that the monitor will run jobs from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} --- @@ -1318,7 +1408,7 @@ public readonly runtimeType: string; The runtime type that the monitor will run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} --- @@ -1332,7 +1422,7 @@ public readonly runtimeTypeVersion: string; The specific semver version of the runtime type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} --- @@ -1346,7 +1436,7 @@ public readonly tag: IResolvable | SyntheticsStepMonitorTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} --- @@ -1362,7 +1452,7 @@ A boolean attribute to be set true by the customer, if they would like to use th Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} --- @@ -1395,7 +1485,7 @@ public readonly guid: string; The unique identifier for the Synthetics private location in New Relic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid} --- @@ -1409,7 +1499,7 @@ public readonly vsePassword: string; The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password} --- @@ -1443,7 +1533,7 @@ public readonly ordinal: number; The position of the step within the script ranging from 0-100. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal} --- @@ -1457,7 +1547,7 @@ public readonly type: string; The type of step to be added to the script. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type} --- @@ -1471,7 +1561,7 @@ public readonly values: string[]; The metadata values related to the check the step performs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} --- @@ -1504,7 +1594,7 @@ public readonly key: string; Name of the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key} --- @@ -1518,7 +1608,7 @@ public readonly values: string[]; Values associated with the tag key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} --- diff --git a/docs/user.csharp.md b/docs/user.csharp.md index d51bc5ca6..01e192e0b 100644 --- a/docs/user.csharp.md +++ b/docs/user.csharp.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user newrelic_user}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user newrelic_user}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -823,7 +823,7 @@ new UserConfig { | AuthenticationDomainId | string | The ID of the authentication domain the user will belong to. | | EmailId | string | The email ID of the user. | | Name | string | The name of the user. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#id User#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#id User#id}. | | UserType | string | The type of the user to be created. | --- @@ -908,7 +908,7 @@ public string AuthenticationDomainId { get; set; } The ID of the authentication domain the user will belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#authentication_domain_id User#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#authentication_domain_id User#authentication_domain_id} --- @@ -922,7 +922,7 @@ public string EmailId { get; set; } The email ID of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#email_id User#email_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#email_id User#email_id} --- @@ -936,7 +936,7 @@ public string Name { get; set; } The name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#name User#name} --- @@ -948,7 +948,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#id User#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. @@ -965,7 +965,7 @@ public string UserType { get; set; } The type of the user to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#user_type User#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#user_type User#user_type} --- diff --git a/docs/user.go.md b/docs/user.go.md index 0eb4bbd5c..32a27ba3b 100644 --- a/docs/user.go.md +++ b/docs/user.go.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user newrelic_user}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user newrelic_user}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -823,7 +823,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/user" | AuthenticationDomainId | *string | The ID of the authentication domain the user will belong to. | | EmailId | *string | The email ID of the user. | | Name | *string | The name of the user. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#id User#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#id User#id}. | | UserType | *string | The type of the user to be created. | --- @@ -908,7 +908,7 @@ AuthenticationDomainId *string The ID of the authentication domain the user will belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#authentication_domain_id User#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#authentication_domain_id User#authentication_domain_id} --- @@ -922,7 +922,7 @@ EmailId *string The email ID of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#email_id User#email_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#email_id User#email_id} --- @@ -936,7 +936,7 @@ Name *string The name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#name User#name} --- @@ -948,7 +948,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#id User#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. @@ -965,7 +965,7 @@ UserType *string The type of the user to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#user_type User#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#user_type User#user_type} --- diff --git a/docs/user.java.md b/docs/user.java.md index 2842ed8c1..f6ba2839d 100644 --- a/docs/user.java.md +++ b/docs/user.java.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user newrelic_user}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user newrelic_user}. #### Initializers @@ -45,7 +45,7 @@ User.Builder.create(Construct scope, java.lang.String id) | authenticationDomainId | java.lang.String | The ID of the authentication domain the user will belong to. | | emailId | java.lang.String | The email ID of the user. | | name | java.lang.String | The name of the user. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#id User#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#id User#id}. | | userType | java.lang.String | The type of the user to be created. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The ID of the authentication domain the user will belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#authentication_domain_id User#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#authentication_domain_id User#authentication_domain_id} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The email ID of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#email_id User#email_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#email_id User#email_id} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#name User#name} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#id User#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. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t The type of the user to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#user_type User#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#user_type User#user_type} --- @@ -598,7 +598,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -944,7 +944,7 @@ UserConfig.builder() | authenticationDomainId | java.lang.String | The ID of the authentication domain the user will belong to. | | emailId | java.lang.String | The email ID of the user. | | name | java.lang.String | The name of the user. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#id User#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#id User#id}. | | userType | java.lang.String | The type of the user to be created. | --- @@ -1029,7 +1029,7 @@ public java.lang.String getAuthenticationDomainId(); The ID of the authentication domain the user will belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#authentication_domain_id User#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#authentication_domain_id User#authentication_domain_id} --- @@ -1043,7 +1043,7 @@ public java.lang.String getEmailId(); The email ID of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#email_id User#email_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#email_id User#email_id} --- @@ -1057,7 +1057,7 @@ public java.lang.String getName(); The name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#name User#name} --- @@ -1069,7 +1069,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#id User#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. @@ -1086,7 +1086,7 @@ public java.lang.String getUserType(); The type of the user to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#user_type User#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#user_type User#user_type} --- diff --git a/docs/user.python.md b/docs/user.python.md index 6e1adaac6..1d1f12e67 100644 --- a/docs/user.python.md +++ b/docs/user.python.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user newrelic_user}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user newrelic_user}. #### Initializers @@ -43,7 +43,7 @@ user.User( | authentication_domain_id | str | The ID of the authentication domain the user will belong to. | | email_id | str | The email ID of the user. | | name | str | The name of the user. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#id User#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#id User#id}. | | user_type | str | The type of the user to be created. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The ID of the authentication domain the user will belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#authentication_domain_id User#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#authentication_domain_id User#authentication_domain_id} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The email ID of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#email_id User#email_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#email_id User#email_id} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#name User#name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#id User#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. @@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t The type of the user to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#user_type User#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#user_type User#user_type} --- @@ -642,7 +642,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -984,7 +984,7 @@ user.UserConfig( | authentication_domain_id | str | The ID of the authentication domain the user will belong to. | | email_id | str | The email ID of the user. | | name | str | The name of the user. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#id User#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#id User#id}. | | user_type | str | The type of the user to be created. | --- @@ -1069,7 +1069,7 @@ authentication_domain_id: str The ID of the authentication domain the user will belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#authentication_domain_id User#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#authentication_domain_id User#authentication_domain_id} --- @@ -1083,7 +1083,7 @@ email_id: str The email ID of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#email_id User#email_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#email_id User#email_id} --- @@ -1097,7 +1097,7 @@ name: str The name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#name User#name} --- @@ -1109,7 +1109,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#id User#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. @@ -1126,7 +1126,7 @@ user_type: str The type of the user to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#user_type User#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#user_type User#user_type} --- diff --git a/docs/user.typescript.md b/docs/user.typescript.md index f31389e12..84c4526d8 100644 --- a/docs/user.typescript.md +++ b/docs/user.typescript.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user newrelic_user}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user newrelic_user}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,7 @@ const userConfig: user.UserConfig = { ... } | authenticationDomainId | string | The ID of the authentication domain the user will belong to. | | emailId | string | The email ID of the user. | | name | string | The name of the user. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#id User#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#id User#id}. | | userType | string | The type of the user to be created. | --- @@ -895,7 +895,7 @@ public readonly authenticationDomainId: string; The ID of the authentication domain the user will belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#authentication_domain_id User#authentication_domain_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#authentication_domain_id User#authentication_domain_id} --- @@ -909,7 +909,7 @@ public readonly emailId: string; The email ID of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#email_id User#email_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#email_id User#email_id} --- @@ -923,7 +923,7 @@ public readonly name: string; The name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#name User#name} --- @@ -935,7 +935,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#id User#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. @@ -952,7 +952,7 @@ public readonly userType: string; The type of the user to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#user_type User#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#user_type User#user_type} --- diff --git a/docs/workflow.csharp.md b/docs/workflow.csharp.md index 3996cef5a..1c71cef18 100644 --- a/docs/workflow.csharp.md +++ b/docs/workflow.csharp.md @@ -4,7 +4,7 @@ ### Workflow -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow newrelic_workflow}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow newrelic_workflow}. #### Initializers @@ -548,7 +548,7 @@ The construct id used in the generated config for the Workflow to import. The id of the existing Workflow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#import import section} in the documentation of this resource for the id to use --- @@ -1044,7 +1044,7 @@ new WorkflowConfig { | Enabled | object | Indicates whether the workflow is enabled. | | Enrichments | WorkflowEnrichments | enrichments block. | | EnrichmentsEnabled | object | Indicates whether the enrichments are enabled. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#id Workflow#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#id Workflow#id}. | --- @@ -1128,7 +1128,7 @@ public object Destination { get; set; } destination block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destination Workflow#destination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destination Workflow#destination} --- @@ -1142,7 +1142,7 @@ public WorkflowIssuesFilter IssuesFilter { get; set; } issues_filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#issues_filter Workflow#issues_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#issues_filter Workflow#issues_filter} --- @@ -1156,7 +1156,7 @@ public string MutingRulesHandling { get; set; } The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} --- @@ -1170,7 +1170,7 @@ public string Name { get; set; } (Required) The name of the workflow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -1184,7 +1184,7 @@ public double AccountId { get; set; } The account id of the workflow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#account_id Workflow#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#account_id Workflow#account_id} --- @@ -1198,7 +1198,7 @@ public object DestinationsEnabled { get; set; } Indicates whether the destinations are enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} --- @@ -1212,7 +1212,7 @@ public object Enabled { get; set; } Indicates whether the workflow is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enabled Workflow#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enabled Workflow#enabled} --- @@ -1226,7 +1226,7 @@ public WorkflowEnrichments Enrichments { get; set; } enrichments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments Workflow#enrichments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments Workflow#enrichments} --- @@ -1240,7 +1240,7 @@ public object EnrichmentsEnabled { get; set; } Indicates whether the enrichments are enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} --- @@ -1252,7 +1252,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#id Workflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#id Workflow#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. @@ -1293,7 +1293,7 @@ public string ChannelId { get; set; } (Required) Destination's channel id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#channel_id Workflow#channel_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#channel_id Workflow#channel_id} --- @@ -1307,7 +1307,7 @@ public string[] NotificationTriggers { get; set; } List of triggers to notify about in this destination configuration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#notification_triggers Workflow#notification_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#notification_triggers Workflow#notification_triggers} --- @@ -1321,7 +1321,7 @@ public object UpdateOriginalMessage { get; set; } Update original notification message (Slack channels only). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#update_original_message Workflow#update_original_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#update_original_message Workflow#update_original_message} --- @@ -1355,7 +1355,7 @@ public object Nrql { get; set; } nrql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#nrql Workflow#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#nrql Workflow#nrql} --- @@ -1391,7 +1391,7 @@ public object Configuration { get; set; } configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#configuration Workflow#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#configuration Workflow#configuration} --- @@ -1405,7 +1405,7 @@ public string Name { get; set; } (Required) Enrichment's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -1439,7 +1439,7 @@ public string Query { get; set; } enrichment's NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#query Workflow#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#query Workflow#query} --- @@ -1477,7 +1477,7 @@ public string Name { get; set; } (Required) Filter's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -1491,7 +1491,7 @@ public string Type { get; set; } (Required) The type of the filter. One of: (FILTER, VIEW). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#type Workflow#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#type Workflow#type} --- @@ -1505,7 +1505,7 @@ public object Predicate { get; set; } predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#predicate Workflow#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#predicate Workflow#predicate} --- @@ -1543,7 +1543,7 @@ public string Attribute { get; set; } (Required) predicate's attribute. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#attribute Workflow#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#attribute Workflow#attribute} --- @@ -1559,7 +1559,7 @@ The type of the operator. One of: (CONTAINS, DOES_NOT_CONTAIN, DOES_NOT_EQUAL, DOES_NOT_EXACTLY_MATCH, ENDS_WITH, EQUAL, EXACTLY_MATCHES, GREATER_OR_EQUAL, GREATER_THAN, IS, IS_NOT, LESS_OR_EQUAL, LESS_THAN, STARTS_WITH). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#operator Workflow#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#operator Workflow#operator} --- @@ -1573,7 +1573,7 @@ public string[] Values { get; set; } List of predicate values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#values Workflow#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#values Workflow#values} --- diff --git a/docs/workflow.go.md b/docs/workflow.go.md index f5c01b2d3..146b0501e 100644 --- a/docs/workflow.go.md +++ b/docs/workflow.go.md @@ -4,7 +4,7 @@ ### Workflow -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow newrelic_workflow}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow newrelic_workflow}. #### Initializers @@ -548,7 +548,7 @@ The construct id used in the generated config for the Workflow to import. The id of the existing Workflow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#import import section} in the documentation of this resource for the id to use --- @@ -1044,7 +1044,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workflow" | Enabled | interface{} | Indicates whether the workflow is enabled. | | Enrichments | WorkflowEnrichments | enrichments block. | | EnrichmentsEnabled | interface{} | Indicates whether the enrichments are enabled. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#id Workflow#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#id Workflow#id}. | --- @@ -1128,7 +1128,7 @@ Destination interface{} destination block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destination Workflow#destination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destination Workflow#destination} --- @@ -1142,7 +1142,7 @@ IssuesFilter WorkflowIssuesFilter issues_filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#issues_filter Workflow#issues_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#issues_filter Workflow#issues_filter} --- @@ -1156,7 +1156,7 @@ MutingRulesHandling *string The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} --- @@ -1170,7 +1170,7 @@ Name *string (Required) The name of the workflow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -1184,7 +1184,7 @@ AccountId *f64 The account id of the workflow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#account_id Workflow#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#account_id Workflow#account_id} --- @@ -1198,7 +1198,7 @@ DestinationsEnabled interface{} Indicates whether the destinations are enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} --- @@ -1212,7 +1212,7 @@ Enabled interface{} Indicates whether the workflow is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enabled Workflow#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enabled Workflow#enabled} --- @@ -1226,7 +1226,7 @@ Enrichments WorkflowEnrichments enrichments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments Workflow#enrichments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments Workflow#enrichments} --- @@ -1240,7 +1240,7 @@ EnrichmentsEnabled interface{} Indicates whether the enrichments are enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} --- @@ -1252,7 +1252,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#id Workflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#id Workflow#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. @@ -1293,7 +1293,7 @@ ChannelId *string (Required) Destination's channel id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#channel_id Workflow#channel_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#channel_id Workflow#channel_id} --- @@ -1307,7 +1307,7 @@ NotificationTriggers *[]*string List of triggers to notify about in this destination configuration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#notification_triggers Workflow#notification_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#notification_triggers Workflow#notification_triggers} --- @@ -1321,7 +1321,7 @@ UpdateOriginalMessage interface{} Update original notification message (Slack channels only). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#update_original_message Workflow#update_original_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#update_original_message Workflow#update_original_message} --- @@ -1355,7 +1355,7 @@ Nrql interface{} nrql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#nrql Workflow#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#nrql Workflow#nrql} --- @@ -1391,7 +1391,7 @@ Configuration interface{} configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#configuration Workflow#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#configuration Workflow#configuration} --- @@ -1405,7 +1405,7 @@ Name *string (Required) Enrichment's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -1439,7 +1439,7 @@ Query *string enrichment's NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#query Workflow#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#query Workflow#query} --- @@ -1477,7 +1477,7 @@ Name *string (Required) Filter's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -1491,7 +1491,7 @@ Type *string (Required) The type of the filter. One of: (FILTER, VIEW). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#type Workflow#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#type Workflow#type} --- @@ -1505,7 +1505,7 @@ Predicate interface{} predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#predicate Workflow#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#predicate Workflow#predicate} --- @@ -1543,7 +1543,7 @@ Attribute *string (Required) predicate's attribute. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#attribute Workflow#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#attribute Workflow#attribute} --- @@ -1559,7 +1559,7 @@ The type of the operator. One of: (CONTAINS, DOES_NOT_CONTAIN, DOES_NOT_EQUAL, DOES_NOT_EXACTLY_MATCH, ENDS_WITH, EQUAL, EXACTLY_MATCHES, GREATER_OR_EQUAL, GREATER_THAN, IS, IS_NOT, LESS_OR_EQUAL, LESS_THAN, STARTS_WITH). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#operator Workflow#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#operator Workflow#operator} --- @@ -1573,7 +1573,7 @@ Values *[]*string List of predicate values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#values Workflow#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#values Workflow#values} --- diff --git a/docs/workflow.java.md b/docs/workflow.java.md index af6502c0b..f7614ae26 100644 --- a/docs/workflow.java.md +++ b/docs/workflow.java.md @@ -4,7 +4,7 @@ ### Workflow -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow newrelic_workflow}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow newrelic_workflow}. #### Initializers @@ -60,7 +60,7 @@ Workflow.Builder.create(Construct scope, java.lang.String id) | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Indicates whether the workflow is enabled. | | enrichments | WorkflowEnrichments | enrichments block. | | enrichmentsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Indicates whether the enrichments are enabled. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#id Workflow#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#id Workflow#id}. | --- @@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope destination block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destination Workflow#destination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destination Workflow#destination} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre issues_filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#issues_filter Workflow#issues_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#issues_filter Workflow#issues_filter} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre (Required) The name of the workflow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id of the workflow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#account_id Workflow#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#account_id Workflow#account_id} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Indicates whether the destinations are enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Indicates whether the workflow is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enabled Workflow#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enabled Workflow#enabled} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre enrichments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments Workflow#enrichments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments Workflow#enrichments} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Indicates whether the enrichments are enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#id Workflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#id Workflow#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. @@ -729,7 +729,7 @@ The construct id used in the generated config for the Workflow to import. The id of the existing Workflow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#import import section} in the documentation of this resource for the id to use --- @@ -1233,7 +1233,7 @@ WorkflowConfig.builder() | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Indicates whether the workflow is enabled. | | enrichments | WorkflowEnrichments | enrichments block. | | enrichmentsEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Indicates whether the enrichments are enabled. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#id Workflow#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#id Workflow#id}. | --- @@ -1317,7 +1317,7 @@ public java.lang.Object getDestination(); destination block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destination Workflow#destination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destination Workflow#destination} --- @@ -1331,7 +1331,7 @@ public WorkflowIssuesFilter getIssuesFilter(); issues_filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#issues_filter Workflow#issues_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#issues_filter Workflow#issues_filter} --- @@ -1345,7 +1345,7 @@ public java.lang.String getMutingRulesHandling(); The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} --- @@ -1359,7 +1359,7 @@ public java.lang.String getName(); (Required) The name of the workflow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -1373,7 +1373,7 @@ public java.lang.Number getAccountId(); The account id of the workflow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#account_id Workflow#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#account_id Workflow#account_id} --- @@ -1387,7 +1387,7 @@ public java.lang.Object getDestinationsEnabled(); Indicates whether the destinations are enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} --- @@ -1401,7 +1401,7 @@ public java.lang.Object getEnabled(); Indicates whether the workflow is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enabled Workflow#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enabled Workflow#enabled} --- @@ -1415,7 +1415,7 @@ public WorkflowEnrichments getEnrichments(); enrichments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments Workflow#enrichments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments Workflow#enrichments} --- @@ -1429,7 +1429,7 @@ public java.lang.Object getEnrichmentsEnabled(); Indicates whether the enrichments are enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} --- @@ -1441,7 +1441,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#id Workflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#id Workflow#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. @@ -1483,7 +1483,7 @@ public java.lang.String getChannelId(); (Required) Destination's channel id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#channel_id Workflow#channel_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#channel_id Workflow#channel_id} --- @@ -1497,7 +1497,7 @@ public java.util.List getNotificationTriggers(); List of triggers to notify about in this destination configuration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#notification_triggers Workflow#notification_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#notification_triggers Workflow#notification_triggers} --- @@ -1511,7 +1511,7 @@ public java.lang.Object getUpdateOriginalMessage(); Update original notification message (Slack channels only). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#update_original_message Workflow#update_original_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#update_original_message Workflow#update_original_message} --- @@ -1546,7 +1546,7 @@ public java.lang.Object getNrql(); nrql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#nrql Workflow#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#nrql Workflow#nrql} --- @@ -1583,7 +1583,7 @@ public java.lang.Object getConfiguration(); configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#configuration Workflow#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#configuration Workflow#configuration} --- @@ -1597,7 +1597,7 @@ public java.lang.String getName(); (Required) Enrichment's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -1631,7 +1631,7 @@ public java.lang.String getQuery(); enrichment's NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#query Workflow#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#query Workflow#query} --- @@ -1670,7 +1670,7 @@ public java.lang.String getName(); (Required) Filter's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -1684,7 +1684,7 @@ public java.lang.String getType(); (Required) The type of the filter. One of: (FILTER, VIEW). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#type Workflow#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#type Workflow#type} --- @@ -1698,7 +1698,7 @@ public java.lang.Object getPredicate(); predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#predicate Workflow#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#predicate Workflow#predicate} --- @@ -1736,7 +1736,7 @@ public java.lang.String getAttribute(); (Required) predicate's attribute. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#attribute Workflow#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#attribute Workflow#attribute} --- @@ -1752,7 +1752,7 @@ The type of the operator. One of: (CONTAINS, DOES_NOT_CONTAIN, DOES_NOT_EQUAL, DOES_NOT_EXACTLY_MATCH, ENDS_WITH, EQUAL, EXACTLY_MATCHES, GREATER_OR_EQUAL, GREATER_THAN, IS, IS_NOT, LESS_OR_EQUAL, LESS_THAN, STARTS_WITH). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#operator Workflow#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#operator Workflow#operator} --- @@ -1766,7 +1766,7 @@ public java.util.List getValues(); List of predicate values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#values Workflow#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#values Workflow#values} --- diff --git a/docs/workflow.python.md b/docs/workflow.python.md index bbeebe1e5..1757b0e75 100644 --- a/docs/workflow.python.md +++ b/docs/workflow.python.md @@ -4,7 +4,7 @@ ### Workflow -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow newrelic_workflow}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow newrelic_workflow}. #### Initializers @@ -54,7 +54,7 @@ workflow.Workflow( | enabled | typing.Union[bool, cdktf.IResolvable] | Indicates whether the workflow is enabled. | | enrichments | WorkflowEnrichments | enrichments block. | | enrichments_enabled | typing.Union[bool, cdktf.IResolvable] | Indicates whether the enrichments are enabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#id Workflow#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#id Workflow#id}. | --- @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope destination block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destination Workflow#destination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destination Workflow#destination} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre issues_filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#issues_filter Workflow#issues_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#issues_filter Workflow#issues_filter} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre (Required) The name of the workflow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The account id of the workflow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#account_id Workflow#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#account_id Workflow#account_id} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Indicates whether the destinations are enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Indicates whether the workflow is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enabled Workflow#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enabled Workflow#enabled} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre enrichments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments Workflow#enrichments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments Workflow#enrichments} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Indicates whether the enrichments are enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#id Workflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#id Workflow#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. @@ -611,7 +611,7 @@ def put_enrichments( nrql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#nrql Workflow#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#nrql Workflow#nrql} --- @@ -631,7 +631,7 @@ def put_issues_filter( (Required) Filter's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -641,7 +641,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre (Required) The type of the filter. One of: (FILTER, VIEW). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#type Workflow#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#type Workflow#type} --- @@ -651,7 +651,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#predicate Workflow#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#predicate Workflow#predicate} --- @@ -805,7 +805,7 @@ The construct id used in the generated config for the Workflow to import. The id of the existing Workflow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#import import section} in the documentation of this resource for the id to use --- @@ -1301,7 +1301,7 @@ workflow.WorkflowConfig( | enabled | typing.Union[bool, cdktf.IResolvable] | Indicates whether the workflow is enabled. | | enrichments | WorkflowEnrichments | enrichments block. | | enrichments_enabled | typing.Union[bool, cdktf.IResolvable] | Indicates whether the enrichments are enabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#id Workflow#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#id Workflow#id}. | --- @@ -1385,7 +1385,7 @@ destination: typing.Union[IResolvable, typing.List[WorkflowDestination]] destination block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destination Workflow#destination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destination Workflow#destination} --- @@ -1399,7 +1399,7 @@ issues_filter: WorkflowIssuesFilter issues_filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#issues_filter Workflow#issues_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#issues_filter Workflow#issues_filter} --- @@ -1413,7 +1413,7 @@ muting_rules_handling: str The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} --- @@ -1427,7 +1427,7 @@ name: str (Required) The name of the workflow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -1441,7 +1441,7 @@ account_id: typing.Union[int, float] The account id of the workflow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#account_id Workflow#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#account_id Workflow#account_id} --- @@ -1455,7 +1455,7 @@ destinations_enabled: typing.Union[bool, IResolvable] Indicates whether the destinations are enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} --- @@ -1469,7 +1469,7 @@ enabled: typing.Union[bool, IResolvable] Indicates whether the workflow is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enabled Workflow#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enabled Workflow#enabled} --- @@ -1483,7 +1483,7 @@ enrichments: WorkflowEnrichments enrichments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments Workflow#enrichments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments Workflow#enrichments} --- @@ -1497,7 +1497,7 @@ enrichments_enabled: typing.Union[bool, IResolvable] Indicates whether the enrichments are enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} --- @@ -1509,7 +1509,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#id Workflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#id Workflow#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. @@ -1550,7 +1550,7 @@ channel_id: str (Required) Destination's channel id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#channel_id Workflow#channel_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#channel_id Workflow#channel_id} --- @@ -1564,7 +1564,7 @@ notification_triggers: typing.List[str] List of triggers to notify about in this destination configuration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#notification_triggers Workflow#notification_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#notification_triggers Workflow#notification_triggers} --- @@ -1578,7 +1578,7 @@ update_original_message: typing.Union[bool, IResolvable] Update original notification message (Slack channels only). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#update_original_message Workflow#update_original_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#update_original_message Workflow#update_original_message} --- @@ -1612,7 +1612,7 @@ nrql: typing.Union[IResolvable, typing.List[WorkflowEnrichmentsNrql]] nrql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#nrql Workflow#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#nrql Workflow#nrql} --- @@ -1648,7 +1648,7 @@ configuration: typing.Union[IResolvable, typing.List[WorkflowEnrichmentsNrqlConf configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#configuration Workflow#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#configuration Workflow#configuration} --- @@ -1662,7 +1662,7 @@ name: str (Required) Enrichment's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -1696,7 +1696,7 @@ query: str enrichment's NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#query Workflow#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#query Workflow#query} --- @@ -1734,7 +1734,7 @@ name: str (Required) Filter's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -1748,7 +1748,7 @@ type: str (Required) The type of the filter. One of: (FILTER, VIEW). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#type Workflow#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#type Workflow#type} --- @@ -1762,7 +1762,7 @@ predicate: typing.Union[IResolvable, typing.List[WorkflowIssuesFilterPredicate]] predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#predicate Workflow#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#predicate Workflow#predicate} --- @@ -1800,7 +1800,7 @@ attribute: str (Required) predicate's attribute. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#attribute Workflow#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#attribute Workflow#attribute} --- @@ -1816,7 +1816,7 @@ The type of the operator. One of: (CONTAINS, DOES_NOT_CONTAIN, DOES_NOT_EQUAL, DOES_NOT_EXACTLY_MATCH, ENDS_WITH, EQUAL, EXACTLY_MATCHES, GREATER_OR_EQUAL, GREATER_THAN, IS, IS_NOT, LESS_OR_EQUAL, LESS_THAN, STARTS_WITH). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#operator Workflow#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#operator Workflow#operator} --- @@ -1830,7 +1830,7 @@ values: typing.List[str] List of predicate values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#values Workflow#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#values Workflow#values} --- diff --git a/docs/workflow.typescript.md b/docs/workflow.typescript.md index b8420d0a0..8de6d56fb 100644 --- a/docs/workflow.typescript.md +++ b/docs/workflow.typescript.md @@ -4,7 +4,7 @@ ### Workflow -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow newrelic_workflow}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow newrelic_workflow}. #### Initializers @@ -548,7 +548,7 @@ The construct id used in the generated config for the Workflow to import. The id of the existing Workflow that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#import import section} in the documentation of this resource for the id to use --- @@ -1026,7 +1026,7 @@ const workflowConfig: workflow.WorkflowConfig = { ... } | enabled | boolean \| cdktf.IResolvable | Indicates whether the workflow is enabled. | | enrichments | WorkflowEnrichments | enrichments block. | | enrichmentsEnabled | boolean \| cdktf.IResolvable | Indicates whether the enrichments are enabled. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#id Workflow#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#id Workflow#id}. | --- @@ -1110,7 +1110,7 @@ public readonly destination: IResolvable | WorkflowDestination[]; destination block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destination Workflow#destination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destination Workflow#destination} --- @@ -1124,7 +1124,7 @@ public readonly issuesFilter: WorkflowIssuesFilter; issues_filter block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#issues_filter Workflow#issues_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#issues_filter Workflow#issues_filter} --- @@ -1138,7 +1138,7 @@ public readonly mutingRulesHandling: string; The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} --- @@ -1152,7 +1152,7 @@ public readonly name: string; (Required) The name of the workflow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -1166,7 +1166,7 @@ public readonly accountId: number; The account id of the workflow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#account_id Workflow#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#account_id Workflow#account_id} --- @@ -1180,7 +1180,7 @@ public readonly destinationsEnabled: boolean | IResolvable; Indicates whether the destinations are enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} --- @@ -1194,7 +1194,7 @@ public readonly enabled: boolean | IResolvable; Indicates whether the workflow is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enabled Workflow#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enabled Workflow#enabled} --- @@ -1208,7 +1208,7 @@ public readonly enrichments: WorkflowEnrichments; enrichments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments Workflow#enrichments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments Workflow#enrichments} --- @@ -1222,7 +1222,7 @@ public readonly enrichmentsEnabled: boolean | IResolvable; Indicates whether the enrichments are enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} --- @@ -1234,7 +1234,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#id Workflow#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#id Workflow#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. @@ -1271,7 +1271,7 @@ public readonly channelId: string; (Required) Destination's channel id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#channel_id Workflow#channel_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#channel_id Workflow#channel_id} --- @@ -1285,7 +1285,7 @@ public readonly notificationTriggers: string[]; List of triggers to notify about in this destination configuration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#notification_triggers Workflow#notification_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#notification_triggers Workflow#notification_triggers} --- @@ -1299,7 +1299,7 @@ public readonly updateOriginalMessage: boolean | IResolvable; Update original notification message (Slack channels only). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#update_original_message Workflow#update_original_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#update_original_message Workflow#update_original_message} --- @@ -1331,7 +1331,7 @@ public readonly nrql: IResolvable | WorkflowEnrichmentsNrql[]; nrql block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#nrql Workflow#nrql} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#nrql Workflow#nrql} --- @@ -1364,7 +1364,7 @@ public readonly configuration: IResolvable | WorkflowEnrichmentsNrqlConfiguratio configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#configuration Workflow#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#configuration Workflow#configuration} --- @@ -1378,7 +1378,7 @@ public readonly name: string; (Required) Enrichment's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -1410,7 +1410,7 @@ public readonly query: string; enrichment's NRQL query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#query Workflow#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#query Workflow#query} --- @@ -1444,7 +1444,7 @@ public readonly name: string; (Required) Filter's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} --- @@ -1458,7 +1458,7 @@ public readonly type: string; (Required) The type of the filter. One of: (FILTER, VIEW). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#type Workflow#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#type Workflow#type} --- @@ -1472,7 +1472,7 @@ public readonly predicate: IResolvable | WorkflowIssuesFilterPredicate[]; predicate block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#predicate Workflow#predicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#predicate Workflow#predicate} --- @@ -1506,7 +1506,7 @@ public readonly attribute: string; (Required) predicate's attribute. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#attribute Workflow#attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#attribute Workflow#attribute} --- @@ -1522,7 +1522,7 @@ The type of the operator. One of: (CONTAINS, DOES_NOT_CONTAIN, DOES_NOT_EQUAL, DOES_NOT_EXACTLY_MATCH, ENDS_WITH, EQUAL, EXACTLY_MATCHES, GREATER_OR_EQUAL, GREATER_THAN, IS, IS_NOT, LESS_OR_EQUAL, LESS_THAN, STARTS_WITH). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#operator Workflow#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#operator Workflow#operator} --- @@ -1536,7 +1536,7 @@ public readonly values: string[]; List of predicate values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#values Workflow#values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#values Workflow#values} --- diff --git a/docs/workload.csharp.md b/docs/workload.csharp.md index 4a2ae60b6..934c9b78a 100644 --- a/docs/workload.csharp.md +++ b/docs/workload.csharp.md @@ -4,7 +4,7 @@ ### Workload -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload newrelic_workload}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload newrelic_workload}. #### Initializers @@ -562,7 +562,7 @@ The construct id used in the generated config for the Workload to import. The id of the existing Workload that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#import import section} in the documentation of this resource for the id to use --- @@ -1042,7 +1042,7 @@ new WorkloadConfig { | Description | string | Relevant information about the workload. | | EntityGuids | string[] | A list of entity GUIDs manually assigned to this workload. | | EntitySearchQuery | object | entity_search_query block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#id Workload#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#id Workload#id}. | | ScopeAccountIds | double[] | A list of account IDs that will be used to get entities from. | | StatusConfigAutomatic | WorkloadStatusConfigAutomatic | status_config_automatic block. | | StatusConfigStatic | WorkloadStatusConfigStatic | status_config_static block. | @@ -1129,7 +1129,7 @@ public string Name { get; set; } The workload's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#name Workload#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#name Workload#name} --- @@ -1143,7 +1143,7 @@ public double AccountId { get; set; } The New Relic account ID where you want to create the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#account_id Workload#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#account_id Workload#account_id} --- @@ -1157,7 +1157,7 @@ public string Description { get; set; } Relevant information about the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#description Workload#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#description Workload#description} --- @@ -1171,7 +1171,7 @@ public string[] EntityGuids { get; set; } A list of entity GUIDs manually assigned to this workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_guids Workload#entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_guids Workload#entity_guids} --- @@ -1185,7 +1185,7 @@ public object EntitySearchQuery { get; set; } entity_search_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_search_query Workload#entity_search_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_search_query Workload#entity_search_query} --- @@ -1197,7 +1197,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#id Workload#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#id Workload#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. @@ -1214,7 +1214,7 @@ public double[] ScopeAccountIds { get; set; } A list of account IDs that will be used to get entities from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#scope_account_ids Workload#scope_account_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#scope_account_ids Workload#scope_account_ids} --- @@ -1228,7 +1228,7 @@ public WorkloadStatusConfigAutomatic StatusConfigAutomatic { get; set; } status_config_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_automatic Workload#status_config_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_automatic Workload#status_config_automatic} --- @@ -1242,7 +1242,7 @@ public WorkloadStatusConfigStatic StatusConfigStatic { get; set; } status_config_static block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_static Workload#status_config_static} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_static Workload#status_config_static} --- @@ -1276,7 +1276,7 @@ public string Query { get; set; } A valid entity search query; empty, and null values are considered invalid. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#query Workload#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#query Workload#query} --- @@ -1314,7 +1314,7 @@ public object Enabled { get; set; } Whether the automatic status configuration is enabled or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#enabled Workload#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#enabled Workload#enabled} --- @@ -1328,7 +1328,7 @@ public WorkloadStatusConfigAutomaticRemainingEntitiesRule RemainingEntitiesRule remaining_entities_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule} --- @@ -1342,7 +1342,7 @@ public object Rule { get; set; } rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#rule Workload#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#rule Workload#rule} --- @@ -1376,7 +1376,7 @@ public WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRo remaining_entities_rule_rollup block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup} --- @@ -1416,7 +1416,7 @@ public string GroupBy { get; set; } The grouping to be applied to the remaining entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#group_by Workload#group_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#group_by Workload#group_by} --- @@ -1430,7 +1430,7 @@ public string Strategy { get; set; } The rollup strategy that is applied to a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#strategy Workload#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#strategy Workload#strategy} --- @@ -1446,7 +1446,7 @@ Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_type Workload#threshold_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_type Workload#threshold_type} --- @@ -1462,7 +1462,7 @@ Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_value Workload#threshold_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_value Workload#threshold_value} --- @@ -1500,7 +1500,7 @@ public WorkloadStatusConfigAutomaticRuleRollup Rollup { get; set; } rollup block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#rollup Workload#rollup} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#rollup Workload#rollup} --- @@ -1514,7 +1514,7 @@ public string[] EntityGuids { get; set; } A list of entity GUIDs composing the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_guids Workload#entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_guids Workload#entity_guids} --- @@ -1528,7 +1528,7 @@ public object NrqlQuery { get; set; } nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#nrql_query Workload#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#nrql_query Workload#nrql_query} --- @@ -1562,7 +1562,7 @@ public string Query { get; set; } The entity search query that is used to perform the search of a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#query Workload#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#query Workload#query} --- @@ -1600,7 +1600,7 @@ public string Strategy { get; set; } The rollup strategy that is applied to a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#strategy Workload#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#strategy Workload#strategy} --- @@ -1616,7 +1616,7 @@ Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_type Workload#threshold_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_type Workload#threshold_type} --- @@ -1632,7 +1632,7 @@ Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_value Workload#threshold_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_value Workload#threshold_value} --- @@ -1672,7 +1672,7 @@ public object Enabled { get; set; } Whether the static status configuration is enabled or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#enabled Workload#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#enabled Workload#enabled} --- @@ -1686,7 +1686,7 @@ public string Status { get; set; } The status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status Workload#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status Workload#status} --- @@ -1700,7 +1700,7 @@ public string Description { get; set; } A description that provides additional details about the status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#description Workload#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#description Workload#description} --- @@ -1714,7 +1714,7 @@ public string Summary { get; set; } A short description of the status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#summary Workload#summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#summary Workload#summary} --- diff --git a/docs/workload.go.md b/docs/workload.go.md index 254fd83ab..664062f54 100644 --- a/docs/workload.go.md +++ b/docs/workload.go.md @@ -4,7 +4,7 @@ ### Workload -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload newrelic_workload}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload newrelic_workload}. #### Initializers @@ -562,7 +562,7 @@ The construct id used in the generated config for the Workload to import. The id of the existing Workload that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#import import section} in the documentation of this resource for the id to use --- @@ -1042,7 +1042,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/workload" | Description | *string | Relevant information about the workload. | | EntityGuids | *[]*string | A list of entity GUIDs manually assigned to this workload. | | EntitySearchQuery | interface{} | entity_search_query block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#id Workload#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#id Workload#id}. | | ScopeAccountIds | *[]*f64 | A list of account IDs that will be used to get entities from. | | StatusConfigAutomatic | WorkloadStatusConfigAutomatic | status_config_automatic block. | | StatusConfigStatic | WorkloadStatusConfigStatic | status_config_static block. | @@ -1129,7 +1129,7 @@ Name *string The workload's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#name Workload#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#name Workload#name} --- @@ -1143,7 +1143,7 @@ AccountId *f64 The New Relic account ID where you want to create the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#account_id Workload#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#account_id Workload#account_id} --- @@ -1157,7 +1157,7 @@ Description *string Relevant information about the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#description Workload#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#description Workload#description} --- @@ -1171,7 +1171,7 @@ EntityGuids *[]*string A list of entity GUIDs manually assigned to this workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_guids Workload#entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_guids Workload#entity_guids} --- @@ -1185,7 +1185,7 @@ EntitySearchQuery interface{} entity_search_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_search_query Workload#entity_search_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_search_query Workload#entity_search_query} --- @@ -1197,7 +1197,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#id Workload#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#id Workload#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. @@ -1214,7 +1214,7 @@ ScopeAccountIds *[]*f64 A list of account IDs that will be used to get entities from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#scope_account_ids Workload#scope_account_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#scope_account_ids Workload#scope_account_ids} --- @@ -1228,7 +1228,7 @@ StatusConfigAutomatic WorkloadStatusConfigAutomatic status_config_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_automatic Workload#status_config_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_automatic Workload#status_config_automatic} --- @@ -1242,7 +1242,7 @@ StatusConfigStatic WorkloadStatusConfigStatic status_config_static block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_static Workload#status_config_static} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_static Workload#status_config_static} --- @@ -1276,7 +1276,7 @@ Query *string A valid entity search query; empty, and null values are considered invalid. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#query Workload#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#query Workload#query} --- @@ -1314,7 +1314,7 @@ Enabled interface{} Whether the automatic status configuration is enabled or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#enabled Workload#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#enabled Workload#enabled} --- @@ -1328,7 +1328,7 @@ RemainingEntitiesRule WorkloadStatusConfigAutomaticRemainingEntitiesRule remaining_entities_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule} --- @@ -1342,7 +1342,7 @@ Rule interface{} rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#rule Workload#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#rule Workload#rule} --- @@ -1376,7 +1376,7 @@ RemainingEntitiesRuleRollup WorkloadStatusConfigAutomaticRemainingEntitiesRuleRe remaining_entities_rule_rollup block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup} --- @@ -1416,7 +1416,7 @@ GroupBy *string The grouping to be applied to the remaining entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#group_by Workload#group_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#group_by Workload#group_by} --- @@ -1430,7 +1430,7 @@ Strategy *string The rollup strategy that is applied to a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#strategy Workload#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#strategy Workload#strategy} --- @@ -1446,7 +1446,7 @@ Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_type Workload#threshold_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_type Workload#threshold_type} --- @@ -1462,7 +1462,7 @@ Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_value Workload#threshold_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_value Workload#threshold_value} --- @@ -1500,7 +1500,7 @@ Rollup WorkloadStatusConfigAutomaticRuleRollup rollup block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#rollup Workload#rollup} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#rollup Workload#rollup} --- @@ -1514,7 +1514,7 @@ EntityGuids *[]*string A list of entity GUIDs composing the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_guids Workload#entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_guids Workload#entity_guids} --- @@ -1528,7 +1528,7 @@ NrqlQuery interface{} nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#nrql_query Workload#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#nrql_query Workload#nrql_query} --- @@ -1562,7 +1562,7 @@ Query *string The entity search query that is used to perform the search of a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#query Workload#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#query Workload#query} --- @@ -1600,7 +1600,7 @@ Strategy *string The rollup strategy that is applied to a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#strategy Workload#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#strategy Workload#strategy} --- @@ -1616,7 +1616,7 @@ Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_type Workload#threshold_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_type Workload#threshold_type} --- @@ -1632,7 +1632,7 @@ Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_value Workload#threshold_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_value Workload#threshold_value} --- @@ -1672,7 +1672,7 @@ Enabled interface{} Whether the static status configuration is enabled or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#enabled Workload#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#enabled Workload#enabled} --- @@ -1686,7 +1686,7 @@ Status *string The status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status Workload#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status Workload#status} --- @@ -1700,7 +1700,7 @@ Description *string A description that provides additional details about the status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#description Workload#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#description Workload#description} --- @@ -1714,7 +1714,7 @@ Summary *string A short description of the status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#summary Workload#summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#summary Workload#summary} --- diff --git a/docs/workload.java.md b/docs/workload.java.md index e49753c01..14c9a156c 100644 --- a/docs/workload.java.md +++ b/docs/workload.java.md @@ -4,7 +4,7 @@ ### Workload -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload newrelic_workload}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload newrelic_workload}. #### Initializers @@ -52,7 +52,7 @@ Workload.Builder.create(Construct scope, java.lang.String id) | description | java.lang.String | Relevant information about the workload. | | entityGuids | java.util.List | A list of entity GUIDs manually assigned to this workload. | | entitySearchQuery | com.hashicorp.cdktf.IResolvable OR java.util.List<WorkloadEntitySearchQuery> | entity_search_query block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#id Workload#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#id Workload#id}. | | scopeAccountIds | java.util.List | A list of account IDs that will be used to get entities from. | | statusConfigAutomatic | WorkloadStatusConfigAutomatic | status_config_automatic block. | | statusConfigStatic | WorkloadStatusConfigStatic | status_config_static block. | @@ -125,7 +125,7 @@ Must be unique amongst siblings in the same scope The workload's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#name Workload#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#name Workload#name} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to create the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#account_id Workload#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#account_id Workload#account_id} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Relevant information about the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#description Workload#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#description Workload#description} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A list of entity GUIDs manually assigned to this workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_guids Workload#entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_guids Workload#entity_guids} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre entity_search_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_search_query Workload#entity_search_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_search_query Workload#entity_search_query} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#id Workload#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#id Workload#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. @@ -186,7 +186,7 @@ If you experience problems setting this value it might not be settable. Please t A list of account IDs that will be used to get entities from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#scope_account_ids Workload#scope_account_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#scope_account_ids Workload#scope_account_ids} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre status_config_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_automatic Workload#status_config_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_automatic Workload#status_config_automatic} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre status_config_static block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_static Workload#status_config_static} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_static Workload#status_config_static} --- @@ -728,7 +728,7 @@ The construct id used in the generated config for the Workload to import. The id of the existing Workload that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#import import section} in the documentation of this resource for the id to use --- @@ -1213,7 +1213,7 @@ WorkloadConfig.builder() | description | java.lang.String | Relevant information about the workload. | | entityGuids | java.util.List | A list of entity GUIDs manually assigned to this workload. | | entitySearchQuery | com.hashicorp.cdktf.IResolvable OR java.util.List<WorkloadEntitySearchQuery> | entity_search_query block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#id Workload#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#id Workload#id}. | | scopeAccountIds | java.util.List | A list of account IDs that will be used to get entities from. | | statusConfigAutomatic | WorkloadStatusConfigAutomatic | status_config_automatic block. | | statusConfigStatic | WorkloadStatusConfigStatic | status_config_static block. | @@ -1300,7 +1300,7 @@ public java.lang.String getName(); The workload's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#name Workload#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#name Workload#name} --- @@ -1314,7 +1314,7 @@ public java.lang.Number getAccountId(); The New Relic account ID where you want to create the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#account_id Workload#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#account_id Workload#account_id} --- @@ -1328,7 +1328,7 @@ public java.lang.String getDescription(); Relevant information about the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#description Workload#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#description Workload#description} --- @@ -1342,7 +1342,7 @@ public java.util.List getEntityGuids(); A list of entity GUIDs manually assigned to this workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_guids Workload#entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_guids Workload#entity_guids} --- @@ -1356,7 +1356,7 @@ public java.lang.Object getEntitySearchQuery(); entity_search_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_search_query Workload#entity_search_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_search_query Workload#entity_search_query} --- @@ -1368,7 +1368,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#id Workload#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#id Workload#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. @@ -1385,7 +1385,7 @@ public java.util.List getScopeAccountIds(); A list of account IDs that will be used to get entities from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#scope_account_ids Workload#scope_account_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#scope_account_ids Workload#scope_account_ids} --- @@ -1399,7 +1399,7 @@ public WorkloadStatusConfigAutomatic getStatusConfigAutomatic(); status_config_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_automatic Workload#status_config_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_automatic Workload#status_config_automatic} --- @@ -1413,7 +1413,7 @@ public WorkloadStatusConfigStatic getStatusConfigStatic(); status_config_static block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_static Workload#status_config_static} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_static Workload#status_config_static} --- @@ -1447,7 +1447,7 @@ public java.lang.String getQuery(); A valid entity search query; empty, and null values are considered invalid. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#query Workload#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#query Workload#query} --- @@ -1487,7 +1487,7 @@ public java.lang.Object getEnabled(); Whether the automatic status configuration is enabled or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#enabled Workload#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#enabled Workload#enabled} --- @@ -1501,7 +1501,7 @@ public WorkloadStatusConfigAutomaticRemainingEntitiesRule getRemainingEntitiesRu remaining_entities_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule} --- @@ -1515,7 +1515,7 @@ public java.lang.Object getRule(); rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#rule Workload#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#rule Workload#rule} --- @@ -1549,7 +1549,7 @@ public WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRo remaining_entities_rule_rollup block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup} --- @@ -1589,7 +1589,7 @@ public java.lang.String getGroupBy(); The grouping to be applied to the remaining entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#group_by Workload#group_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#group_by Workload#group_by} --- @@ -1603,7 +1603,7 @@ public java.lang.String getStrategy(); The rollup strategy that is applied to a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#strategy Workload#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#strategy Workload#strategy} --- @@ -1619,7 +1619,7 @@ Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_type Workload#threshold_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_type Workload#threshold_type} --- @@ -1635,7 +1635,7 @@ Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_value Workload#threshold_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_value Workload#threshold_value} --- @@ -1674,7 +1674,7 @@ public WorkloadStatusConfigAutomaticRuleRollup getRollup(); rollup block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#rollup Workload#rollup} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#rollup Workload#rollup} --- @@ -1688,7 +1688,7 @@ public java.util.List getEntityGuids(); A list of entity GUIDs composing the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_guids Workload#entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_guids Workload#entity_guids} --- @@ -1702,7 +1702,7 @@ public java.lang.Object getNrqlQuery(); nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#nrql_query Workload#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#nrql_query Workload#nrql_query} --- @@ -1736,7 +1736,7 @@ public java.lang.String getQuery(); The entity search query that is used to perform the search of a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#query Workload#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#query Workload#query} --- @@ -1774,7 +1774,7 @@ public java.lang.String getStrategy(); The rollup strategy that is applied to a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#strategy Workload#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#strategy Workload#strategy} --- @@ -1790,7 +1790,7 @@ Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_type Workload#threshold_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_type Workload#threshold_type} --- @@ -1806,7 +1806,7 @@ Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_value Workload#threshold_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_value Workload#threshold_value} --- @@ -1847,7 +1847,7 @@ public java.lang.Object getEnabled(); Whether the static status configuration is enabled or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#enabled Workload#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#enabled Workload#enabled} --- @@ -1861,7 +1861,7 @@ public java.lang.String getStatus(); The status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status Workload#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status Workload#status} --- @@ -1875,7 +1875,7 @@ public java.lang.String getDescription(); A description that provides additional details about the status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#description Workload#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#description Workload#description} --- @@ -1889,7 +1889,7 @@ public java.lang.String getSummary(); A short description of the status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#summary Workload#summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#summary Workload#summary} --- diff --git a/docs/workload.python.md b/docs/workload.python.md index 7faf05809..313bf251d 100644 --- a/docs/workload.python.md +++ b/docs/workload.python.md @@ -4,7 +4,7 @@ ### Workload -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload newrelic_workload}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload newrelic_workload}. #### Initializers @@ -49,7 +49,7 @@ workload.Workload( | description | str | Relevant information about the workload. | | entity_guids | typing.List[str] | A list of entity GUIDs manually assigned to this workload. | | entity_search_query | typing.Union[cdktf.IResolvable, typing.List[WorkloadEntitySearchQuery]] | entity_search_query block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#id Workload#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#id Workload#id}. | | scope_account_ids | typing.List[typing.Union[int, float]] | A list of account IDs that will be used to get entities from. | | status_config_automatic | WorkloadStatusConfigAutomatic | status_config_automatic block. | | status_config_static | WorkloadStatusConfigStatic | status_config_static block. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The workload's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#name Workload#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#name Workload#name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The New Relic account ID where you want to create the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#account_id Workload#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#account_id Workload#account_id} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre Relevant information about the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#description Workload#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#description Workload#description} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A list of entity GUIDs manually assigned to this workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_guids Workload#entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_guids Workload#entity_guids} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre entity_search_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_search_query Workload#entity_search_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_search_query Workload#entity_search_query} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#id Workload#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#id Workload#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. @@ -183,7 +183,7 @@ If you experience problems setting this value it might not be settable. Please t A list of account IDs that will be used to get entities from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#scope_account_ids Workload#scope_account_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#scope_account_ids Workload#scope_account_ids} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre status_config_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_automatic Workload#status_config_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_automatic Workload#status_config_automatic} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre status_config_static block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_static Workload#status_config_static} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_static Workload#status_config_static} --- @@ -603,7 +603,7 @@ def put_status_config_automatic( Whether the automatic status configuration is enabled or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#enabled Workload#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#enabled Workload#enabled} --- @@ -613,7 +613,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre remaining_entities_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule} --- @@ -623,7 +623,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#rule Workload#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#rule Workload#rule} --- @@ -644,7 +644,7 @@ def put_status_config_static( Whether the static status configuration is enabled or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#enabled Workload#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#enabled Workload#enabled} --- @@ -654,7 +654,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status Workload#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status Workload#status} --- @@ -664,7 +664,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A description that provides additional details about the status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#description Workload#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#description Workload#description} --- @@ -674,7 +674,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre A short description of the status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#summary Workload#summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#summary Workload#summary} --- @@ -840,7 +840,7 @@ The construct id used in the generated config for the Workload to import. The id of the existing Workload that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#import import section} in the documentation of this resource for the id to use --- @@ -1320,7 +1320,7 @@ workload.WorkloadConfig( | description | str | Relevant information about the workload. | | entity_guids | typing.List[str] | A list of entity GUIDs manually assigned to this workload. | | entity_search_query | typing.Union[cdktf.IResolvable, typing.List[WorkloadEntitySearchQuery]] | entity_search_query block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#id Workload#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#id Workload#id}. | | scope_account_ids | typing.List[typing.Union[int, float]] | A list of account IDs that will be used to get entities from. | | status_config_automatic | WorkloadStatusConfigAutomatic | status_config_automatic block. | | status_config_static | WorkloadStatusConfigStatic | status_config_static block. | @@ -1407,7 +1407,7 @@ name: str The workload's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#name Workload#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#name Workload#name} --- @@ -1421,7 +1421,7 @@ account_id: typing.Union[int, float] The New Relic account ID where you want to create the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#account_id Workload#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#account_id Workload#account_id} --- @@ -1435,7 +1435,7 @@ description: str Relevant information about the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#description Workload#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#description Workload#description} --- @@ -1449,7 +1449,7 @@ entity_guids: typing.List[str] A list of entity GUIDs manually assigned to this workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_guids Workload#entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_guids Workload#entity_guids} --- @@ -1463,7 +1463,7 @@ entity_search_query: typing.Union[IResolvable, typing.List[WorkloadEntitySearchQ entity_search_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_search_query Workload#entity_search_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_search_query Workload#entity_search_query} --- @@ -1475,7 +1475,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#id Workload#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#id Workload#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. @@ -1492,7 +1492,7 @@ scope_account_ids: typing.List[typing.Union[int, float]] A list of account IDs that will be used to get entities from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#scope_account_ids Workload#scope_account_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#scope_account_ids Workload#scope_account_ids} --- @@ -1506,7 +1506,7 @@ status_config_automatic: WorkloadStatusConfigAutomatic status_config_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_automatic Workload#status_config_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_automatic Workload#status_config_automatic} --- @@ -1520,7 +1520,7 @@ status_config_static: WorkloadStatusConfigStatic status_config_static block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_static Workload#status_config_static} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_static Workload#status_config_static} --- @@ -1554,7 +1554,7 @@ query: str A valid entity search query; empty, and null values are considered invalid. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#query Workload#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#query Workload#query} --- @@ -1592,7 +1592,7 @@ enabled: typing.Union[bool, IResolvable] Whether the automatic status configuration is enabled or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#enabled Workload#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#enabled Workload#enabled} --- @@ -1606,7 +1606,7 @@ remaining_entities_rule: WorkloadStatusConfigAutomaticRemainingEntitiesRule remaining_entities_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule} --- @@ -1620,7 +1620,7 @@ rule: typing.Union[IResolvable, typing.List[WorkloadStatusConfigAutomaticRule]] rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#rule Workload#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#rule Workload#rule} --- @@ -1654,7 +1654,7 @@ remaining_entities_rule_rollup: WorkloadStatusConfigAutomaticRemainingEntitiesRu remaining_entities_rule_rollup block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup} --- @@ -1694,7 +1694,7 @@ group_by: str The grouping to be applied to the remaining entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#group_by Workload#group_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#group_by Workload#group_by} --- @@ -1708,7 +1708,7 @@ strategy: str The rollup strategy that is applied to a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#strategy Workload#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#strategy Workload#strategy} --- @@ -1724,7 +1724,7 @@ Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_type Workload#threshold_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_type Workload#threshold_type} --- @@ -1740,7 +1740,7 @@ Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_value Workload#threshold_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_value Workload#threshold_value} --- @@ -1778,7 +1778,7 @@ rollup: WorkloadStatusConfigAutomaticRuleRollup rollup block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#rollup Workload#rollup} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#rollup Workload#rollup} --- @@ -1792,7 +1792,7 @@ entity_guids: typing.List[str] A list of entity GUIDs composing the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_guids Workload#entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_guids Workload#entity_guids} --- @@ -1806,7 +1806,7 @@ nrql_query: typing.Union[IResolvable, typing.List[WorkloadStatusConfigAutomaticR nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#nrql_query Workload#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#nrql_query Workload#nrql_query} --- @@ -1840,7 +1840,7 @@ query: str The entity search query that is used to perform the search of a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#query Workload#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#query Workload#query} --- @@ -1878,7 +1878,7 @@ strategy: str The rollup strategy that is applied to a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#strategy Workload#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#strategy Workload#strategy} --- @@ -1894,7 +1894,7 @@ Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_type Workload#threshold_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_type Workload#threshold_type} --- @@ -1910,7 +1910,7 @@ Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_value Workload#threshold_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_value Workload#threshold_value} --- @@ -1950,7 +1950,7 @@ enabled: typing.Union[bool, IResolvable] Whether the static status configuration is enabled or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#enabled Workload#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#enabled Workload#enabled} --- @@ -1964,7 +1964,7 @@ status: str The status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status Workload#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status Workload#status} --- @@ -1978,7 +1978,7 @@ description: str A description that provides additional details about the status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#description Workload#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#description Workload#description} --- @@ -1992,7 +1992,7 @@ summary: str A short description of the status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#summary Workload#summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#summary Workload#summary} --- @@ -2730,7 +2730,7 @@ def put_remaining_entities_rule( remaining_entities_rule_rollup block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup} --- @@ -3118,7 +3118,7 @@ def put_remaining_entities_rule_rollup( The grouping to be applied to the remaining entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#group_by Workload#group_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#group_by Workload#group_by} --- @@ -3128,7 +3128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre The rollup strategy that is applied to a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#strategy Workload#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#strategy Workload#strategy} --- @@ -3140,7 +3140,7 @@ Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_type Workload#threshold_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_type Workload#threshold_type} --- @@ -3152,7 +3152,7 @@ Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_value Workload#threshold_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_value Workload#threshold_value} --- @@ -4538,7 +4538,7 @@ def put_rollup( The rollup strategy that is applied to a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#strategy Workload#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#strategy Workload#strategy} --- @@ -4550,7 +4550,7 @@ Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_type Workload#threshold_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_type Workload#threshold_type} --- @@ -4562,7 +4562,7 @@ Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_value Workload#threshold_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_value Workload#threshold_value} --- diff --git a/docs/workload.typescript.md b/docs/workload.typescript.md index b627473d9..e5f874683 100644 --- a/docs/workload.typescript.md +++ b/docs/workload.typescript.md @@ -4,7 +4,7 @@ ### Workload -Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload newrelic_workload}. +Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload newrelic_workload}. #### Initializers @@ -562,7 +562,7 @@ The construct id used in the generated config for the Workload to import. The id of the existing Workload that should be imported. -Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#import import section} in the documentation of this resource for the id to use --- @@ -1025,7 +1025,7 @@ const workloadConfig: workload.WorkloadConfig = { ... } | description | string | Relevant information about the workload. | | entityGuids | string[] | A list of entity GUIDs manually assigned to this workload. | | entitySearchQuery | cdktf.IResolvable \| WorkloadEntitySearchQuery[] | entity_search_query block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#id Workload#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#id Workload#id}. | | scopeAccountIds | number[] | A list of account IDs that will be used to get entities from. | | statusConfigAutomatic | WorkloadStatusConfigAutomatic | status_config_automatic block. | | statusConfigStatic | WorkloadStatusConfigStatic | status_config_static block. | @@ -1112,7 +1112,7 @@ public readonly name: string; The workload's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#name Workload#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#name Workload#name} --- @@ -1126,7 +1126,7 @@ public readonly accountId: number; The New Relic account ID where you want to create the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#account_id Workload#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#account_id Workload#account_id} --- @@ -1140,7 +1140,7 @@ public readonly description: string; Relevant information about the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#description Workload#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#description Workload#description} --- @@ -1154,7 +1154,7 @@ public readonly entityGuids: string[]; A list of entity GUIDs manually assigned to this workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_guids Workload#entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_guids Workload#entity_guids} --- @@ -1168,7 +1168,7 @@ public readonly entitySearchQuery: IResolvable | WorkloadEntitySearchQuery[]; entity_search_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_search_query Workload#entity_search_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_search_query Workload#entity_search_query} --- @@ -1180,7 +1180,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#id Workload#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#id Workload#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. @@ -1197,7 +1197,7 @@ public readonly scopeAccountIds: number[]; A list of account IDs that will be used to get entities from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#scope_account_ids Workload#scope_account_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#scope_account_ids Workload#scope_account_ids} --- @@ -1211,7 +1211,7 @@ public readonly statusConfigAutomatic: WorkloadStatusConfigAutomatic; status_config_automatic block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_automatic Workload#status_config_automatic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_automatic Workload#status_config_automatic} --- @@ -1225,7 +1225,7 @@ public readonly statusConfigStatic: WorkloadStatusConfigStatic; status_config_static block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_static Workload#status_config_static} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_static Workload#status_config_static} --- @@ -1257,7 +1257,7 @@ public readonly query: string; A valid entity search query; empty, and null values are considered invalid. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#query Workload#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#query Workload#query} --- @@ -1291,7 +1291,7 @@ public readonly enabled: boolean | IResolvable; Whether the automatic status configuration is enabled or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#enabled Workload#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#enabled Workload#enabled} --- @@ -1305,7 +1305,7 @@ public readonly remainingEntitiesRule: WorkloadStatusConfigAutomaticRemainingEnt remaining_entities_rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule} --- @@ -1319,7 +1319,7 @@ public readonly rule: IResolvable | WorkloadStatusConfigAutomaticRule[]; rule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#rule Workload#rule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#rule Workload#rule} --- @@ -1351,7 +1351,7 @@ public readonly remainingEntitiesRuleRollup: WorkloadStatusConfigAutomaticRemain remaining_entities_rule_rollup block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup} --- @@ -1386,7 +1386,7 @@ public readonly groupBy: string; The grouping to be applied to the remaining entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#group_by Workload#group_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#group_by Workload#group_by} --- @@ -1400,7 +1400,7 @@ public readonly strategy: string; The rollup strategy that is applied to a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#strategy Workload#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#strategy Workload#strategy} --- @@ -1416,7 +1416,7 @@ Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_type Workload#threshold_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_type Workload#threshold_type} --- @@ -1432,7 +1432,7 @@ Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_value Workload#threshold_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_value Workload#threshold_value} --- @@ -1466,7 +1466,7 @@ public readonly rollup: WorkloadStatusConfigAutomaticRuleRollup; rollup block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#rollup Workload#rollup} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#rollup Workload#rollup} --- @@ -1480,7 +1480,7 @@ public readonly entityGuids: string[]; A list of entity GUIDs composing the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_guids Workload#entity_guids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_guids Workload#entity_guids} --- @@ -1494,7 +1494,7 @@ public readonly nrqlQuery: IResolvable | WorkloadStatusConfigAutomaticRuleNrqlQu nrql_query block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#nrql_query Workload#nrql_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#nrql_query Workload#nrql_query} --- @@ -1526,7 +1526,7 @@ public readonly query: string; The entity search query that is used to perform the search of a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#query Workload#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#query Workload#query} --- @@ -1560,7 +1560,7 @@ public readonly strategy: string; The rollup strategy that is applied to a group of entities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#strategy Workload#strategy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#strategy Workload#strategy} --- @@ -1576,7 +1576,7 @@ Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_type Workload#threshold_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_type Workload#threshold_type} --- @@ -1592,7 +1592,7 @@ Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_value Workload#threshold_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_value Workload#threshold_value} --- @@ -1627,7 +1627,7 @@ public readonly enabled: boolean | IResolvable; Whether the static status configuration is enabled or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#enabled Workload#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#enabled Workload#enabled} --- @@ -1641,7 +1641,7 @@ public readonly status: string; The status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status Workload#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status Workload#status} --- @@ -1655,7 +1655,7 @@ public readonly description: string; A description that provides additional details about the status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#description Workload#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#description Workload#description} --- @@ -1669,7 +1669,7 @@ public readonly summary: string; A short description of the status of the workload. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#summary Workload#summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#summary Workload#summary} --- diff --git a/package.json b/package.json index 6d5aae22b..58eaefd29 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "isDeprecated": false, "provider": { "name": "registry.terraform.io/newrelic/newrelic", - "version": "3.45.2" + "version": "3.46.0" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." diff --git a/src/account-management/README.md b/src/account-management/README.md index a159d332b..6261dc1bc 100644 --- a/src/account-management/README.md +++ b/src/account-management/README.md @@ -1,3 +1,3 @@ # `newrelic_account_management` -Refer to the Terraform Registry for docs: [`newrelic_account_management`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management). +Refer to the Terraform Registry for docs: [`newrelic_account_management`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management). diff --git a/src/account-management/index.ts b/src/account-management/index.ts index 81a47c9d7..03981a10a 100644 --- a/src/account-management/index.ts +++ b/src/account-management/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface AccountManagementConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#id AccountManagement#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#id AccountManagement#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. @@ -22,19 +22,19 @@ export interface AccountManagementConfig extends cdktf.TerraformMetaArguments { /** * Name of the account to be created * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#name AccountManagement#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#name AccountManagement#name} */ readonly name: string; /** * A description of what this parsing rule represents. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#region AccountManagement#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#region AccountManagement#region} */ readonly region: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management newrelic_account_management} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management newrelic_account_management} */ export class AccountManagement extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class AccountManagement extends cdktf.TerraformResource { * Generates CDKTF code for importing a AccountManagement resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AccountManagement to import - * @param importFromId The id of the existing AccountManagement that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AccountManagement that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AccountManagement to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class AccountManagement extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/account_management newrelic_account_management} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/account_management newrelic_account_management} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -73,7 +73,7 @@ export class AccountManagement extends cdktf.TerraformResource { terraformResourceType: 'newrelic_account_management', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/alert-channel/README.md b/src/alert-channel/README.md index 2f60942b5..b62bc5e3a 100644 --- a/src/alert-channel/README.md +++ b/src/alert-channel/README.md @@ -1,3 +1,3 @@ # `newrelic_alert_channel` -Refer to the Terraform Registry for docs: [`newrelic_alert_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel). +Refer to the Terraform Registry for docs: [`newrelic_alert_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel). diff --git a/src/alert-channel/index.ts b/src/alert-channel/index.ts index f47526855..1bb6f82b4 100644 --- a/src/alert-channel/index.ts +++ b/src/alert-channel/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface AlertChannelConfig extends cdktf.TerraformMetaArguments { /** * The New Relic account ID where you want to create alert channels. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#account_id AlertChannel#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#account_id AlertChannel#account_id} */ readonly accountId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#id AlertChannel#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#id AlertChannel#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. @@ -28,19 +28,19 @@ export interface AlertChannelConfig extends cdktf.TerraformMetaArguments { /** * (Required) The name of the channel. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#name AlertChannel#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#name AlertChannel#name} */ readonly name: string; /** - * (Required) The type of channel. One of: (slack, user, victorops, webhook, email, opsgenie, pagerduty). + * (Required) The type of channel. One of: (email, opsgenie, pagerduty, slack, user, victorops, webhook). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#type AlertChannel#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#type AlertChannel#type} */ readonly type: string; /** * config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#config AlertChannel#config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#config AlertChannel#config} */ readonly config?: AlertChannelConfigA; } @@ -48,127 +48,127 @@ export interface AlertChannelConfigA { /** * The API key for integrating with OpsGenie. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#api_key AlertChannel#api_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#api_key AlertChannel#api_key} */ readonly apiKey?: string; /** * Specifies an authentication password for use with a channel. Supported by the webhook channel type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_password AlertChannel#auth_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_password AlertChannel#auth_password} */ readonly authPassword?: string; /** * Specifies an authentication method for use with a channel. Supported by the webhook channel type. Only HTTP basic authentication is currently supported via the value BASIC. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_type AlertChannel#auth_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_type AlertChannel#auth_type} */ readonly authType?: string; /** * Specifies an authentication username for use with a channel. Supported by the webhook channel type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#auth_username AlertChannel#auth_username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#auth_username AlertChannel#auth_username} */ readonly authUsername?: string; /** * The base URL of the webhook destination. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#base_url AlertChannel#base_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#base_url AlertChannel#base_url} */ readonly baseUrl?: string; /** * The Slack channel to send notifications to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#channel AlertChannel#channel} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#channel AlertChannel#channel} */ readonly channel?: string; /** * A map of key/value pairs that represents extra HTTP headers to be sent along with the webhook payload. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#headers AlertChannel#headers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#headers AlertChannel#headers} */ readonly headers?: { [key: string]: string }; /** * Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with headers. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#headers_string AlertChannel#headers_string} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#headers_string AlertChannel#headers_string} */ readonly headersString?: string; /** * true or false. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment} */ readonly includeJsonAttachment?: string; /** * The key for integrating with VictorOps. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#key AlertChannel#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#key AlertChannel#key} */ readonly key?: string; /** * A map of key/value pairs that represents the webhook payload. Must provide payload_type if setting this argument. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload AlertChannel#payload} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload AlertChannel#payload} */ readonly payload?: { [key: string]: string }; /** * Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with payload. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload_string AlertChannel#payload_string} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload_string AlertChannel#payload_string} */ readonly payloadString?: string; /** * Can either be application/json or application/x-www-form-urlencoded. The payload_type argument is required if payload is set. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#payload_type AlertChannel#payload_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#payload_type AlertChannel#payload_type} */ readonly payloadType?: string; /** * A set of recipients for targeting notifications. Multiple values are comma separated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#recipients AlertChannel#recipients} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#recipients AlertChannel#recipients} */ readonly recipients?: string; /** * The data center region to store your data. Valid values are US and EU. Default is US. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#region AlertChannel#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#region AlertChannel#region} */ readonly region?: string; /** * The route key for integrating with VictorOps. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#route_key AlertChannel#route_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#route_key AlertChannel#route_key} */ readonly routeKey?: string; /** * Specifies the service key for integrating with Pagerduty. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#service_key AlertChannel#service_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#service_key AlertChannel#service_key} */ readonly serviceKey?: string; /** * A set of tags for targeting notifications. Multiple values are comma separated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#tags AlertChannel#tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#tags AlertChannel#tags} */ readonly tags?: string; /** * A set of teams for targeting notifications. Multiple values are comma separated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#teams AlertChannel#teams} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#teams AlertChannel#teams} */ readonly teams?: string; /** * Your organization's Slack URL. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#url AlertChannel#url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#url AlertChannel#url} */ readonly url?: string; /** * The user ID for use with the user channel type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#user_id AlertChannel#user_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#user_id AlertChannel#user_id} */ readonly userId?: string; } @@ -832,7 +832,7 @@ export class AlertChannelConfigAOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel newrelic_alert_channel} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel newrelic_alert_channel} */ export class AlertChannel extends cdktf.TerraformResource { @@ -848,7 +848,7 @@ export class AlertChannel extends cdktf.TerraformResource { * Generates CDKTF code for importing a AlertChannel resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AlertChannel to import - * @param importFromId The id of the existing AlertChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AlertChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AlertChannel to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -860,7 +860,7 @@ export class AlertChannel extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_channel newrelic_alert_channel} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_channel newrelic_alert_channel} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -871,7 +871,7 @@ export class AlertChannel extends cdktf.TerraformResource { terraformResourceType: 'newrelic_alert_channel', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/alert-condition/README.md b/src/alert-condition/README.md index fa6ce5877..11c4aff4e 100644 --- a/src/alert-condition/README.md +++ b/src/alert-condition/README.md @@ -1,3 +1,3 @@ # `newrelic_alert_condition` -Refer to the Terraform Registry for docs: [`newrelic_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition). +Refer to the Terraform Registry for docs: [`newrelic_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition). diff --git a/src/alert-condition/index.ts b/src/alert-condition/index.ts index 37d91b84c..ebf0474b8 100644 --- a/src/alert-condition/index.ts +++ b/src/alert-condition/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface AlertConditionConfig extends cdktf.TerraformMetaArguments { /** * One of (application, instance). Choose application for most scenarios. If you are using the JVM plugin in New Relic, the instance setting allows your condition to trigger for specific app instances. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#condition_scope AlertCondition#condition_scope} */ readonly conditionScope?: string; /** * Whether the condition is enabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#enabled AlertCondition#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#enabled AlertCondition#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** * The instance IDs associated with this condition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#entities AlertCondition#entities} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#entities AlertCondition#entities} */ readonly entities: number[]; /** * A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#gc_metric AlertCondition#gc_metric} */ readonly gcMetric?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#id AlertCondition#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#id AlertCondition#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. @@ -46,55 +46,55 @@ export interface AlertConditionConfig extends cdktf.TerraformMetaArguments { /** * The metric field accepts parameters based on the type set. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#metric AlertCondition#metric} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#metric AlertCondition#metric} */ readonly metric: string; /** * The title of the condition. Must be between 1 and 128 characters, inclusive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#name AlertCondition#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#name AlertCondition#name} */ readonly name: string; /** * The ID of the policy where this condition should be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#policy_id AlertCondition#policy_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#policy_id AlertCondition#policy_id} */ readonly policyId: number; /** * Runbook URL to display in notifications. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#runbook_url AlertCondition#runbook_url} */ readonly runbookUrl?: string; /** - * The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). + * The type of condition. One of: (servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#type AlertCondition#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#type AlertCondition#type} */ readonly type: string; /** * A custom metric to be evaluated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_metric AlertCondition#user_defined_metric} */ readonly userDefinedMetric?: string; /** * One of: (average, min, max, total, sample_size, percent, rate). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#user_defined_value_function AlertCondition#user_defined_value_function} */ readonly userDefinedValueFunction?: string; /** * Automatically close instance-based incidents, including JVM health metric incidents, after the number of hours specified. Must be between 1 and 720 hours. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#violation_close_timer AlertCondition#violation_close_timer} */ readonly violationCloseTimer?: number; /** * term block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#term AlertCondition#term} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#term AlertCondition#term} */ readonly term: AlertConditionTerm[] | cdktf.IResolvable; } @@ -102,31 +102,31 @@ export interface AlertConditionTerm { /** * In minutes, must be in the range of 5 to 120, inclusive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#duration AlertCondition#duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#duration AlertCondition#duration} */ readonly duration: number; /** * One of (above, below, equal). Defaults to equal. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#operator AlertCondition#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#operator AlertCondition#operator} */ readonly operator?: string; /** * One of (critical, warning). Defaults to critical. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#priority AlertCondition#priority} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#priority AlertCondition#priority} */ readonly priority?: string; /** * Must be 0 or greater. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#threshold AlertCondition#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#threshold AlertCondition#threshold} */ readonly threshold: number; /** * One of (all, any). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#time_function AlertCondition#time_function} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#time_function AlertCondition#time_function} */ readonly timeFunction: string; } @@ -349,7 +349,7 @@ export class AlertConditionTermList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition newrelic_alert_condition} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition newrelic_alert_condition} */ export class AlertCondition extends cdktf.TerraformResource { @@ -365,7 +365,7 @@ export class AlertCondition extends cdktf.TerraformResource { * Generates CDKTF code for importing a AlertCondition resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AlertCondition to import - * @param importFromId The id of the existing AlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AlertCondition to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -377,7 +377,7 @@ export class AlertCondition extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_condition newrelic_alert_condition} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_condition newrelic_alert_condition} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -388,7 +388,7 @@ export class AlertCondition extends cdktf.TerraformResource { terraformResourceType: 'newrelic_alert_condition', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/alert-muting-rule/README.md b/src/alert-muting-rule/README.md index bbbbc6139..9f15cc6fa 100644 --- a/src/alert-muting-rule/README.md +++ b/src/alert-muting-rule/README.md @@ -1,3 +1,3 @@ # `newrelic_alert_muting_rule` -Refer to the Terraform Registry for docs: [`newrelic_alert_muting_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule). +Refer to the Terraform Registry for docs: [`newrelic_alert_muting_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule). diff --git a/src/alert-muting-rule/index.ts b/src/alert-muting-rule/index.ts index 877b70075..d61829bf2 100644 --- a/src/alert-muting-rule/index.ts +++ b/src/alert-muting-rule/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface AlertMutingRuleConfig extends cdktf.TerraformMetaArguments { /** * The account id of the MutingRule.. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} */ readonly accountId?: number; /** * The description of the MutingRule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#description AlertMutingRule#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#description AlertMutingRule#description} */ readonly description?: string; /** * Whether the MutingRule is enabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#id AlertMutingRule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. @@ -40,19 +40,19 @@ export interface AlertMutingRuleConfig extends cdktf.TerraformMetaArguments { /** * The name of the MutingRule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#name AlertMutingRule#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#name AlertMutingRule#name} */ readonly name: string; /** * condition block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} */ readonly condition: AlertMutingRuleCondition; /** * schedule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} */ readonly schedule?: AlertMutingRuleSchedule; } @@ -60,19 +60,19 @@ export interface AlertMutingRuleConditionConditions { /** * The attribute on an incident. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#attribute AlertMutingRule#attribute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#attribute AlertMutingRule#attribute} */ readonly attribute: string; /** * 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.45.2/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} */ readonly operator: string; /** * The value(s) to compare against the attribute's value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#values AlertMutingRule#values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#values AlertMutingRule#values} */ readonly values: string[]; } @@ -239,13 +239,13 @@ export interface AlertMutingRuleCondition { /** * The operator used to combine all the MutingRuleConditions within the group. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} */ readonly operator: string; /** * conditions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions} */ readonly conditions: AlertMutingRuleConditionConditions[] | cdktf.IResolvable; } @@ -354,43 +354,43 @@ export interface AlertMutingRuleSchedule { /** * The datetime stamp when the MutingRule schedule should stop repeating. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat} */ readonly endRepeat?: string; /** * The datetime stamp representing when the MutingRule should end. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time} */ readonly endTime?: string; /** * The frequency the MutingRule schedule repeats. One of [DAILY, WEEKLY, MONTHLY] * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat} */ readonly repeat?: string; /** * The number of times the MutingRule schedule should repeat. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count} */ readonly repeatCount?: number; /** * The datetime stamp representing when the MutingRule should start. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time} */ readonly startTime?: string; /** * The time zone that applies to the MutingRule schedule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone} */ readonly timeZone: string; /** * 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.45.2/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days} */ readonly weeklyRepeatDays?: string[]; } @@ -645,7 +645,7 @@ export class AlertMutingRuleScheduleOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule newrelic_alert_muting_rule} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule newrelic_alert_muting_rule} */ export class AlertMutingRule extends cdktf.TerraformResource { @@ -661,7 +661,7 @@ export class AlertMutingRule extends cdktf.TerraformResource { * Generates CDKTF code for importing a AlertMutingRule resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AlertMutingRule to import - * @param importFromId The id of the existing AlertMutingRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AlertMutingRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AlertMutingRule to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -673,7 +673,7 @@ export class AlertMutingRule extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_muting_rule newrelic_alert_muting_rule} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_muting_rule newrelic_alert_muting_rule} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -684,7 +684,7 @@ export class AlertMutingRule extends cdktf.TerraformResource { terraformResourceType: 'newrelic_alert_muting_rule', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/alert-policy-channel/README.md b/src/alert-policy-channel/README.md index f1970c402..91ea36e27 100644 --- a/src/alert-policy-channel/README.md +++ b/src/alert-policy-channel/README.md @@ -1,3 +1,3 @@ # `newrelic_alert_policy_channel` -Refer to the Terraform Registry for docs: [`newrelic_alert_policy_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel). +Refer to the Terraform Registry for docs: [`newrelic_alert_policy_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel). diff --git a/src/alert-policy-channel/index.ts b/src/alert-policy-channel/index.ts index ff33c97ca..a2c3e94d5 100644 --- a/src/alert-policy-channel/index.ts +++ b/src/alert-policy-channel/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface AlertPolicyChannelConfig extends cdktf.TerraformMetaArguments { /** * The New Relic account ID where you want to link the channel to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id} */ readonly accountId?: number; /** * Array of channel IDs to apply to the specified policy. We recommended sorting channel IDs in ascending order to avoid drift your Terraform state. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids} */ readonly channelIds: number[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#id AlertPolicyChannel#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#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. @@ -34,19 +34,19 @@ export interface AlertPolicyChannelConfig extends cdktf.TerraformMetaArguments { /** * The ID of the policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id} */ readonly policyId: number; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts} */ readonly timeouts?: AlertPolicyChannelTimeouts; } export interface AlertPolicyChannelTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#create AlertPolicyChannel#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#create AlertPolicyChannel#create} */ readonly create?: string; } @@ -140,7 +140,7 @@ export class AlertPolicyChannelTimeoutsOutputReference extends cdktf.ComplexObje } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel newrelic_alert_policy_channel} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel newrelic_alert_policy_channel} */ export class AlertPolicyChannel extends cdktf.TerraformResource { @@ -156,7 +156,7 @@ export class AlertPolicyChannel extends cdktf.TerraformResource { * Generates CDKTF code for importing a AlertPolicyChannel resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AlertPolicyChannel to import - * @param importFromId The id of the existing AlertPolicyChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AlertPolicyChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AlertPolicyChannel to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -168,7 +168,7 @@ export class AlertPolicyChannel extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy_channel newrelic_alert_policy_channel} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy_channel newrelic_alert_policy_channel} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -179,7 +179,7 @@ export class AlertPolicyChannel extends cdktf.TerraformResource { terraformResourceType: 'newrelic_alert_policy_channel', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/alert-policy/README.md b/src/alert-policy/README.md index 9695128ce..135e99e06 100644 --- a/src/alert-policy/README.md +++ b/src/alert-policy/README.md @@ -1,3 +1,3 @@ # `newrelic_alert_policy` -Refer to the Terraform Registry for docs: [`newrelic_alert_policy`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy). +Refer to the Terraform Registry for docs: [`newrelic_alert_policy`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy). diff --git a/src/alert-policy/index.ts b/src/alert-policy/index.ts index 2ceddf8e5..6f984464d 100644 --- a/src/alert-policy/index.ts +++ b/src/alert-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface AlertPolicyConfig extends cdktf.TerraformMetaArguments { /** * The New Relic account ID to operate on. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#account_id AlertPolicy#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#account_id AlertPolicy#account_id} */ readonly accountId?: number; /** * An array of channel IDs (integers) to assign to the policy. Adding or removing channel IDs from this array will result in a new alert policy resource being created and the old one being destroyed. Also note that channel IDs cannot be imported via terraform import. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#channel_ids AlertPolicy#channel_ids} */ readonly channelIds?: number[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#id AlertPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#id AlertPolicy#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. @@ -34,19 +34,19 @@ export interface AlertPolicyConfig extends cdktf.TerraformMetaArguments { /** * The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#incident_preference AlertPolicy#incident_preference} */ readonly incidentPreference?: string; /** * The name of the policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#name AlertPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#name AlertPolicy#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy newrelic_alert_policy} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy newrelic_alert_policy} */ export class AlertPolicy extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class AlertPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a AlertPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AlertPolicy to import - * @param importFromId The id of the existing AlertPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AlertPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AlertPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class AlertPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/alert_policy newrelic_alert_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/alert_policy newrelic_alert_policy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class AlertPolicy extends cdktf.TerraformResource { terraformResourceType: 'newrelic_alert_policy', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/api-access-key/README.md b/src/api-access-key/README.md index 86be49c29..832bee698 100644 --- a/src/api-access-key/README.md +++ b/src/api-access-key/README.md @@ -1,3 +1,3 @@ # `newrelic_api_access_key` -Refer to the Terraform Registry for docs: [`newrelic_api_access_key`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key). +Refer to the Terraform Registry for docs: [`newrelic_api_access_key`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key). diff --git a/src/api-access-key/index.ts b/src/api-access-key/index.ts index 9369cd664..56427b492 100644 --- a/src/api-access-key/index.ts +++ b/src/api-access-key/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,40 +13,40 @@ import * as cdktf from 'cdktf'; export interface ApiAccessKeyConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#account_id ApiAccessKey#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id} */ readonly accountId: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#id ApiAccessKey#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#id ApiAccessKey#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. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type} */ readonly ingestType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#key_type ApiAccessKey#key_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type} */ readonly keyType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#name ApiAccessKey#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#name ApiAccessKey#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#notes ApiAccessKey#notes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#notes ApiAccessKey#notes} */ readonly notes?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#user_id ApiAccessKey#user_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id} */ readonly userId?: number; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key newrelic_api_access_key} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key newrelic_api_access_key} */ export class ApiAccessKey extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class ApiAccessKey extends cdktf.TerraformResource { * Generates CDKTF code for importing a ApiAccessKey resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ApiAccessKey to import - * @param importFromId The id of the existing ApiAccessKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ApiAccessKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ApiAccessKey to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class ApiAccessKey extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/api_access_key newrelic_api_access_key} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/api_access_key newrelic_api_access_key} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class ApiAccessKey extends cdktf.TerraformResource { terraformResourceType: 'newrelic_api_access_key', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/application-settings/README.md b/src/application-settings/README.md index a645937bc..fef8497a8 100644 --- a/src/application-settings/README.md +++ b/src/application-settings/README.md @@ -1,3 +1,3 @@ # `newrelic_application_settings` -Refer to the Terraform Registry for docs: [`newrelic_application_settings`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings). +Refer to the Terraform Registry for docs: [`newrelic_application_settings`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings). diff --git a/src/application-settings/index.ts b/src/application-settings/index.ts index 3801c5cdb..e701cf78f 100644 --- a/src/application-settings/index.ts +++ b/src/application-settings/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,32 +13,32 @@ import * as cdktf from 'cdktf'; export interface ApplicationSettingsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold} */ readonly appApdexThreshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring} */ readonly enableRealUserMonitoring: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold} */ readonly endUserApdexThreshold: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#id ApplicationSettings#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#id ApplicationSettings#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. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#name ApplicationSettings#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#name ApplicationSettings#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings newrelic_application_settings} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings newrelic_application_settings} */ export class ApplicationSettings extends cdktf.TerraformResource { @@ -54,7 +54,7 @@ export class ApplicationSettings extends cdktf.TerraformResource { * Generates CDKTF code for importing a ApplicationSettings resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ApplicationSettings to import - * @param importFromId The id of the existing ApplicationSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ApplicationSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ApplicationSettings to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -66,7 +66,7 @@ export class ApplicationSettings extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/application_settings newrelic_application_settings} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/application_settings newrelic_application_settings} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -77,7 +77,7 @@ export class ApplicationSettings extends cdktf.TerraformResource { terraformResourceType: 'newrelic_application_settings', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/browser-application/README.md b/src/browser-application/README.md index 8dbfe3369..04a459e74 100644 --- a/src/browser-application/README.md +++ b/src/browser-application/README.md @@ -1,3 +1,3 @@ # `newrelic_browser_application` -Refer to the Terraform Registry for docs: [`newrelic_browser_application`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application). +Refer to the Terraform Registry for docs: [`newrelic_browser_application`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application). diff --git a/src/browser-application/index.ts b/src/browser-application/index.ts index d7f805683..3d15e768e 100644 --- a/src/browser-application/index.ts +++ b/src/browser-application/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface BrowserApplicationConfig extends cdktf.TerraformMetaArguments { /** * The account ID. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#account_id BrowserApplication#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#account_id BrowserApplication#account_id} */ readonly accountId?: number; /** * Configure cookies. The default is enabled: true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled} */ readonly cookiesEnabled?: boolean | cdktf.IResolvable; /** * Configure distributed tracing in browser apps. The default is enabled: true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled} */ readonly distributedTracingEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#id BrowserApplication#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#id BrowserApplication#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. @@ -40,19 +40,19 @@ export interface BrowserApplicationConfig extends cdktf.TerraformMetaArguments { /** * Determines which browser loader is configured. The default is "SPA". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#loader_type BrowserApplication#loader_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#loader_type BrowserApplication#loader_type} */ readonly loaderType?: string; /** * The name of the application to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#name BrowserApplication#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#name BrowserApplication#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application newrelic_browser_application} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application newrelic_browser_application} */ export class BrowserApplication extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class BrowserApplication extends cdktf.TerraformResource { * Generates CDKTF code for importing a BrowserApplication resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the BrowserApplication to import - * @param importFromId The id of the existing BrowserApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing BrowserApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the BrowserApplication to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -80,7 +80,7 @@ export class BrowserApplication extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/browser_application newrelic_browser_application} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/browser_application newrelic_browser_application} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -91,7 +91,7 @@ export class BrowserApplication extends cdktf.TerraformResource { terraformResourceType: 'newrelic_browser_application', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/cloud-aws-govcloud-integrations/README.md b/src/cloud-aws-govcloud-integrations/README.md index 00e0eeae1..6e494b8a1 100644 --- a/src/cloud-aws-govcloud-integrations/README.md +++ b/src/cloud-aws-govcloud-integrations/README.md @@ -1,3 +1,3 @@ # `newrelic_cloud_aws_govcloud_integrations` -Refer to the Terraform Registry for docs: [`newrelic_cloud_aws_govcloud_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations). +Refer to the Terraform Registry for docs: [`newrelic_cloud_aws_govcloud_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations). diff --git a/src/cloud-aws-govcloud-integrations/index.ts b/src/cloud-aws-govcloud-integrations/index.ts index 415d6f3a9..c585014cc 100644 --- a/src/cloud-aws-govcloud-integrations/index.ts +++ b/src/cloud-aws-govcloud-integrations/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface CloudAwsGovcloudIntegrationsConfig extends cdktf.TerraformMetaA /** * The ID of the account in New Relic. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id} */ readonly accountId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#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. @@ -28,127 +28,127 @@ export interface CloudAwsGovcloudIntegrationsConfig extends cdktf.TerraformMetaA /** * The ID of the linked AwsGovCloud account in New Relic * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id} */ readonly linkedAccountId: number; /** * alb block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb} */ readonly alb?: CloudAwsGovcloudIntegrationsAlb; /** * api_gateway block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway} */ readonly apiGateway?: CloudAwsGovcloudIntegrationsApiGateway; /** * auto_scaling block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling} */ readonly autoScaling?: CloudAwsGovcloudIntegrationsAutoScaling; /** * aws_direct_connect block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect} */ readonly awsDirectConnect?: CloudAwsGovcloudIntegrationsAwsDirectConnect; /** * aws_states block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states} */ readonly awsStates?: CloudAwsGovcloudIntegrationsAwsStates; /** * cloudtrail block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail} */ readonly cloudtrail?: CloudAwsGovcloudIntegrationsCloudtrail; /** * dynamo_db block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db} */ readonly dynamoDb?: CloudAwsGovcloudIntegrationsDynamoDb; /** * ebs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs} */ readonly ebs?: CloudAwsGovcloudIntegrationsEbs; /** * ec2 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2} */ readonly ec2?: CloudAwsGovcloudIntegrationsEc2; /** * elastic_search block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search} */ readonly elasticSearch?: CloudAwsGovcloudIntegrationsElasticSearch; /** * elb block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb} */ readonly elb?: CloudAwsGovcloudIntegrationsElb; /** * emr block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr} */ readonly emr?: CloudAwsGovcloudIntegrationsEmr; /** * iam block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam} */ readonly iam?: CloudAwsGovcloudIntegrationsIam; /** * lambda block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda} */ readonly lambda?: CloudAwsGovcloudIntegrationsLambda; /** * rds block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds} */ readonly rds?: CloudAwsGovcloudIntegrationsRds; /** * red_shift block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift} */ readonly redShift?: CloudAwsGovcloudIntegrationsRedShift; /** * route53 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53} */ readonly route53?: CloudAwsGovcloudIntegrationsRoute53; /** * s3 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3} */ readonly s3?: CloudAwsGovcloudIntegrationsS3; /** * sns block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns} */ readonly sns?: CloudAwsGovcloudIntegrationsSns; /** * sqs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs} */ readonly sqs?: CloudAwsGovcloudIntegrationsSqs; } @@ -156,37 +156,37 @@ export interface CloudAwsGovcloudIntegrationsAlb { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes} */ readonly loadBalancerPrefixes?: string[]; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -194,7 +194,7 @@ export interface CloudAwsGovcloudIntegrationsAlb { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} */ readonly tagValue?: string; } @@ -454,25 +454,25 @@ export interface CloudAwsGovcloudIntegrationsApiGateway { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes} */ readonly stagePrefixes?: string[]; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -480,7 +480,7 @@ export interface CloudAwsGovcloudIntegrationsApiGateway { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} */ readonly tagValue?: string; } @@ -682,13 +682,13 @@ export interface CloudAwsGovcloudIntegrationsAutoScaling { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -803,13 +803,13 @@ export interface CloudAwsGovcloudIntegrationsAwsDirectConnect { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -924,13 +924,13 @@ export interface CloudAwsGovcloudIntegrationsAwsStates { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1045,13 +1045,13 @@ export interface CloudAwsGovcloudIntegrationsCloudtrail { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1166,31 +1166,31 @@ export interface CloudAwsGovcloudIntegrationsDynamoDb { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -1198,7 +1198,7 @@ export interface CloudAwsGovcloudIntegrationsDynamoDb { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} */ readonly tagValue?: string; } @@ -1429,25 +1429,25 @@ export interface CloudAwsGovcloudIntegrationsEbs { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -1455,7 +1455,7 @@ export interface CloudAwsGovcloudIntegrationsEbs { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} */ readonly tagValue?: string; } @@ -1657,25 +1657,25 @@ export interface CloudAwsGovcloudIntegrationsEc2 { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Specify if IP addresses of ec2 instance should be collected * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses} */ readonly fetchIpAddresses?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -1683,7 +1683,7 @@ export interface CloudAwsGovcloudIntegrationsEc2 { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} */ readonly tagValue?: string; } @@ -1885,25 +1885,25 @@ export interface CloudAwsGovcloudIntegrationsElasticSearch { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Specify if IP addresses of ec2 instance should be collected * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes} */ readonly fetchNodes?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -1911,7 +1911,7 @@ export interface CloudAwsGovcloudIntegrationsElasticSearch { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} */ readonly tagValue?: string; } @@ -2113,25 +2113,25 @@ export interface CloudAwsGovcloudIntegrationsElb { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -2304,7 +2304,7 @@ export interface CloudAwsGovcloudIntegrationsEmr { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string; /** @@ -2312,19 +2312,19 @@ export interface CloudAwsGovcloudIntegrationsEmr { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -2332,7 +2332,7 @@ export interface CloudAwsGovcloudIntegrationsEmr { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} */ readonly tagValue?: string; } @@ -2534,13 +2534,13 @@ export interface CloudAwsGovcloudIntegrationsIam { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -2548,7 +2548,7 @@ export interface CloudAwsGovcloudIntegrationsIam { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} */ readonly tagValue?: string; } @@ -2692,7 +2692,7 @@ export interface CloudAwsGovcloudIntegrationsLambda { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** @@ -2700,19 +2700,19 @@ export interface CloudAwsGovcloudIntegrationsLambda { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -2720,7 +2720,7 @@ export interface CloudAwsGovcloudIntegrationsLambda { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} */ readonly tagValue?: string; } @@ -2922,25 +2922,25 @@ export interface CloudAwsGovcloudIntegrationsRds { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -2948,7 +2948,7 @@ export interface CloudAwsGovcloudIntegrationsRds { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} */ readonly tagValue?: string; } @@ -3150,19 +3150,19 @@ export interface CloudAwsGovcloudIntegrationsRedShift { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -3170,7 +3170,7 @@ export interface CloudAwsGovcloudIntegrationsRedShift { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} */ readonly tagValue?: string; } @@ -3343,13 +3343,13 @@ export interface CloudAwsGovcloudIntegrationsRoute53 { /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -3464,25 +3464,25 @@ export interface CloudAwsGovcloudIntegrationsS3 { /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -3490,7 +3490,7 @@ export interface CloudAwsGovcloudIntegrationsS3 { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} */ readonly tagValue?: string; } @@ -3692,19 +3692,19 @@ export interface CloudAwsGovcloudIntegrationsSns { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -3848,37 +3848,37 @@ export interface CloudAwsGovcloudIntegrationsSqs { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes} */ readonly queuePrefixes?: string[]; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -3886,7 +3886,7 @@ export interface CloudAwsGovcloudIntegrationsSqs { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value} */ readonly tagValue?: string; } @@ -4144,7 +4144,7 @@ export class CloudAwsGovcloudIntegrationsSqsOutputReference extends cdktf.Comple } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations} */ export class CloudAwsGovcloudIntegrations extends cdktf.TerraformResource { @@ -4160,7 +4160,7 @@ export class CloudAwsGovcloudIntegrations extends cdktf.TerraformResource { * Generates CDKTF code for importing a CloudAwsGovcloudIntegrations resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the CloudAwsGovcloudIntegrations to import - * @param importFromId The id of the existing CloudAwsGovcloudIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CloudAwsGovcloudIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CloudAwsGovcloudIntegrations to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -4172,7 +4172,7 @@ export class CloudAwsGovcloudIntegrations extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -4183,7 +4183,7 @@ export class CloudAwsGovcloudIntegrations extends cdktf.TerraformResource { terraformResourceType: 'newrelic_cloud_aws_govcloud_integrations', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/cloud-aws-govcloud-link-account/README.md b/src/cloud-aws-govcloud-link-account/README.md index 4bb313ee7..039d36bd4 100644 --- a/src/cloud-aws-govcloud-link-account/README.md +++ b/src/cloud-aws-govcloud-link-account/README.md @@ -1,3 +1,3 @@ # `newrelic_cloud_aws_govcloud_link_account` -Refer to the Terraform Registry for docs: [`newrelic_cloud_aws_govcloud_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account). +Refer to the Terraform Registry for docs: [`newrelic_cloud_aws_govcloud_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account). diff --git a/src/cloud-aws-govcloud-link-account/index.ts b/src/cloud-aws-govcloud-link-account/index.ts index e6448fc01..9fa615b14 100644 --- a/src/cloud-aws-govcloud-link-account/index.ts +++ b/src/cloud-aws-govcloud-link-account/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface CloudAwsGovcloudLinkAccountConfig extends cdktf.TerraformMetaAr /** * access-key-id of awsGovcloud account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#access_key_id CloudAwsGovcloudLinkAccount#access_key_id} */ readonly accessKeyId: string; /** * The ID of the account in New Relic. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#account_id CloudAwsGovcloudLinkAccount#account_id} */ readonly accountId?: number; /** * awsGovcloud account id * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#aws_account_id CloudAwsGovcloudLinkAccount#aws_account_id} */ readonly awsAccountId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#id CloudAwsGovcloudLinkAccount#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. @@ -40,25 +40,25 @@ export interface CloudAwsGovcloudLinkAccountConfig extends cdktf.TerraformMetaAr /** * push or pull * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#metric_collection_mode CloudAwsGovcloudLinkAccount#metric_collection_mode} */ readonly metricCollectionMode?: string; /** * name of the account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#name CloudAwsGovcloudLinkAccount#name} */ readonly name: string; /** * secret access key of the awsGovcloud account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#secret_access_key CloudAwsGovcloudLinkAccount#secret_access_key} */ readonly secretAccessKey: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account newrelic_cloud_aws_govcloud_link_account} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account newrelic_cloud_aws_govcloud_link_account} */ export class CloudAwsGovcloudLinkAccount extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class CloudAwsGovcloudLinkAccount extends cdktf.TerraformResource { * Generates CDKTF code for importing a CloudAwsGovcloudLinkAccount resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the CloudAwsGovcloudLinkAccount to import - * @param importFromId The id of the existing CloudAwsGovcloudLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CloudAwsGovcloudLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CloudAwsGovcloudLinkAccount to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class CloudAwsGovcloudLinkAccount extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_govcloud_link_account newrelic_cloud_aws_govcloud_link_account} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_govcloud_link_account newrelic_cloud_aws_govcloud_link_account} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -97,7 +97,7 @@ export class CloudAwsGovcloudLinkAccount extends cdktf.TerraformResource { terraformResourceType: 'newrelic_cloud_aws_govcloud_link_account', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/cloud-aws-integrations/README.md b/src/cloud-aws-integrations/README.md index 5c33c2b5e..50be20bfc 100644 --- a/src/cloud-aws-integrations/README.md +++ b/src/cloud-aws-integrations/README.md @@ -1,3 +1,3 @@ # `newrelic_cloud_aws_integrations` -Refer to the Terraform Registry for docs: [`newrelic_cloud_aws_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations). +Refer to the Terraform Registry for docs: [`newrelic_cloud_aws_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations). diff --git a/src/cloud-aws-integrations/index.ts b/src/cloud-aws-integrations/index.ts index a1f26cf4b..d2bde6fe3 100644 --- a/src/cloud-aws-integrations/index.ts +++ b/src/cloud-aws-integrations/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface CloudAwsIntegrationsConfig extends cdktf.TerraformMetaArguments /** * The ID of the account in New Relic. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id} */ readonly accountId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#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. @@ -28,319 +28,319 @@ export interface CloudAwsIntegrationsConfig extends cdktf.TerraformMetaArguments /** * The ID of the linked AWS account in New Relic * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id} */ readonly linkedAccountId: number; /** * alb block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb} */ readonly alb?: CloudAwsIntegrationsAlb; /** * api_gateway block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway} */ readonly apiGateway?: CloudAwsIntegrationsApiGateway; /** * auto_scaling block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling} */ readonly autoScaling?: CloudAwsIntegrationsAutoScaling; /** * aws_app_sync block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync} */ readonly awsAppSync?: CloudAwsIntegrationsAwsAppSync; /** * aws_athena block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena} */ readonly awsAthena?: CloudAwsIntegrationsAwsAthena; /** * aws_cognito block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito} */ readonly awsCognito?: CloudAwsIntegrationsAwsCognito; /** * aws_connect block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect} */ readonly awsConnect?: CloudAwsIntegrationsAwsConnect; /** * aws_direct_connect block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect} */ readonly awsDirectConnect?: CloudAwsIntegrationsAwsDirectConnect; /** * aws_fsx block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx} */ readonly awsFsx?: CloudAwsIntegrationsAwsFsx; /** * aws_glue block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue} */ readonly awsGlue?: CloudAwsIntegrationsAwsGlue; /** * aws_kinesis_analytics block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics} */ readonly awsKinesisAnalytics?: CloudAwsIntegrationsAwsKinesisAnalytics; /** * aws_media_convert block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert} */ readonly awsMediaConvert?: CloudAwsIntegrationsAwsMediaConvert; /** * aws_media_package_vod block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod} */ readonly awsMediaPackageVod?: CloudAwsIntegrationsAwsMediaPackageVod; /** * aws_mq block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq} */ readonly awsMq?: CloudAwsIntegrationsAwsMq; /** * aws_msk block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk} */ readonly awsMsk?: CloudAwsIntegrationsAwsMsk; /** * aws_neptune block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune} */ readonly awsNeptune?: CloudAwsIntegrationsAwsNeptune; /** * aws_qldb block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb} */ readonly awsQldb?: CloudAwsIntegrationsAwsQldb; /** * aws_route53resolver block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver} */ readonly awsRoute53Resolver?: CloudAwsIntegrationsAwsRoute53Resolver; /** * aws_states block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states} */ readonly awsStates?: CloudAwsIntegrationsAwsStates; /** * aws_transit_gateway block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway} */ readonly awsTransitGateway?: CloudAwsIntegrationsAwsTransitGateway; /** * aws_waf block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf} */ readonly awsWaf?: CloudAwsIntegrationsAwsWaf; /** * aws_wafv2 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2} */ readonly awsWafv2?: CloudAwsIntegrationsAwsWafv2; /** * billing block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing} */ readonly billing?: CloudAwsIntegrationsBilling; /** * cloudfront block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront} */ readonly cloudfront?: CloudAwsIntegrationsCloudfront; /** * cloudtrail block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail} */ readonly cloudtrail?: CloudAwsIntegrationsCloudtrail; /** * doc_db block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db} */ readonly docDb?: CloudAwsIntegrationsDocDb; /** * dynamodb block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb} */ readonly dynamodb?: CloudAwsIntegrationsDynamodb; /** * ebs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs} */ readonly ebs?: CloudAwsIntegrationsEbs; /** * ec2 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2} */ readonly ec2?: CloudAwsIntegrationsEc2; /** * ecs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs} */ readonly ecs?: CloudAwsIntegrationsEcs; /** * efs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs} */ readonly efs?: CloudAwsIntegrationsEfs; /** * elasticache block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache} */ readonly elasticache?: CloudAwsIntegrationsElasticache; /** * elasticbeanstalk block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk} */ readonly elasticbeanstalk?: CloudAwsIntegrationsElasticbeanstalk; /** * elasticsearch block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch} */ readonly elasticsearch?: CloudAwsIntegrationsElasticsearch; /** * elb block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb} */ readonly elb?: CloudAwsIntegrationsElb; /** * emr block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr} */ readonly emr?: CloudAwsIntegrationsEmr; /** * health block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health} */ readonly health?: CloudAwsIntegrationsHealth; /** * iam block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam} */ readonly iam?: CloudAwsIntegrationsIam; /** * iot block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot} */ readonly iot?: CloudAwsIntegrationsIot; /** * kinesis block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis} */ readonly kinesis?: CloudAwsIntegrationsKinesis; /** * kinesis_firehose block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose} */ readonly kinesisFirehose?: CloudAwsIntegrationsKinesisFirehose; /** * lambda block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda} */ readonly lambda?: CloudAwsIntegrationsLambda; /** * rds block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds} */ readonly rds?: CloudAwsIntegrationsRds; /** * redshift block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift} */ readonly redshift?: CloudAwsIntegrationsRedshift; /** * route53 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53} */ readonly route53?: CloudAwsIntegrationsRoute53; /** * s3 block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3} */ readonly s3?: CloudAwsIntegrationsS3; /** * ses block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses} */ readonly ses?: CloudAwsIntegrationsSes; /** * sns block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns} */ readonly sns?: CloudAwsIntegrationsSns; /** * sqs block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs} */ readonly sqs?: CloudAwsIntegrationsSqs; /** * trusted_advisor block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor} */ readonly trustedAdvisor?: CloudAwsIntegrationsTrustedAdvisor; /** * vpc block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc} */ readonly vpc?: CloudAwsIntegrationsVpc; /** * x_ray block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray} */ readonly xRay?: CloudAwsIntegrationsXRay; } @@ -348,37 +348,37 @@ export interface CloudAwsIntegrationsAlb { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes} */ readonly loadBalancerPrefixes?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -386,7 +386,7 @@ export interface CloudAwsIntegrationsAlb { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -646,25 +646,25 @@ export interface CloudAwsIntegrationsApiGateway { /** * Specify each AWS region that includes the resources that you want to monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes} */ readonly stagePrefixes?: string[]; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -672,7 +672,7 @@ export interface CloudAwsIntegrationsApiGateway { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -874,13 +874,13 @@ export interface CloudAwsIntegrationsAutoScaling { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -995,13 +995,13 @@ export interface CloudAwsIntegrationsAwsAppSync { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1116,13 +1116,13 @@ export interface CloudAwsIntegrationsAwsAthena { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1237,13 +1237,13 @@ export interface CloudAwsIntegrationsAwsCognito { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1358,13 +1358,13 @@ export interface CloudAwsIntegrationsAwsConnect { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1479,13 +1479,13 @@ export interface CloudAwsIntegrationsAwsDirectConnect { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1600,13 +1600,13 @@ export interface CloudAwsIntegrationsAwsFsx { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1721,13 +1721,13 @@ export interface CloudAwsIntegrationsAwsGlue { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1842,13 +1842,13 @@ export interface CloudAwsIntegrationsAwsKinesisAnalytics { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1963,13 +1963,13 @@ export interface CloudAwsIntegrationsAwsMediaConvert { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -2084,13 +2084,13 @@ export interface CloudAwsIntegrationsAwsMediaPackageVod { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -2205,13 +2205,13 @@ export interface CloudAwsIntegrationsAwsMq { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -2326,13 +2326,13 @@ export interface CloudAwsIntegrationsAwsMsk { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -2447,13 +2447,13 @@ export interface CloudAwsIntegrationsAwsNeptune { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -2568,13 +2568,13 @@ export interface CloudAwsIntegrationsAwsQldb { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -2689,13 +2689,13 @@ export interface CloudAwsIntegrationsAwsRoute53Resolver { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -2810,13 +2810,13 @@ export interface CloudAwsIntegrationsAwsStates { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -2931,13 +2931,13 @@ export interface CloudAwsIntegrationsAwsTransitGateway { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -3052,13 +3052,13 @@ export interface CloudAwsIntegrationsAwsWaf { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -3173,13 +3173,13 @@ export interface CloudAwsIntegrationsAwsWafv2 { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -3294,7 +3294,7 @@ export interface CloudAwsIntegrationsBilling { /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -3380,25 +3380,25 @@ export interface CloudAwsIntegrationsCloudfront { /** * Specify if Lambdas@Edge should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge} */ readonly fetchLambdasAtEdge?: boolean | cdktf.IResolvable; /** * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -3406,7 +3406,7 @@ export interface CloudAwsIntegrationsCloudfront { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -3608,13 +3608,13 @@ export interface CloudAwsIntegrationsCloudtrail { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -3729,13 +3729,13 @@ export interface CloudAwsIntegrationsDocDb { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -3850,37 +3850,37 @@ export interface CloudAwsIntegrationsDynamodb { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -4111,31 +4111,31 @@ export interface CloudAwsIntegrationsEbs { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -4337,31 +4337,31 @@ export interface CloudAwsIntegrationsEc2 { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags} */ readonly duplicateEc2Tags?: boolean | cdktf.IResolvable; /** * Specify if IP addresses of ec2 instance should be collected * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses} */ readonly fetchIpAddresses?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -4369,7 +4369,7 @@ export interface CloudAwsIntegrationsEc2 { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -4600,31 +4600,31 @@ export interface CloudAwsIntegrationsEcs { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -4826,31 +4826,31 @@ export interface CloudAwsIntegrationsEfs { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -5052,25 +5052,25 @@ export interface CloudAwsIntegrationsElasticache { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -5078,7 +5078,7 @@ export interface CloudAwsIntegrationsElasticache { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -5280,37 +5280,37 @@ export interface CloudAwsIntegrationsElasticbeanstalk { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -5541,25 +5541,25 @@ export interface CloudAwsIntegrationsElasticsearch { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes} */ readonly fetchNodes?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** @@ -5567,7 +5567,7 @@ export interface CloudAwsIntegrationsElasticsearch { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -5769,25 +5769,25 @@ export interface CloudAwsIntegrationsElb { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -5960,31 +5960,31 @@ export interface CloudAwsIntegrationsEmr { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -6186,7 +6186,7 @@ export interface CloudAwsIntegrationsHealth { /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -6272,19 +6272,19 @@ export interface CloudAwsIntegrationsIam { /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -6428,13 +6428,13 @@ export interface CloudAwsIntegrationsIot { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -6549,37 +6549,37 @@ export interface CloudAwsIntegrationsKinesis { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Specify if Shards should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards} */ readonly fetchShards?: boolean | cdktf.IResolvable; /** * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -6810,13 +6810,13 @@ export interface CloudAwsIntegrationsKinesisFirehose { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -6931,31 +6931,31 @@ export interface CloudAwsIntegrationsLambda { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -7157,31 +7157,31 @@ export interface CloudAwsIntegrationsRds { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -7383,25 +7383,25 @@ export interface CloudAwsIntegrationsRedshift { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -7574,13 +7574,13 @@ export interface CloudAwsIntegrationsRoute53 { /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -7695,31 +7695,31 @@ export interface CloudAwsIntegrationsS3 { /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -7921,13 +7921,13 @@ export interface CloudAwsIntegrationsSes { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -8042,19 +8042,19 @@ export interface CloudAwsIntegrationsSns { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -8198,43 +8198,43 @@ export interface CloudAwsIntegrationsSqs { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory} */ readonly fetchExtendedInventory?: boolean | cdktf.IResolvable; /** * Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes} */ readonly queuePrefixes?: string[]; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -8494,7 +8494,7 @@ export interface CloudAwsIntegrationsTrustedAdvisor { /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -8580,37 +8580,37 @@ export interface CloudAwsIntegrationsVpc { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * Specify if NAT gateway should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway} */ readonly fetchNatGateway?: boolean | cdktf.IResolvable; /** * Specify if VPN should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn} */ readonly fetchVpn?: boolean | cdktf.IResolvable; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key} */ readonly tagKey?: string; /** * Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value} */ readonly tagValue?: string; } @@ -8841,13 +8841,13 @@ export interface CloudAwsIntegrationsXRay { /** * Specify each AWS region that includes the resources that you want to monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions} */ readonly awsRegions?: string[]; /** * The data polling interval in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -8960,7 +8960,7 @@ export class CloudAwsIntegrationsXRayOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations} */ export class CloudAwsIntegrations extends cdktf.TerraformResource { @@ -8976,7 +8976,7 @@ export class CloudAwsIntegrations extends cdktf.TerraformResource { * Generates CDKTF code for importing a CloudAwsIntegrations resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the CloudAwsIntegrations to import - * @param importFromId The id of the existing CloudAwsIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CloudAwsIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CloudAwsIntegrations to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -8988,7 +8988,7 @@ export class CloudAwsIntegrations extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -8999,7 +8999,7 @@ export class CloudAwsIntegrations extends cdktf.TerraformResource { terraformResourceType: 'newrelic_cloud_aws_integrations', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/cloud-aws-link-account/README.md b/src/cloud-aws-link-account/README.md index 503438d29..d918d6039 100644 --- a/src/cloud-aws-link-account/README.md +++ b/src/cloud-aws-link-account/README.md @@ -1,3 +1,3 @@ # `newrelic_cloud_aws_link_account` -Refer to the Terraform Registry for docs: [`newrelic_cloud_aws_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account). +Refer to the Terraform Registry for docs: [`newrelic_cloud_aws_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account). diff --git a/src/cloud-aws-link-account/index.ts b/src/cloud-aws-link-account/index.ts index 194c9e768..47ac9588d 100644 --- a/src/cloud-aws-link-account/index.ts +++ b/src/cloud-aws-link-account/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface CloudAwsLinkAccountConfig extends cdktf.TerraformMetaArguments /** * The New Relic account ID where you want to link the AWS account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#account_id CloudAwsLinkAccount#account_id} */ readonly accountId?: number; /** * The AWS role ARN. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#arn CloudAwsLinkAccount#arn} */ readonly arn: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#id CloudAwsLinkAccount#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. @@ -34,19 +34,19 @@ export interface CloudAwsLinkAccountConfig extends cdktf.TerraformMetaArguments /** * How metrics will be collected. Defaults to `PULL` if empty. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#metric_collection_mode CloudAwsLinkAccount#metric_collection_mode} */ readonly metricCollectionMode?: string; /** * The name of the linked account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#name CloudAwsLinkAccount#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account newrelic_cloud_aws_link_account} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account newrelic_cloud_aws_link_account} */ export class CloudAwsLinkAccount extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class CloudAwsLinkAccount extends cdktf.TerraformResource { * Generates CDKTF code for importing a CloudAwsLinkAccount resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the CloudAwsLinkAccount to import - * @param importFromId The id of the existing CloudAwsLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CloudAwsLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CloudAwsLinkAccount to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class CloudAwsLinkAccount extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_aws_link_account newrelic_cloud_aws_link_account} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_aws_link_account newrelic_cloud_aws_link_account} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class CloudAwsLinkAccount extends cdktf.TerraformResource { terraformResourceType: 'newrelic_cloud_aws_link_account', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/cloud-azure-integrations/README.md b/src/cloud-azure-integrations/README.md index d9a38149a..90b8d32d8 100644 --- a/src/cloud-azure-integrations/README.md +++ b/src/cloud-azure-integrations/README.md @@ -1,3 +1,3 @@ # `newrelic_cloud_azure_integrations` -Refer to the Terraform Registry for docs: [`newrelic_cloud_azure_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations). +Refer to the Terraform Registry for docs: [`newrelic_cloud_azure_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations). diff --git a/src/cloud-azure-integrations/index.ts b/src/cloud-azure-integrations/index.ts index ec1b9267a..8dda734ee 100644 --- a/src/cloud-azure-integrations/index.ts +++ b/src/cloud-azure-integrations/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface CloudAzureIntegrationsConfig extends cdktf.TerraformMetaArgumen /** * The ID of the account in New Relic. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id} */ readonly accountId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#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. @@ -28,199 +28,199 @@ export interface CloudAzureIntegrationsConfig extends cdktf.TerraformMetaArgumen /** * The ID of the linked Azure account in New Relic * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id} */ readonly linkedAccountId: number; /** * api_management block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management} */ readonly apiManagement?: CloudAzureIntegrationsApiManagement; /** * app_gateway block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway} */ readonly appGateway?: CloudAzureIntegrationsAppGateway; /** * app_service block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service} */ readonly appService?: CloudAzureIntegrationsAppService; /** * containers block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers} */ readonly containers?: CloudAzureIntegrationsContainers; /** * cosmos_db block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db} */ readonly cosmosDb?: CloudAzureIntegrationsCosmosDb; /** * cost_management block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management} */ readonly costManagement?: CloudAzureIntegrationsCostManagement; /** * data_factory block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory} */ readonly dataFactory?: CloudAzureIntegrationsDataFactory; /** * event_hub block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub} */ readonly eventHub?: CloudAzureIntegrationsEventHub; /** * express_route block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route} */ readonly expressRoute?: CloudAzureIntegrationsExpressRoute; /** * firewalls block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls} */ readonly firewalls?: CloudAzureIntegrationsFirewalls; /** * front_door block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door} */ readonly frontDoor?: CloudAzureIntegrationsFrontDoor; /** * functions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions} */ readonly functions?: CloudAzureIntegrationsFunctions; /** * key_vault block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault} */ readonly keyVault?: CloudAzureIntegrationsKeyVault; /** * load_balancer block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer} */ readonly loadBalancer?: CloudAzureIntegrationsLoadBalancer; /** * logic_apps block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps} */ readonly logicApps?: CloudAzureIntegrationsLogicApps; /** * machine_learning block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning} */ readonly machineLearning?: CloudAzureIntegrationsMachineLearning; /** * maria_db block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db} */ readonly mariaDb?: CloudAzureIntegrationsMariaDb; /** * monitor block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor} */ readonly monitor?: CloudAzureIntegrationsMonitor; /** * mysql block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql} */ readonly mysql?: CloudAzureIntegrationsMysql; /** * mysql_flexible block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible} */ readonly mysqlFlexible?: CloudAzureIntegrationsMysqlFlexible; /** * postgresql block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql} */ readonly postgresql?: CloudAzureIntegrationsPostgresql; /** * postgresql_flexible block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible} */ readonly postgresqlFlexible?: CloudAzureIntegrationsPostgresqlFlexible; /** * power_bi_dedicated block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated} */ readonly powerBiDedicated?: CloudAzureIntegrationsPowerBiDedicated; /** * redis_cache block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache} */ readonly redisCache?: CloudAzureIntegrationsRedisCache; /** * service_bus block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus} */ readonly serviceBus?: CloudAzureIntegrationsServiceBus; /** * sql block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql} */ readonly sql?: CloudAzureIntegrationsSql; /** * sql_managed block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed} */ readonly sqlManaged?: CloudAzureIntegrationsSqlManaged; /** * storage block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage} */ readonly storage?: CloudAzureIntegrationsStorage; /** * virtual_machine block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine} */ readonly virtualMachine?: CloudAzureIntegrationsVirtualMachine; /** * virtual_networks block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks} */ readonly virtualNetworks?: CloudAzureIntegrationsVirtualNetworks; /** * vms block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms} */ readonly vms?: CloudAzureIntegrationsVms; /** * vpn_gateway block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway} */ readonly vpnGateway?: CloudAzureIntegrationsVpnGateway; } @@ -228,13 +228,13 @@ export interface CloudAzureIntegrationsApiManagement { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -349,13 +349,13 @@ export interface CloudAzureIntegrationsAppGateway { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -470,13 +470,13 @@ export interface CloudAzureIntegrationsAppService { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -591,13 +591,13 @@ export interface CloudAzureIntegrationsContainers { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -712,13 +712,13 @@ export interface CloudAzureIntegrationsCosmosDb { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -833,7 +833,7 @@ export interface CloudAzureIntegrationsCostManagement { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** @@ -841,7 +841,7 @@ export interface CloudAzureIntegrationsCostManagement { * * * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys} */ readonly tagKeys?: string[]; } @@ -956,13 +956,13 @@ export interface CloudAzureIntegrationsDataFactory { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -1077,13 +1077,13 @@ export interface CloudAzureIntegrationsEventHub { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -1198,13 +1198,13 @@ export interface CloudAzureIntegrationsExpressRoute { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -1319,13 +1319,13 @@ export interface CloudAzureIntegrationsFirewalls { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -1440,13 +1440,13 @@ export interface CloudAzureIntegrationsFrontDoor { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -1561,13 +1561,13 @@ export interface CloudAzureIntegrationsFunctions { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -1682,13 +1682,13 @@ export interface CloudAzureIntegrationsKeyVault { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -1803,13 +1803,13 @@ export interface CloudAzureIntegrationsLoadBalancer { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -1924,13 +1924,13 @@ export interface CloudAzureIntegrationsLogicApps { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -2045,13 +2045,13 @@ export interface CloudAzureIntegrationsMachineLearning { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -2166,13 +2166,13 @@ export interface CloudAzureIntegrationsMariaDb { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -2287,37 +2287,37 @@ export interface CloudAzureIntegrationsMonitor { /** * A flag that specifies if the integration is active * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** * Specify resource tags in 'key:value' form to be excluded from monitoring * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags} */ readonly excludeTags?: string[]; /** * Specify resource tags in 'key:value' form to be monitored * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags} */ readonly includeTags?: string[]; /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; /** * Specify each Azure resource type that needs to be monitored * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types} */ readonly resourceTypes?: string[]; } @@ -2548,13 +2548,13 @@ export interface CloudAzureIntegrationsMysql { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -2669,13 +2669,13 @@ export interface CloudAzureIntegrationsMysqlFlexible { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -2790,13 +2790,13 @@ export interface CloudAzureIntegrationsPostgresql { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -2911,13 +2911,13 @@ export interface CloudAzureIntegrationsPostgresqlFlexible { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -3032,13 +3032,13 @@ export interface CloudAzureIntegrationsPowerBiDedicated { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -3153,13 +3153,13 @@ export interface CloudAzureIntegrationsRedisCache { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -3274,13 +3274,13 @@ export interface CloudAzureIntegrationsServiceBus { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -3395,13 +3395,13 @@ export interface CloudAzureIntegrationsSql { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -3516,13 +3516,13 @@ export interface CloudAzureIntegrationsSqlManaged { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -3637,13 +3637,13 @@ export interface CloudAzureIntegrationsStorage { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -3758,13 +3758,13 @@ export interface CloudAzureIntegrationsVirtualMachine { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -3879,13 +3879,13 @@ export interface CloudAzureIntegrationsVirtualNetworks { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -4000,13 +4000,13 @@ export interface CloudAzureIntegrationsVms { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -4121,13 +4121,13 @@ export interface CloudAzureIntegrationsVpnGateway { /** * The data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; /** * Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups} */ readonly resourceGroups?: string[]; } @@ -4240,7 +4240,7 @@ export class CloudAzureIntegrationsVpnGatewayOutputReference extends cdktf.Compl } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations} */ export class CloudAzureIntegrations extends cdktf.TerraformResource { @@ -4256,7 +4256,7 @@ export class CloudAzureIntegrations extends cdktf.TerraformResource { * Generates CDKTF code for importing a CloudAzureIntegrations resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the CloudAzureIntegrations to import - * @param importFromId The id of the existing CloudAzureIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CloudAzureIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CloudAzureIntegrations to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -4268,7 +4268,7 @@ export class CloudAzureIntegrations extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -4279,7 +4279,7 @@ export class CloudAzureIntegrations extends cdktf.TerraformResource { terraformResourceType: 'newrelic_cloud_azure_integrations', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/cloud-azure-link-account/README.md b/src/cloud-azure-link-account/README.md index 758d4527e..e9b8155e0 100644 --- a/src/cloud-azure-link-account/README.md +++ b/src/cloud-azure-link-account/README.md @@ -1,3 +1,3 @@ # `newrelic_cloud_azure_link_account` -Refer to the Terraform Registry for docs: [`newrelic_cloud_azure_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account). +Refer to the Terraform Registry for docs: [`newrelic_cloud_azure_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account). diff --git a/src/cloud-azure-link-account/index.ts b/src/cloud-azure-link-account/index.ts index 3401137b6..dbb39717a 100644 --- a/src/cloud-azure-link-account/index.ts +++ b/src/cloud-azure-link-account/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface CloudAzureLinkAccountConfig extends cdktf.TerraformMetaArgument /** * The New Relic account ID where you want to link the Azure account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id} */ readonly accountId?: number; /** * Application ID for Azure account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id} */ readonly applicationId: string; /** * Value of the client secret from Azure * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret} */ readonly clientSecret: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#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. @@ -40,25 +40,25 @@ export interface CloudAzureLinkAccountConfig extends cdktf.TerraformMetaArgument /** * Name of the linked account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name} */ readonly name: string; /** * Subscription ID for the Azure account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id} */ readonly subscriptionId: string; /** * Tenant ID for the Azure account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id} */ readonly tenantId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account} */ export class CloudAzureLinkAccount extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class CloudAzureLinkAccount extends cdktf.TerraformResource { * Generates CDKTF code for importing a CloudAzureLinkAccount resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the CloudAzureLinkAccount to import - * @param importFromId The id of the existing CloudAzureLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CloudAzureLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CloudAzureLinkAccount to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class CloudAzureLinkAccount extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -97,7 +97,7 @@ export class CloudAzureLinkAccount extends cdktf.TerraformResource { terraformResourceType: 'newrelic_cloud_azure_link_account', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/cloud-gcp-integrations/README.md b/src/cloud-gcp-integrations/README.md index d9b0666fe..09a1fef06 100644 --- a/src/cloud-gcp-integrations/README.md +++ b/src/cloud-gcp-integrations/README.md @@ -1,3 +1,3 @@ # `newrelic_cloud_gcp_integrations` -Refer to the Terraform Registry for docs: [`newrelic_cloud_gcp_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations). +Refer to the Terraform Registry for docs: [`newrelic_cloud_gcp_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations). diff --git a/src/cloud-gcp-integrations/index.ts b/src/cloud-gcp-integrations/index.ts index e37525267..653639aa2 100644 --- a/src/cloud-gcp-integrations/index.ts +++ b/src/cloud-gcp-integrations/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface CloudGcpIntegrationsConfig extends cdktf.TerraformMetaArguments /** * ID of the newrelic account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id} */ readonly accountId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#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. @@ -28,163 +28,163 @@ export interface CloudGcpIntegrationsConfig extends cdktf.TerraformMetaArguments /** * Id of the linked gcp account in New Relic * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id} */ readonly linkedAccountId: number; /** * alloy_db block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db} */ readonly alloyDb?: CloudGcpIntegrationsAlloyDb; /** * app_engine block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine} */ readonly appEngine?: CloudGcpIntegrationsAppEngine; /** * big_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query} */ readonly bigQuery?: CloudGcpIntegrationsBigQuery; /** * big_table block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table} */ readonly bigTable?: CloudGcpIntegrationsBigTable; /** * composer block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer} */ readonly composer?: CloudGcpIntegrationsComposer; /** * data_flow block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow} */ readonly dataFlow?: CloudGcpIntegrationsDataFlow; /** * data_proc block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc} */ readonly dataProc?: CloudGcpIntegrationsDataProc; /** * data_store block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store} */ readonly dataStore?: CloudGcpIntegrationsDataStore; /** * fire_base_database block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database} */ readonly fireBaseDatabase?: CloudGcpIntegrationsFireBaseDatabase; /** * fire_base_hosting block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting} */ readonly fireBaseHosting?: CloudGcpIntegrationsFireBaseHosting; /** * fire_base_storage block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage} */ readonly fireBaseStorage?: CloudGcpIntegrationsFireBaseStorage; /** * fire_store block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store} */ readonly fireStore?: CloudGcpIntegrationsFireStore; /** * functions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions} */ readonly functions?: CloudGcpIntegrationsFunctions; /** * interconnect block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect} */ readonly interconnect?: CloudGcpIntegrationsInterconnect; /** * kubernetes block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes} */ readonly kubernetes?: CloudGcpIntegrationsKubernetes; /** * load_balancing block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing} */ readonly loadBalancing?: CloudGcpIntegrationsLoadBalancing; /** * mem_cache block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache} */ readonly memCache?: CloudGcpIntegrationsMemCache; /** * pub_sub block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub} */ readonly pubSub?: CloudGcpIntegrationsPubSub; /** * redis block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis} */ readonly redis?: CloudGcpIntegrationsRedis; /** * router block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router} */ readonly router?: CloudGcpIntegrationsRouter; /** * run block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run} */ readonly run?: CloudGcpIntegrationsRun; /** * spanner block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner} */ readonly spanner?: CloudGcpIntegrationsSpanner; /** * sql block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql} */ readonly sql?: CloudGcpIntegrationsSql; /** * storage block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage} */ readonly storage?: CloudGcpIntegrationsStorage; /** * virtual_machines block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines} */ readonly virtualMachines?: CloudGcpIntegrationsVirtualMachines; /** * vpc_access block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access} */ readonly vpcAccess?: CloudGcpIntegrationsVpcAccess; } @@ -192,7 +192,7 @@ export interface CloudGcpIntegrationsAlloyDb { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -278,7 +278,7 @@ export interface CloudGcpIntegrationsAppEngine { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -364,13 +364,13 @@ export interface CloudGcpIntegrationsBigQuery { /** * to fetch tags of the resource * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -485,7 +485,7 @@ export interface CloudGcpIntegrationsBigTable { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -571,7 +571,7 @@ export interface CloudGcpIntegrationsComposer { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -657,7 +657,7 @@ export interface CloudGcpIntegrationsDataFlow { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -743,7 +743,7 @@ export interface CloudGcpIntegrationsDataProc { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -829,7 +829,7 @@ export interface CloudGcpIntegrationsDataStore { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -915,7 +915,7 @@ export interface CloudGcpIntegrationsFireBaseDatabase { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1001,7 +1001,7 @@ export interface CloudGcpIntegrationsFireBaseHosting { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1087,7 +1087,7 @@ export interface CloudGcpIntegrationsFireBaseStorage { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1173,7 +1173,7 @@ export interface CloudGcpIntegrationsFireStore { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1259,7 +1259,7 @@ export interface CloudGcpIntegrationsFunctions { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1345,7 +1345,7 @@ export interface CloudGcpIntegrationsInterconnect { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1431,7 +1431,7 @@ export interface CloudGcpIntegrationsKubernetes { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1517,7 +1517,7 @@ export interface CloudGcpIntegrationsLoadBalancing { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1603,7 +1603,7 @@ export interface CloudGcpIntegrationsMemCache { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1689,13 +1689,13 @@ export interface CloudGcpIntegrationsPubSub { /** * to fetch tags of the resource * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1810,7 +1810,7 @@ export interface CloudGcpIntegrationsRedis { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1896,7 +1896,7 @@ export interface CloudGcpIntegrationsRouter { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -1982,7 +1982,7 @@ export interface CloudGcpIntegrationsRun { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -2068,13 +2068,13 @@ export interface CloudGcpIntegrationsSpanner { /** * to fetch tags of the resource * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -2189,7 +2189,7 @@ export interface CloudGcpIntegrationsSql { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -2275,13 +2275,13 @@ export interface CloudGcpIntegrationsStorage { /** * to fetch tags of the resource * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags} */ readonly fetchTags?: boolean | cdktf.IResolvable; /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -2396,7 +2396,7 @@ export interface CloudGcpIntegrationsVirtualMachines { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -2482,7 +2482,7 @@ export interface CloudGcpIntegrationsVpcAccess { /** * the data polling interval in seconds * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval} */ readonly metricsPollingInterval?: number; } @@ -2566,7 +2566,7 @@ export class CloudGcpIntegrationsVpcAccessOutputReference extends cdktf.ComplexO } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations} */ export class CloudGcpIntegrations extends cdktf.TerraformResource { @@ -2582,7 +2582,7 @@ export class CloudGcpIntegrations extends cdktf.TerraformResource { * Generates CDKTF code for importing a CloudGcpIntegrations resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the CloudGcpIntegrations to import - * @param importFromId The id of the existing CloudGcpIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CloudGcpIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CloudGcpIntegrations to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2594,7 +2594,7 @@ export class CloudGcpIntegrations extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -2605,7 +2605,7 @@ export class CloudGcpIntegrations extends cdktf.TerraformResource { terraformResourceType: 'newrelic_cloud_gcp_integrations', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/cloud-gcp-link-account/README.md b/src/cloud-gcp-link-account/README.md index 08ade8f78..c5829d1f8 100644 --- a/src/cloud-gcp-link-account/README.md +++ b/src/cloud-gcp-link-account/README.md @@ -1,3 +1,3 @@ # `newrelic_cloud_gcp_link_account` -Refer to the Terraform Registry for docs: [`newrelic_cloud_gcp_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account). +Refer to the Terraform Registry for docs: [`newrelic_cloud_gcp_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account). diff --git a/src/cloud-gcp-link-account/index.ts b/src/cloud-gcp-link-account/index.ts index 56c147c58..856901f8f 100644 --- a/src/cloud-gcp-link-account/index.ts +++ b/src/cloud-gcp-link-account/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface CloudGcpLinkAccountConfig extends cdktf.TerraformMetaArguments /** * accountID of newrelic account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id} */ readonly accountId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#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. @@ -28,19 +28,19 @@ export interface CloudGcpLinkAccountConfig extends cdktf.TerraformMetaArguments /** * name of the linked account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name} */ readonly name: string; /** * project id of the Gcp account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id} */ readonly projectId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account} */ export class CloudGcpLinkAccount extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class CloudGcpLinkAccount extends cdktf.TerraformResource { * Generates CDKTF code for importing a CloudGcpLinkAccount resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the CloudGcpLinkAccount to import - * @param importFromId The id of the existing CloudGcpLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CloudGcpLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CloudGcpLinkAccount to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class CloudGcpLinkAccount extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class CloudGcpLinkAccount extends cdktf.TerraformResource { terraformResourceType: 'newrelic_cloud_gcp_link_account', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-account/README.md b/src/data-newrelic-account/README.md index 011981401..794241c51 100644 --- a/src/data-newrelic-account/README.md +++ b/src/data-newrelic-account/README.md @@ -1,3 +1,3 @@ # `data_newrelic_account` -Refer to the Terraform Registry for docs: [`data_newrelic_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account). +Refer to the Terraform Registry for docs: [`data_newrelic_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account). diff --git a/src/data-newrelic-account/index.ts b/src/data-newrelic-account/index.ts index 73c5f3eb2..9978cd3c6 100644 --- a/src/data-newrelic-account/index.ts +++ b/src/data-newrelic-account/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataNewrelicAccountConfig extends cdktf.TerraformMetaArguments /** * The ID of the account in New Relic. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#account_id DataNewrelicAccount#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#account_id DataNewrelicAccount#account_id} */ readonly accountId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#id DataNewrelicAccount#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#id DataNewrelicAccount#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. @@ -28,19 +28,19 @@ export interface DataNewrelicAccountConfig extends cdktf.TerraformMetaArguments /** * The name of the account in New Relic. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#name DataNewrelicAccount#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#name DataNewrelicAccount#name} */ readonly name?: string; /** * The scope of the account in New Relic. Valid values are "global" and "in_region". Defaults to "in_region". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#scope DataNewrelicAccount#scope} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#scope DataNewrelicAccount#scope} */ readonly scope?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account newrelic_account} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account newrelic_account} */ export class DataNewrelicAccount extends cdktf.TerraformDataSource { @@ -56,7 +56,7 @@ export class DataNewrelicAccount extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataNewrelicAccount resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicAccount to import - * @param importFromId The id of the existing DataNewrelicAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicAccount to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class DataNewrelicAccount extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/account newrelic_account} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/account newrelic_account} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class DataNewrelicAccount extends cdktf.TerraformDataSource { terraformResourceType: 'newrelic_account', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-alert-channel/README.md b/src/data-newrelic-alert-channel/README.md index ea904e200..1ba7c9d56 100644 --- a/src/data-newrelic-alert-channel/README.md +++ b/src/data-newrelic-alert-channel/README.md @@ -1,3 +1,3 @@ # `data_newrelic_alert_channel` -Refer to the Terraform Registry for docs: [`data_newrelic_alert_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel). +Refer to the Terraform Registry for docs: [`data_newrelic_alert_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel). diff --git a/src/data-newrelic-alert-channel/index.ts b/src/data-newrelic-alert-channel/index.ts index 2d1efd333..1d7ee1a91 100644 --- a/src/data-newrelic-alert-channel/index.ts +++ b/src/data-newrelic-alert-channel/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataNewrelicAlertChannelConfig extends cdktf.TerraformMetaArgum /** * The New Relic account ID where you want to retrieve the alert channel. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#account_id DataNewrelicAlertChannel#account_id} */ readonly accountId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#id DataNewrelicAlertChannel#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. @@ -28,7 +28,7 @@ export interface DataNewrelicAlertChannelConfig extends cdktf.TerraformMetaArgum /** * The name of the alert channel in New Relic. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#name DataNewrelicAlertChannel#name} */ readonly name: string; } @@ -206,7 +206,7 @@ export class DataNewrelicAlertChannelConfigAList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel newrelic_alert_channel} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel newrelic_alert_channel} */ export class DataNewrelicAlertChannel extends cdktf.TerraformDataSource { @@ -222,7 +222,7 @@ export class DataNewrelicAlertChannel extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataNewrelicAlertChannel resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicAlertChannel to import - * @param importFromId The id of the existing DataNewrelicAlertChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicAlertChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicAlertChannel to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -234,7 +234,7 @@ export class DataNewrelicAlertChannel extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_channel newrelic_alert_channel} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_channel newrelic_alert_channel} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -245,7 +245,7 @@ export class DataNewrelicAlertChannel extends cdktf.TerraformDataSource { terraformResourceType: 'newrelic_alert_channel', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-alert-policy/README.md b/src/data-newrelic-alert-policy/README.md index c91e4595e..e3d81b471 100644 --- a/src/data-newrelic-alert-policy/README.md +++ b/src/data-newrelic-alert-policy/README.md @@ -1,3 +1,3 @@ # `data_newrelic_alert_policy` -Refer to the Terraform Registry for docs: [`data_newrelic_alert_policy`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy). +Refer to the Terraform Registry for docs: [`data_newrelic_alert_policy`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy). diff --git a/src/data-newrelic-alert-policy/index.ts b/src/data-newrelic-alert-policy/index.ts index 9e5f18c17..220aa7cb8 100644 --- a/src/data-newrelic-alert-policy/index.ts +++ b/src/data-newrelic-alert-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataNewrelicAlertPolicyConfig extends cdktf.TerraformMetaArgume /** * The New Relic account ID to operate on. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#account_id DataNewrelicAlertPolicy#account_id} */ readonly accountId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#id DataNewrelicAlertPolicy#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. @@ -28,19 +28,19 @@ export interface DataNewrelicAlertPolicyConfig extends cdktf.TerraformMetaArgume /** * The rollup strategy for the policy, which can be `PER_POLICY`, `PER_CONDITION`, or `PER_CONDITION_AND_TARGET`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#incident_preference DataNewrelicAlertPolicy#incident_preference} */ readonly incidentPreference?: string; /** * The name of the alert policy in New Relic. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#name DataNewrelicAlertPolicy#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy newrelic_alert_policy} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy newrelic_alert_policy} */ export class DataNewrelicAlertPolicy extends cdktf.TerraformDataSource { @@ -56,7 +56,7 @@ export class DataNewrelicAlertPolicy extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataNewrelicAlertPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicAlertPolicy to import - * @param importFromId The id of the existing DataNewrelicAlertPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicAlertPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicAlertPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class DataNewrelicAlertPolicy extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/alert_policy newrelic_alert_policy} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/alert_policy newrelic_alert_policy} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class DataNewrelicAlertPolicy extends cdktf.TerraformDataSource { terraformResourceType: 'newrelic_alert_policy', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-application/README.md b/src/data-newrelic-application/README.md index ffa46e0eb..a554dc13c 100644 --- a/src/data-newrelic-application/README.md +++ b/src/data-newrelic-application/README.md @@ -1,3 +1,3 @@ # `data_newrelic_application` -Refer to the Terraform Registry for docs: [`data_newrelic_application`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application). +Refer to the Terraform Registry for docs: [`data_newrelic_application`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application). diff --git a/src/data-newrelic-application/index.ts b/src/data-newrelic-application/index.ts index bf7025363..7d72197d0 100644 --- a/src/data-newrelic-application/index.ts +++ b/src/data-newrelic-application/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataNewrelicApplicationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#id DataNewrelicApplication#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#id DataNewrelicApplication#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. @@ -22,13 +22,13 @@ export interface DataNewrelicApplicationConfig extends cdktf.TerraformMetaArgume /** * The name of the application in New Relic. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#name DataNewrelicApplication#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#name DataNewrelicApplication#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application newrelic_application} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application newrelic_application} */ export class DataNewrelicApplication extends cdktf.TerraformDataSource { @@ -44,7 +44,7 @@ export class DataNewrelicApplication extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataNewrelicApplication resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicApplication to import - * @param importFromId The id of the existing DataNewrelicApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicApplication to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class DataNewrelicApplication extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/application newrelic_application} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/application newrelic_application} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -67,7 +67,7 @@ export class DataNewrelicApplication extends cdktf.TerraformDataSource { terraformResourceType: 'newrelic_application', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-authentication-domain/README.md b/src/data-newrelic-authentication-domain/README.md index 2c4c968de..ba6fa303f 100644 --- a/src/data-newrelic-authentication-domain/README.md +++ b/src/data-newrelic-authentication-domain/README.md @@ -1,3 +1,3 @@ # `data_newrelic_authentication_domain` -Refer to the Terraform Registry for docs: [`data_newrelic_authentication_domain`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain). +Refer to the Terraform Registry for docs: [`data_newrelic_authentication_domain`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain). diff --git a/src/data-newrelic-authentication-domain/index.ts b/src/data-newrelic-authentication-domain/index.ts index 51c9b1b58..3e3e95395 100644 --- a/src/data-newrelic-authentication-domain/index.ts +++ b/src/data-newrelic-authentication-domain/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,13 +15,13 @@ export interface DataNewrelicAuthenticationDomainConfig extends cdktf.TerraformM /** * The name of the authentication domain to be queried. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain#name DataNewrelicAuthenticationDomain#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain newrelic_authentication_domain} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain newrelic_authentication_domain} */ export class DataNewrelicAuthenticationDomain extends cdktf.TerraformDataSource { @@ -37,7 +37,7 @@ export class DataNewrelicAuthenticationDomain extends cdktf.TerraformDataSource * Generates CDKTF code for importing a DataNewrelicAuthenticationDomain resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicAuthenticationDomain to import - * @param importFromId The id of the existing DataNewrelicAuthenticationDomain that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicAuthenticationDomain that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicAuthenticationDomain to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -49,7 +49,7 @@ export class DataNewrelicAuthenticationDomain extends cdktf.TerraformDataSource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/authentication_domain newrelic_authentication_domain} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/authentication_domain newrelic_authentication_domain} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -60,7 +60,7 @@ export class DataNewrelicAuthenticationDomain extends cdktf.TerraformDataSource terraformResourceType: 'newrelic_authentication_domain', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-cloud-account/README.md b/src/data-newrelic-cloud-account/README.md index 0f1fbc5e4..5251466e5 100644 --- a/src/data-newrelic-cloud-account/README.md +++ b/src/data-newrelic-cloud-account/README.md @@ -1,3 +1,3 @@ # `data_newrelic_cloud_account` -Refer to the Terraform Registry for docs: [`data_newrelic_cloud_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account). +Refer to the Terraform Registry for docs: [`data_newrelic_cloud_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account). diff --git a/src/data-newrelic-cloud-account/index.ts b/src/data-newrelic-cloud-account/index.ts index 5a987184c..353ec5464 100644 --- a/src/data-newrelic-cloud-account/index.ts +++ b/src/data-newrelic-cloud-account/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface DataNewrelicCloudAccountConfig extends cdktf.TerraformMetaArgum /** * The ID of the New Relic account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#account_id DataNewrelicCloudAccount#account_id} */ readonly accountId?: number; /** * The cloud provider of the account, e.g. aws, gcp, azure * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#cloud_provider DataNewrelicCloudAccount#cloud_provider} */ readonly cloudProvider: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#id DataNewrelicCloudAccount#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. @@ -34,13 +34,13 @@ export interface DataNewrelicCloudAccountConfig extends cdktf.TerraformMetaArgum /** * The name of the cloud account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#name DataNewrelicCloudAccount#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account newrelic_cloud_account} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account newrelic_cloud_account} */ export class DataNewrelicCloudAccount extends cdktf.TerraformDataSource { @@ -56,7 +56,7 @@ export class DataNewrelicCloudAccount extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataNewrelicCloudAccount resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicCloudAccount to import - * @param importFromId The id of the existing DataNewrelicCloudAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicCloudAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicCloudAccount to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class DataNewrelicCloudAccount extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/cloud_account newrelic_cloud_account} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/cloud_account newrelic_cloud_account} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class DataNewrelicCloudAccount extends cdktf.TerraformDataSource { terraformResourceType: 'newrelic_cloud_account', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-entity/README.md b/src/data-newrelic-entity/README.md index 188bc19ec..85a03b729 100644 --- a/src/data-newrelic-entity/README.md +++ b/src/data-newrelic-entity/README.md @@ -1,3 +1,3 @@ # `data_newrelic_entity` -Refer to the Terraform Registry for docs: [`data_newrelic_entity`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity). +Refer to the Terraform Registry for docs: [`data_newrelic_entity`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity). diff --git a/src/data-newrelic-entity/index.ts b/src/data-newrelic-entity/index.ts index 63797fa0a..f859f7717 100644 --- a/src/data-newrelic-entity/index.ts +++ b/src/data-newrelic-entity/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,21 +15,21 @@ export interface DataNewrelicEntityConfig extends cdktf.TerraformMetaArguments { /** * The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#account_id DataNewrelicEntity#account_id} */ readonly accountId?: number; /** * The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#domain DataNewrelicEntity#domain} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#domain DataNewrelicEntity#domain} */ readonly domain?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags} */ readonly entityTags?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#id DataNewrelicEntity#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#id DataNewrelicEntity#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. @@ -38,31 +38,31 @@ export interface DataNewrelicEntityConfig extends cdktf.TerraformMetaArguments { /** * Ignore case when searching the entity name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case} */ readonly ignoreCase?: boolean | cdktf.IResolvable; /** * A boolean attribute which when set to true, does not throw an error if the queried entity is not found. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found} */ readonly ignoreNotFound?: boolean | cdktf.IResolvable; /** * The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#name DataNewrelicEntity#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#name DataNewrelicEntity#name} */ readonly name: string; /** * The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#type DataNewrelicEntity#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#type DataNewrelicEntity#type} */ readonly type?: string; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#tag DataNewrelicEntity#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#tag DataNewrelicEntity#tag} */ readonly tag?: DataNewrelicEntityTag[] | cdktf.IResolvable; } @@ -70,13 +70,13 @@ export interface DataNewrelicEntityTag { /** * The tag key. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#key DataNewrelicEntity#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#key DataNewrelicEntity#key} */ readonly key: string; /** * The tag value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#value DataNewrelicEntity#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#value DataNewrelicEntity#value} */ readonly value: string; } @@ -215,7 +215,7 @@ export class DataNewrelicEntityTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity newrelic_entity} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity newrelic_entity} */ export class DataNewrelicEntity extends cdktf.TerraformDataSource { @@ -231,7 +231,7 @@ export class DataNewrelicEntity extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataNewrelicEntity resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicEntity to import - * @param importFromId The id of the existing DataNewrelicEntity that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicEntity that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicEntity to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -243,7 +243,7 @@ export class DataNewrelicEntity extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/entity newrelic_entity} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/entity newrelic_entity} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -254,7 +254,7 @@ export class DataNewrelicEntity extends cdktf.TerraformDataSource { terraformResourceType: 'newrelic_entity', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-group/README.md b/src/data-newrelic-group/README.md index 868e23130..1cc0c9a6b 100644 --- a/src/data-newrelic-group/README.md +++ b/src/data-newrelic-group/README.md @@ -1,3 +1,3 @@ # `data_newrelic_group` -Refer to the Terraform Registry for docs: [`data_newrelic_group`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group). +Refer to the Terraform Registry for docs: [`data_newrelic_group`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group). diff --git a/src/data-newrelic-group/index.ts b/src/data-newrelic-group/index.ts index 940447e91..d456f6b95 100644 --- a/src/data-newrelic-group/index.ts +++ b/src/data-newrelic-group/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +15,19 @@ export interface DataNewrelicGroupConfig extends cdktf.TerraformMetaArguments { /** * The ID of the Authentication Domain the group being queried would belong to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id} */ readonly authenticationDomainId: string; /** * The name of the group to be queried. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#name DataNewrelicGroup#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#name DataNewrelicGroup#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group newrelic_group} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group newrelic_group} */ export class DataNewrelicGroup extends cdktf.TerraformDataSource { @@ -43,7 +43,7 @@ export class DataNewrelicGroup extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataNewrelicGroup resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicGroup to import - * @param importFromId The id of the existing DataNewrelicGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicGroup to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -55,7 +55,7 @@ export class DataNewrelicGroup extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/group newrelic_group} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/group newrelic_group} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -66,7 +66,7 @@ export class DataNewrelicGroup extends cdktf.TerraformDataSource { terraformResourceType: 'newrelic_group', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-key-transaction/README.md b/src/data-newrelic-key-transaction/README.md index eaf15aaf8..c3e729cb8 100644 --- a/src/data-newrelic-key-transaction/README.md +++ b/src/data-newrelic-key-transaction/README.md @@ -1,3 +1,3 @@ # `data_newrelic_key_transaction` -Refer to the Terraform Registry for docs: [`data_newrelic_key_transaction`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction). +Refer to the Terraform Registry for docs: [`data_newrelic_key_transaction`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction). diff --git a/src/data-newrelic-key-transaction/index.ts b/src/data-newrelic-key-transaction/index.ts index f8ecb1d8b..e7f5b153e 100644 --- a/src/data-newrelic-key-transaction/index.ts +++ b/src/data-newrelic-key-transaction/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataNewrelicKeyTransactionConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#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. @@ -22,13 +22,13 @@ export interface DataNewrelicKeyTransactionConfig extends cdktf.TerraformMetaArg /** * The name of the key transaction in New Relic. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction newrelic_key_transaction} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction newrelic_key_transaction} */ export class DataNewrelicKeyTransaction extends cdktf.TerraformDataSource { @@ -44,7 +44,7 @@ export class DataNewrelicKeyTransaction extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataNewrelicKeyTransaction resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicKeyTransaction to import - * @param importFromId The id of the existing DataNewrelicKeyTransaction that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicKeyTransaction that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicKeyTransaction to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class DataNewrelicKeyTransaction extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/key_transaction newrelic_key_transaction} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/key_transaction newrelic_key_transaction} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -67,7 +67,7 @@ export class DataNewrelicKeyTransaction extends cdktf.TerraformDataSource { terraformResourceType: 'newrelic_key_transaction', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-notification-destination/README.md b/src/data-newrelic-notification-destination/README.md index 41c43847a..e5c99dc17 100644 --- a/src/data-newrelic-notification-destination/README.md +++ b/src/data-newrelic-notification-destination/README.md @@ -1,3 +1,3 @@ # `data_newrelic_notification_destination` -Refer to the Terraform Registry for docs: [`data_newrelic_notification_destination`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination). +Refer to the Terraform Registry for docs: [`data_newrelic_notification_destination`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination). diff --git a/src/data-newrelic-notification-destination/index.ts b/src/data-newrelic-notification-destination/index.ts index 2af68ac3d..ec93d9ad6 100644 --- a/src/data-newrelic-notification-destination/index.ts +++ b/src/data-newrelic-notification-destination/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,13 +15,13 @@ export interface DataNewrelicNotificationDestinationConfig extends cdktf.Terrafo /** * The account ID under which to put the destination. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id} */ readonly accountId?: number; /** * The ID of the destination. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#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. @@ -30,13 +30,13 @@ export interface DataNewrelicNotificationDestinationConfig extends cdktf.Terrafo /** * The name of the destination. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name} */ readonly name?: string; /** * secure_url block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url} */ readonly secureUrl?: DataNewrelicNotificationDestinationSecureUrl[] | cdktf.IResolvable; } @@ -132,7 +132,7 @@ export class DataNewrelicNotificationDestinationPropertyList extends cdktf.Compl } export interface DataNewrelicNotificationDestinationSecureUrl { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix} */ readonly prefix: string; } @@ -245,7 +245,7 @@ export class DataNewrelicNotificationDestinationSecureUrlList extends cdktf.Comp } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination newrelic_notification_destination} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination newrelic_notification_destination} */ export class DataNewrelicNotificationDestination extends cdktf.TerraformDataSource { @@ -261,7 +261,7 @@ export class DataNewrelicNotificationDestination extends cdktf.TerraformDataSour * Generates CDKTF code for importing a DataNewrelicNotificationDestination resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicNotificationDestination to import - * @param importFromId The id of the existing DataNewrelicNotificationDestination that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicNotificationDestination that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicNotificationDestination to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -273,7 +273,7 @@ export class DataNewrelicNotificationDestination extends cdktf.TerraformDataSour // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/notification_destination newrelic_notification_destination} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/notification_destination newrelic_notification_destination} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -284,7 +284,7 @@ export class DataNewrelicNotificationDestination extends cdktf.TerraformDataSour terraformResourceType: 'newrelic_notification_destination', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-obfuscation-expression/README.md b/src/data-newrelic-obfuscation-expression/README.md index a83c6a91f..be9e3e149 100644 --- a/src/data-newrelic-obfuscation-expression/README.md +++ b/src/data-newrelic-obfuscation-expression/README.md @@ -1,3 +1,3 @@ # `data_newrelic_obfuscation_expression` -Refer to the Terraform Registry for docs: [`data_newrelic_obfuscation_expression`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression). +Refer to the Terraform Registry for docs: [`data_newrelic_obfuscation_expression`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression). diff --git a/src/data-newrelic-obfuscation-expression/index.ts b/src/data-newrelic-obfuscation-expression/index.ts index eb1f4fca7..0baff32f3 100644 --- a/src/data-newrelic-obfuscation-expression/index.ts +++ b/src/data-newrelic-obfuscation-expression/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataNewrelicObfuscationExpressionConfig extends cdktf.Terraform /** * The account id associated with the obfuscation expression. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id} */ readonly accountId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#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. @@ -28,13 +28,13 @@ export interface DataNewrelicObfuscationExpressionConfig extends cdktf.Terraform /** * Name of expression. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression} */ export class DataNewrelicObfuscationExpression extends cdktf.TerraformDataSource { @@ -50,7 +50,7 @@ export class DataNewrelicObfuscationExpression extends cdktf.TerraformDataSource * Generates CDKTF code for importing a DataNewrelicObfuscationExpression resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicObfuscationExpression to import - * @param importFromId The id of the existing DataNewrelicObfuscationExpression that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicObfuscationExpression that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicObfuscationExpression to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class DataNewrelicObfuscationExpression extends cdktf.TerraformDataSource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -73,7 +73,7 @@ export class DataNewrelicObfuscationExpression extends cdktf.TerraformDataSource terraformResourceType: 'newrelic_obfuscation_expression', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-service-level-alert-helper/README.md b/src/data-newrelic-service-level-alert-helper/README.md index 1c425668b..ed9d531ef 100644 --- a/src/data-newrelic-service-level-alert-helper/README.md +++ b/src/data-newrelic-service-level-alert-helper/README.md @@ -1,3 +1,3 @@ # `data_newrelic_service_level_alert_helper` -Refer to the Terraform Registry for docs: [`data_newrelic_service_level_alert_helper`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper). +Refer to the Terraform Registry for docs: [`data_newrelic_service_level_alert_helper`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper). diff --git a/src/data-newrelic-service-level-alert-helper/index.ts b/src/data-newrelic-service-level-alert-helper/index.ts index b8e37b18c..616303d1b 100644 --- a/src/data-newrelic-service-level-alert-helper/index.ts +++ b/src/data-newrelic-service-level-alert-helper/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,44 +13,44 @@ import * as cdktf from 'cdktf'; export interface DataNewrelicServiceLevelAlertHelperConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type} */ readonly alertType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period} */ readonly customEvaluationPeriod?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption} */ readonly customToleratedBudgetConsumption?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#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. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events} */ readonly isBadEvents?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid} */ readonly sliGuid: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period} */ readonly sloPeriod: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target} */ readonly sloTarget: number; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper} */ export class DataNewrelicServiceLevelAlertHelper extends cdktf.TerraformDataSource { @@ -66,7 +66,7 @@ export class DataNewrelicServiceLevelAlertHelper extends cdktf.TerraformDataSour * Generates CDKTF code for importing a DataNewrelicServiceLevelAlertHelper resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicServiceLevelAlertHelper to import - * @param importFromId The id of the existing DataNewrelicServiceLevelAlertHelper that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicServiceLevelAlertHelper that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicServiceLevelAlertHelper to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -78,7 +78,7 @@ export class DataNewrelicServiceLevelAlertHelper extends cdktf.TerraformDataSour // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -89,7 +89,7 @@ export class DataNewrelicServiceLevelAlertHelper extends cdktf.TerraformDataSour terraformResourceType: 'newrelic_service_level_alert_helper', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-synthetics-private-location/README.md b/src/data-newrelic-synthetics-private-location/README.md index ce9a9ab50..c5d0d9d42 100644 --- a/src/data-newrelic-synthetics-private-location/README.md +++ b/src/data-newrelic-synthetics-private-location/README.md @@ -1,3 +1,3 @@ # `data_newrelic_synthetics_private_location` -Refer to the Terraform Registry for docs: [`data_newrelic_synthetics_private_location`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location). +Refer to the Terraform Registry for docs: [`data_newrelic_synthetics_private_location`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location). diff --git a/src/data-newrelic-synthetics-private-location/index.ts b/src/data-newrelic-synthetics-private-location/index.ts index ac123f819..8cfb67c10 100644 --- a/src/data-newrelic-synthetics-private-location/index.ts +++ b/src/data-newrelic-synthetics-private-location/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataNewrelicSyntheticsPrivateLocationConfig extends cdktf.Terra /** * The ID of the account in New Relic. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id} */ readonly accountId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#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. @@ -28,19 +28,19 @@ export interface DataNewrelicSyntheticsPrivateLocationConfig extends cdktf.Terra /** * The key of the queried private location. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key} */ readonly key?: string[]; /** * The name of the Synthetics monitor private location. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location} */ export class DataNewrelicSyntheticsPrivateLocation extends cdktf.TerraformDataSource { @@ -56,7 +56,7 @@ export class DataNewrelicSyntheticsPrivateLocation extends cdktf.TerraformDataSo * Generates CDKTF code for importing a DataNewrelicSyntheticsPrivateLocation resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicSyntheticsPrivateLocation to import - * @param importFromId The id of the existing DataNewrelicSyntheticsPrivateLocation that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicSyntheticsPrivateLocation that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicSyntheticsPrivateLocation to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class DataNewrelicSyntheticsPrivateLocation extends cdktf.TerraformDataSo // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class DataNewrelicSyntheticsPrivateLocation extends cdktf.TerraformDataSo terraformResourceType: 'newrelic_synthetics_private_location', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-synthetics-secure-credential/README.md b/src/data-newrelic-synthetics-secure-credential/README.md index 42f7baf80..bce4ac675 100644 --- a/src/data-newrelic-synthetics-secure-credential/README.md +++ b/src/data-newrelic-synthetics-secure-credential/README.md @@ -1,3 +1,3 @@ # `data_newrelic_synthetics_secure_credential` -Refer to the Terraform Registry for docs: [`data_newrelic_synthetics_secure_credential`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential). +Refer to the Terraform Registry for docs: [`data_newrelic_synthetics_secure_credential`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential). diff --git a/src/data-newrelic-synthetics-secure-credential/index.ts b/src/data-newrelic-synthetics-secure-credential/index.ts index 0879b057d..d6cc74fe8 100644 --- a/src/data-newrelic-synthetics-secure-credential/index.ts +++ b/src/data-newrelic-synthetics-secure-credential/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataNewrelicSyntheticsSecureCredentialConfig extends cdktf.Terr /** * The New Relic account ID associated with this secure credential. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id} */ readonly accountId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#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. @@ -28,13 +28,13 @@ export interface DataNewrelicSyntheticsSecureCredentialConfig extends cdktf.Terr /** * The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key} */ readonly key: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential} */ export class DataNewrelicSyntheticsSecureCredential extends cdktf.TerraformDataSource { @@ -50,7 +50,7 @@ export class DataNewrelicSyntheticsSecureCredential extends cdktf.TerraformDataS * Generates CDKTF code for importing a DataNewrelicSyntheticsSecureCredential resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicSyntheticsSecureCredential to import - * @param importFromId The id of the existing DataNewrelicSyntheticsSecureCredential that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicSyntheticsSecureCredential that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicSyntheticsSecureCredential to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class DataNewrelicSyntheticsSecureCredential extends cdktf.TerraformDataS // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -73,7 +73,7 @@ export class DataNewrelicSyntheticsSecureCredential extends cdktf.TerraformDataS terraformResourceType: 'newrelic_synthetics_secure_credential', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-test-grok-pattern/README.md b/src/data-newrelic-test-grok-pattern/README.md index 4d51f4159..0f1cde275 100644 --- a/src/data-newrelic-test-grok-pattern/README.md +++ b/src/data-newrelic-test-grok-pattern/README.md @@ -1,3 +1,3 @@ # `data_newrelic_test_grok_pattern` -Refer to the Terraform Registry for docs: [`data_newrelic_test_grok_pattern`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern). +Refer to the Terraform Registry for docs: [`data_newrelic_test_grok_pattern`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern). diff --git a/src/data-newrelic-test-grok-pattern/index.ts b/src/data-newrelic-test-grok-pattern/index.ts index 50570e701..712377864 100644 --- a/src/data-newrelic-test-grok-pattern/index.ts +++ b/src/data-newrelic-test-grok-pattern/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface DataNewrelicTestGrokPatternConfig extends cdktf.TerraformMetaAr /** * The account id associated with the test grok. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id} */ readonly accountId?: number; /** * The Grok pattern to test. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok} */ readonly grok: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#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. @@ -34,7 +34,7 @@ export interface DataNewrelicTestGrokPatternConfig extends cdktf.TerraformMetaAr /** * The log lines to test the Grok pattern against. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines} */ readonly logLines: string[]; } @@ -206,7 +206,7 @@ export class DataNewrelicTestGrokPatternTestGrokList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern} */ export class DataNewrelicTestGrokPattern extends cdktf.TerraformDataSource { @@ -222,7 +222,7 @@ export class DataNewrelicTestGrokPattern extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataNewrelicTestGrokPattern resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicTestGrokPattern to import - * @param importFromId The id of the existing DataNewrelicTestGrokPattern that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicTestGrokPattern that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicTestGrokPattern to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -234,7 +234,7 @@ export class DataNewrelicTestGrokPattern extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -245,7 +245,7 @@ export class DataNewrelicTestGrokPattern extends cdktf.TerraformDataSource { terraformResourceType: 'newrelic_test_grok_pattern', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-newrelic-user/README.md b/src/data-newrelic-user/README.md index c00e42374..3c7b38cf7 100644 --- a/src/data-newrelic-user/README.md +++ b/src/data-newrelic-user/README.md @@ -1,3 +1,3 @@ # `data_newrelic_user` -Refer to the Terraform Registry for docs: [`data_newrelic_user`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user). +Refer to the Terraform Registry for docs: [`data_newrelic_user`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user). diff --git a/src/data-newrelic-user/index.ts b/src/data-newrelic-user/index.ts index 6e84992a3..a58ade9ad 100644 --- a/src/data-newrelic-user/index.ts +++ b/src/data-newrelic-user/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,25 +15,25 @@ export interface DataNewrelicUserConfig extends cdktf.TerraformMetaArguments { /** * The ID of the Authentication Domain the user being queried would belong to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id} */ readonly authenticationDomainId: string; /** * The email ID of the user to be queried. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#email_id DataNewrelicUser#email_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#email_id DataNewrelicUser#email_id} */ readonly emailId?: string; /** * The name of the user to be queried. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#name DataNewrelicUser#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#name DataNewrelicUser#name} */ readonly name?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user newrelic_user} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user newrelic_user} */ export class DataNewrelicUser extends cdktf.TerraformDataSource { @@ -49,7 +49,7 @@ export class DataNewrelicUser extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataNewrelicUser resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataNewrelicUser to import - * @param importFromId The id of the existing DataNewrelicUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataNewrelicUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataNewrelicUser to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -61,7 +61,7 @@ export class DataNewrelicUser extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/data-sources/user newrelic_user} Data Source + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/data-sources/user newrelic_user} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -72,7 +72,7 @@ export class DataNewrelicUser extends cdktf.TerraformDataSource { terraformResourceType: 'newrelic_user', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/data-partition-rule/README.md b/src/data-partition-rule/README.md index 5189bfc0d..92a9dc66c 100644 --- a/src/data-partition-rule/README.md +++ b/src/data-partition-rule/README.md @@ -1,3 +1,3 @@ # `newrelic_data_partition_rule` -Refer to the Terraform Registry for docs: [`newrelic_data_partition_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule). +Refer to the Terraform Registry for docs: [`newrelic_data_partition_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule). diff --git a/src/data-partition-rule/index.ts b/src/data-partition-rule/index.ts index 0e3af1925..c31c32172 100644 --- a/src/data-partition-rule/index.ts +++ b/src/data-partition-rule/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface DataPartitionRuleConfig extends cdktf.TerraformMetaArguments { /** * The account id associated with the data partition rule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id} */ readonly accountId?: number; /** * The description of the data partition rule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#description DataPartitionRule#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#description DataPartitionRule#description} */ readonly description?: string; /** * Whether or not this data partition rule is enabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#id DataPartitionRule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#id DataPartitionRule#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. @@ -40,31 +40,31 @@ export interface DataPartitionRuleConfig extends cdktf.TerraformMetaArguments { /** * The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql} */ readonly nrql: string; /** * The retention policy of the data partition data. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy} */ readonly retentionPolicy: string; /** * The name of the data partition where logs will be allocated once the rule is enabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition} */ readonly targetDataPartition: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts} */ readonly timeouts?: DataPartitionRuleTimeouts; } export interface DataPartitionRuleTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#create DataPartitionRule#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#create DataPartitionRule#create} */ readonly create?: string; } @@ -158,7 +158,7 @@ export class DataPartitionRuleTimeoutsOutputReference extends cdktf.ComplexObjec } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule newrelic_data_partition_rule} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule newrelic_data_partition_rule} */ export class DataPartitionRule extends cdktf.TerraformResource { @@ -174,7 +174,7 @@ export class DataPartitionRule extends cdktf.TerraformResource { * Generates CDKTF code for importing a DataPartitionRule resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataPartitionRule to import - * @param importFromId The id of the existing DataPartitionRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataPartitionRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataPartitionRule to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -186,7 +186,7 @@ export class DataPartitionRule extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/data_partition_rule newrelic_data_partition_rule} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/data_partition_rule newrelic_data_partition_rule} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -197,7 +197,7 @@ export class DataPartitionRule extends cdktf.TerraformResource { terraformResourceType: 'newrelic_data_partition_rule', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/entity-tags/README.md b/src/entity-tags/README.md index 1a1e74f11..09187edbd 100644 --- a/src/entity-tags/README.md +++ b/src/entity-tags/README.md @@ -1,3 +1,3 @@ # `newrelic_entity_tags` -Refer to the Terraform Registry for docs: [`newrelic_entity_tags`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags). +Refer to the Terraform Registry for docs: [`newrelic_entity_tags`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags). diff --git a/src/entity-tags/index.ts b/src/entity-tags/index.ts index f863167f0..7c049eb26 100644 --- a/src/entity-tags/index.ts +++ b/src/entity-tags/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface EntityTagsConfig extends cdktf.TerraformMetaArguments { /** * The guid of the entity to tag. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#guid EntityTags#guid} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#guid EntityTags#guid} */ readonly guid: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#id EntityTags#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#id EntityTags#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. @@ -28,13 +28,13 @@ export interface EntityTagsConfig extends cdktf.TerraformMetaArguments { /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#tag EntityTags#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#tag EntityTags#tag} */ readonly tag: EntityTagsTag[] | cdktf.IResolvable; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#timeouts EntityTags#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#timeouts EntityTags#timeouts} */ readonly timeouts?: EntityTagsTimeouts; } @@ -42,13 +42,13 @@ export interface EntityTagsTag { /** * The tag key. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#key EntityTags#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#key EntityTags#key} */ readonly key: string; /** * The tag values. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#values EntityTags#values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#values EntityTags#values} */ readonly values: string[]; } @@ -187,7 +187,7 @@ export class EntityTagsTagList extends cdktf.ComplexList { } export interface EntityTagsTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#create EntityTags#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#create EntityTags#create} */ readonly create?: string; } @@ -281,7 +281,7 @@ export class EntityTagsTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags newrelic_entity_tags} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags newrelic_entity_tags} */ export class EntityTags extends cdktf.TerraformResource { @@ -297,7 +297,7 @@ export class EntityTags extends cdktf.TerraformResource { * Generates CDKTF code for importing a EntityTags resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the EntityTags to import - * @param importFromId The id of the existing EntityTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EntityTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EntityTags to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -309,7 +309,7 @@ export class EntityTags extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/entity_tags newrelic_entity_tags} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/entity_tags newrelic_entity_tags} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -320,7 +320,7 @@ export class EntityTags extends cdktf.TerraformResource { terraformResourceType: 'newrelic_entity_tags', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/events-to-metrics-rule/README.md b/src/events-to-metrics-rule/README.md index 9966fc602..d429e5de3 100644 --- a/src/events-to-metrics-rule/README.md +++ b/src/events-to-metrics-rule/README.md @@ -1,3 +1,3 @@ # `newrelic_events_to_metrics_rule` -Refer to the Terraform Registry for docs: [`newrelic_events_to_metrics_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule). +Refer to the Terraform Registry for docs: [`newrelic_events_to_metrics_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule). diff --git a/src/events-to-metrics-rule/index.ts b/src/events-to-metrics-rule/index.ts index f43f8e192..441f85056 100644 --- a/src/events-to-metrics-rule/index.ts +++ b/src/events-to-metrics-rule/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface EventsToMetricsRuleConfig extends cdktf.TerraformMetaArguments /** * Account with the event and where the metrics will be put. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id} */ readonly accountId?: number; /** * Provides additional information about the rule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description} */ readonly description?: string; /** * True means this rule is enabled. False means the rule is currently not creating metrics. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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. @@ -40,19 +40,19 @@ export interface EventsToMetricsRuleConfig extends cdktf.TerraformMetaArguments /** * The name of the rule. This must be unique within an account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name} */ readonly name: string; /** * Explains how to create metrics from events. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql} */ readonly nrql: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule} */ export class EventsToMetricsRule extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class EventsToMetricsRule extends cdktf.TerraformResource { * Generates CDKTF code for importing a EventsToMetricsRule resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the EventsToMetricsRule to import - * @param importFromId The id of the existing EventsToMetricsRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EventsToMetricsRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EventsToMetricsRule to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -80,7 +80,7 @@ export class EventsToMetricsRule extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -91,7 +91,7 @@ export class EventsToMetricsRule extends cdktf.TerraformResource { terraformResourceType: 'newrelic_events_to_metrics_rule', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/group/README.md b/src/group/README.md index 1d5c6661b..0cfc66ac3 100644 --- a/src/group/README.md +++ b/src/group/README.md @@ -1,3 +1,3 @@ # `newrelic_group` -Refer to the Terraform Registry for docs: [`newrelic_group`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group). +Refer to the Terraform Registry for docs: [`newrelic_group`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group). diff --git a/src/group/index.ts b/src/group/index.ts index 3fc015e56..a04214c2b 100644 --- a/src/group/index.ts +++ b/src/group/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface GroupConfig extends cdktf.TerraformMetaArguments { /** * The ID of the authentication domain the group will belong to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#authentication_domain_id Group#authentication_domain_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#authentication_domain_id Group#authentication_domain_id} */ readonly authenticationDomainId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#id Group#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#id Group#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. @@ -28,19 +28,19 @@ export interface GroupConfig extends cdktf.TerraformMetaArguments { /** * The name of the group. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#name Group#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#name Group#name} */ readonly name: string; /** * IDs of users to be added to the group. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#user_ids Group#user_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#user_ids Group#user_ids} */ readonly userIds?: string[]; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group newrelic_group} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group newrelic_group} */ export class Group extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class Group extends cdktf.TerraformResource { * Generates CDKTF code for importing a Group resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Group to import - * @param importFromId The id of the existing Group that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Group that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Group to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class Group extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/group newrelic_group} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/group newrelic_group} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class Group extends cdktf.TerraformResource { terraformResourceType: 'newrelic_group', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/infra-alert-condition/README.md b/src/infra-alert-condition/README.md index 48d17e550..74b2b8b6e 100644 --- a/src/infra-alert-condition/README.md +++ b/src/infra-alert-condition/README.md @@ -1,3 +1,3 @@ # `newrelic_infra_alert_condition` -Refer to the Terraform Registry for docs: [`newrelic_infra_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition). +Refer to the Terraform Registry for docs: [`newrelic_infra_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition). diff --git a/src/infra-alert-condition/index.ts b/src/infra-alert-condition/index.ts index 52c236471..90d862674 100644 --- a/src/infra-alert-condition/index.ts +++ b/src/infra-alert-condition/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface InfraAlertConditionConfig extends cdktf.TerraformMetaArguments /** * The operator used to evaluate the threshold value. Valid values are above, below, and equal. Supported by the infra_metric and infra_process_running condition types. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison} */ readonly comparison?: string; /** * The description of the Infrastructure alert condition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#description InfraAlertCondition#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#description InfraAlertCondition#description} */ readonly description?: string; /** * Whether the condition is turned on or off. Valid values are true and false. Defaults to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** * The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#event InfraAlertCondition#event} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#event InfraAlertCondition#event} */ readonly event?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#id InfraAlertCondition#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#id InfraAlertCondition#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. @@ -46,81 +46,81 @@ export interface InfraAlertConditionConfig extends cdktf.TerraformMetaArguments /** * For alerts on integrations, use this instead of event. Supported by the infra_metric condition type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider} */ readonly integrationProvider?: string; /** * The Infrastructure alert condition's name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#name InfraAlertCondition#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#name InfraAlertCondition#name} */ readonly name: string; /** * The ID of the alert policy where this condition should be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id} */ readonly policyId: number; /** * Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where} */ readonly processWhere?: string; /** * Runbook URL to display in notifications. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url} */ readonly runbookUrl?: string; /** * The attribute name to identify the metric being targeted; for example, cpuPercent, diskFreePercent, or memoryResidentSizeBytes. The underlying API will automatically populate this value for Infrastructure integrations (for example diskFreePercent), so make sure to explicitly include this value to avoid diff issues. Supported by the infra_metric condition type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#select InfraAlertCondition#select} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#select InfraAlertCondition#select} */ readonly select?: string; /** * The type of Infrastructure alert condition. Valid values are infra_process_running, infra_metric, and infra_host_not_reporting. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#type InfraAlertCondition#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#type InfraAlertCondition#type} */ readonly type: string; /** * Determines how much time, in hours, will pass before an incident is automatically closed. Valid values are 1, 2, 4, 8, 12, 24, 48, or 72 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer} */ readonly violationCloseTimer?: number; /** * If applicable, this identifies any Infrastructure host filters used; for example: hostname LIKE '%cassandra%'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#where InfraAlertCondition#where} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#where InfraAlertCondition#where} */ readonly where?: string; /** * critical block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical} */ readonly critical?: InfraAlertConditionCritical; /** * warning block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning} */ readonly warning?: InfraAlertConditionWarning; } export interface InfraAlertConditionCritical { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration} */ readonly duration: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function} */ readonly timeFunction?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value} */ readonly value?: number; } @@ -259,15 +259,15 @@ export class InfraAlertConditionCriticalOutputReference extends cdktf.ComplexObj } export interface InfraAlertConditionWarning { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration} */ readonly duration: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function} */ readonly timeFunction?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#value InfraAlertCondition#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#value InfraAlertCondition#value} */ readonly value?: number; } @@ -406,7 +406,7 @@ export class InfraAlertConditionWarningOutputReference extends cdktf.ComplexObje } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition newrelic_infra_alert_condition} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition newrelic_infra_alert_condition} */ export class InfraAlertCondition extends cdktf.TerraformResource { @@ -422,7 +422,7 @@ export class InfraAlertCondition extends cdktf.TerraformResource { * Generates CDKTF code for importing a InfraAlertCondition resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the InfraAlertCondition to import - * @param importFromId The id of the existing InfraAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing InfraAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the InfraAlertCondition to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -434,7 +434,7 @@ export class InfraAlertCondition extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/infra_alert_condition newrelic_infra_alert_condition} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/infra_alert_condition newrelic_infra_alert_condition} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -445,7 +445,7 @@ export class InfraAlertCondition extends cdktf.TerraformResource { terraformResourceType: 'newrelic_infra_alert_condition', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/insights-event/README.md b/src/insights-event/README.md index 014c72c47..e2fa08150 100644 --- a/src/insights-event/README.md +++ b/src/insights-event/README.md @@ -1,3 +1,3 @@ # `newrelic_insights_event` -Refer to the Terraform Registry for docs: [`newrelic_insights_event`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event). +Refer to the Terraform Registry for docs: [`newrelic_insights_event`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event). diff --git a/src/insights-event/index.ts b/src/insights-event/index.ts index 7a39556ab..ea9771973 100644 --- a/src/insights-event/index.ts +++ b/src/insights-event/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface InsightsEventConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#id InsightsEvent#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#id InsightsEvent#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. @@ -22,7 +22,7 @@ export interface InsightsEventConfig extends cdktf.TerraformMetaArguments { /** * event block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#event InsightsEvent#event} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#event InsightsEvent#event} */ readonly event: InsightsEventEvent[] | cdktf.IResolvable; } @@ -30,19 +30,19 @@ export interface InsightsEventEventAttribute { /** * The name of the attribute. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#key InsightsEvent#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#key InsightsEvent#key} */ readonly key: string; /** * Specify the type for the attribute value. This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#type InsightsEvent#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#type InsightsEvent#type} */ readonly type?: string; /** * The value of the attribute. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#value InsightsEvent#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#value InsightsEvent#value} */ readonly value: string; } @@ -212,19 +212,19 @@ export interface InsightsEventEvent { /** * Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#timestamp InsightsEvent#timestamp} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#timestamp InsightsEvent#timestamp} */ readonly timestamp?: number; /** * The event's name. Can be a combination of alphanumeric characters, underscores, and colons. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#type InsightsEvent#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#type InsightsEvent#type} */ readonly type: string; /** * attribute block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#attribute InsightsEvent#attribute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#attribute InsightsEvent#attribute} */ readonly attribute: InsightsEventEventAttribute[] | cdktf.IResolvable; } @@ -392,7 +392,7 @@ export class InsightsEventEventList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event newrelic_insights_event} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event newrelic_insights_event} */ export class InsightsEvent extends cdktf.TerraformResource { @@ -408,7 +408,7 @@ export class InsightsEvent extends cdktf.TerraformResource { * Generates CDKTF code for importing a InsightsEvent resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the InsightsEvent to import - * @param importFromId The id of the existing InsightsEvent that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing InsightsEvent that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the InsightsEvent to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -420,7 +420,7 @@ export class InsightsEvent extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/insights_event newrelic_insights_event} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/insights_event newrelic_insights_event} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -431,7 +431,7 @@ export class InsightsEvent extends cdktf.TerraformResource { terraformResourceType: 'newrelic_insights_event', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/log-parsing-rule/README.md b/src/log-parsing-rule/README.md index 8d0759dc4..d7b581e2f 100644 --- a/src/log-parsing-rule/README.md +++ b/src/log-parsing-rule/README.md @@ -1,3 +1,3 @@ # `newrelic_log_parsing_rule` -Refer to the Terraform Registry for docs: [`newrelic_log_parsing_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule). +Refer to the Terraform Registry for docs: [`newrelic_log_parsing_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule). diff --git a/src/log-parsing-rule/index.ts b/src/log-parsing-rule/index.ts index 26c1a92a7..bc7a2d856 100644 --- a/src/log-parsing-rule/index.ts +++ b/src/log-parsing-rule/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface LogParsingRuleConfig extends cdktf.TerraformMetaArguments { /** * The account id associated with the obfuscation expression. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#account_id LogParsingRule#account_id} */ readonly accountId?: number; /** * The parsing rule will apply to value of this attribute. If field is not provided, value will default to message. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#attribute LogParsingRule#attribute} */ readonly attribute?: string; /** * Whether or not this rule is enabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#enabled LogParsingRule#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** * The Grok of what to parse. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#grok LogParsingRule#grok} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#grok LogParsingRule#grok} */ readonly grok: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#id LogParsingRule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#id LogParsingRule#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. @@ -46,31 +46,31 @@ export interface LogParsingRuleConfig extends cdktf.TerraformMetaArguments { /** * The Lucene to match events to the parsing rule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#lucene LogParsingRule#lucene} */ readonly lucene: string; /** * Whether the Grok pattern matched. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#matched LogParsingRule#matched} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#matched LogParsingRule#matched} */ readonly matched?: boolean | cdktf.IResolvable; /** * A description of what this parsing rule represents. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#name LogParsingRule#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#name LogParsingRule#name} */ readonly name: string; /** * The NRQL to match events to the parsing rule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#nrql LogParsingRule#nrql} */ readonly nrql: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule newrelic_log_parsing_rule} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule newrelic_log_parsing_rule} */ export class LogParsingRule extends cdktf.TerraformResource { @@ -86,7 +86,7 @@ export class LogParsingRule extends cdktf.TerraformResource { * Generates CDKTF code for importing a LogParsingRule resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the LogParsingRule to import - * @param importFromId The id of the existing LogParsingRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing LogParsingRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the LogParsingRule to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -98,7 +98,7 @@ export class LogParsingRule extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/log_parsing_rule newrelic_log_parsing_rule} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/log_parsing_rule newrelic_log_parsing_rule} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -109,7 +109,7 @@ export class LogParsingRule extends cdktf.TerraformResource { terraformResourceType: 'newrelic_log_parsing_rule', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/monitor-downtime/README.md b/src/monitor-downtime/README.md index cc37ac7ff..d9e593f77 100644 --- a/src/monitor-downtime/README.md +++ b/src/monitor-downtime/README.md @@ -1,3 +1,3 @@ # `newrelic_monitor_downtime` -Refer to the Terraform Registry for docs: [`newrelic_monitor_downtime`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime). +Refer to the Terraform Registry for docs: [`newrelic_monitor_downtime`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime). diff --git a/src/monitor-downtime/index.ts b/src/monitor-downtime/index.ts index 7668fa6ec..36e73b4b0 100644 --- a/src/monitor-downtime/index.ts +++ b/src/monitor-downtime/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface MonitorDowntimeConfig extends cdktf.TerraformMetaArguments { /** * The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the provider{} configuration if not specified. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#account_id MonitorDowntime#account_id} */ readonly accountId?: number; /** * A datetime stamp signifying the end of the Monitor Downtime. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_time MonitorDowntime#end_time} */ readonly endTime: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#id MonitorDowntime#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#id MonitorDowntime#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. @@ -34,49 +34,49 @@ export interface MonitorDowntimeConfig extends cdktf.TerraformMetaArguments { /** * A list of maintenance days to be included with the created weekly Monitor Downtime. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#maintenance_days MonitorDowntime#maintenance_days} */ readonly maintenanceDays?: string[]; /** * An identifier of the type of Monitor Downtime to be created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#mode MonitorDowntime#mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#mode MonitorDowntime#mode} */ readonly mode: string; /** * A list of GUIDs of monitors, to which the created Monitor Downtime shall be applied. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#monitor_guids MonitorDowntime#monitor_guids} */ readonly monitorGuids?: string[]; /** * A name to identify the Monitor Downtime to be created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#name MonitorDowntime#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#name MonitorDowntime#name} */ readonly name: string; /** * A datetime stamp signifying the start of the Monitor Downtime. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#start_time MonitorDowntime#start_time} */ readonly startTime: string; /** * The timezone that applies to the Monitor Downtime schedule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#time_zone MonitorDowntime#time_zone} */ readonly timeZone: string; /** * end_repeat block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#end_repeat MonitorDowntime#end_repeat} */ readonly endRepeat?: MonitorDowntimeEndRepeat; /** * frequency block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#frequency MonitorDowntime#frequency} */ readonly frequency?: MonitorDowntimeFrequency; } @@ -84,13 +84,13 @@ export interface MonitorDowntimeEndRepeat { /** * A date, on which the Monitor Downtime's repeat cycle is expected to end. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#on_date MonitorDowntime#on_date} */ readonly onDate?: string; /** * Number of repetitions after which the Monitor Downtime's repeat cycle is expected to end. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#on_repeat MonitorDowntime#on_repeat} */ readonly onRepeat?: number; } @@ -205,13 +205,13 @@ export interface MonitorDowntimeFrequencyDaysOfWeek { /** * An occurrence of the day selected within the month. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#ordinal_day_of_month MonitorDowntime#ordinal_day_of_month} */ readonly ordinalDayOfMonth: string; /** * The day of the week on which the Monitor Downtime would run. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#week_day MonitorDowntime#week_day} */ readonly weekDay: string; } @@ -320,13 +320,13 @@ export interface MonitorDowntimeFrequency { /** * A numerical list of days of a month on which the Monitor Downtime is scheduled to run. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#days_of_month MonitorDowntime#days_of_month} */ readonly daysOfMonth?: number[]; /** * days_of_week block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#days_of_week MonitorDowntime#days_of_week} */ readonly daysOfWeek?: MonitorDowntimeFrequencyDaysOfWeek; } @@ -439,7 +439,7 @@ export class MonitorDowntimeFrequencyOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime newrelic_monitor_downtime} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime newrelic_monitor_downtime} */ export class MonitorDowntime extends cdktf.TerraformResource { @@ -455,7 +455,7 @@ export class MonitorDowntime extends cdktf.TerraformResource { * Generates CDKTF code for importing a MonitorDowntime resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the MonitorDowntime to import - * @param importFromId The id of the existing MonitorDowntime that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing MonitorDowntime that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the MonitorDowntime to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -467,7 +467,7 @@ export class MonitorDowntime extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/monitor_downtime newrelic_monitor_downtime} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/monitor_downtime newrelic_monitor_downtime} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -478,7 +478,7 @@ export class MonitorDowntime extends cdktf.TerraformResource { terraformResourceType: 'newrelic_monitor_downtime', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/notification-channel/README.md b/src/notification-channel/README.md index 15d9b951b..497dbd4d5 100644 --- a/src/notification-channel/README.md +++ b/src/notification-channel/README.md @@ -1,3 +1,3 @@ # `newrelic_notification_channel` -Refer to the Terraform Registry for docs: [`newrelic_notification_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel). +Refer to the Terraform Registry for docs: [`newrelic_notification_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel). diff --git a/src/notification-channel/index.ts b/src/notification-channel/index.ts index 5a8593afb..ca2298623 100644 --- a/src/notification-channel/index.ts +++ b/src/notification-channel/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface NotificationChannelConfig extends cdktf.TerraformMetaArguments /** * The account id of the channel. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#account_id NotificationChannel#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#account_id NotificationChannel#account_id} */ readonly accountId?: number; /** * Indicates whether the channel is active. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#active NotificationChannel#active} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#active NotificationChannel#active} */ readonly active?: boolean | cdktf.IResolvable; /** * (Required) The id of the destination. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#destination_id NotificationChannel#destination_id} */ readonly destinationId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#id NotificationChannel#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#id NotificationChannel#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. @@ -40,31 +40,31 @@ export interface NotificationChannelConfig extends cdktf.TerraformMetaArguments /** * (Required) The name of the channel. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#name NotificationChannel#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#name NotificationChannel#name} */ readonly name: string; /** * (Required) The type of the channel product. One of: (DISCUSSIONS, ERROR_TRACKING, IINT). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#product NotificationChannel#product} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#product NotificationChannel#product} */ readonly product: string; /** * (Required) The type of the channel. One of: (WEBHOOK, EMAIL, SERVICENOW_INCIDENTS, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA_CLASSIC, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#type NotificationChannel#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#type NotificationChannel#type} */ readonly type: string; /** * property block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#property NotificationChannel#property} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#property NotificationChannel#property} */ readonly property: NotificationChannelProperty[] | cdktf.IResolvable; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#timeouts NotificationChannel#timeouts} */ readonly timeouts?: NotificationChannelTimeouts; } @@ -72,25 +72,25 @@ export interface NotificationChannelProperty { /** * Notification property display key. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#display_value NotificationChannel#display_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#display_value NotificationChannel#display_value} */ readonly displayValue?: string; /** * Notification property key. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#key NotificationChannel#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#key NotificationChannel#key} */ readonly key: string; /** * Notification property label. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#label NotificationChannel#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#label NotificationChannel#label} */ readonly label?: string; /** * Notification property value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#value NotificationChannel#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#value NotificationChannel#value} */ readonly value: string; } @@ -287,11 +287,11 @@ export class NotificationChannelPropertyList extends cdktf.ComplexList { } export interface NotificationChannelTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#create NotificationChannel#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#create NotificationChannel#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#update NotificationChannel#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#update NotificationChannel#update} */ readonly update?: string; } @@ -414,7 +414,7 @@ export class NotificationChannelTimeoutsOutputReference extends cdktf.ComplexObj } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel newrelic_notification_channel} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel newrelic_notification_channel} */ export class NotificationChannel extends cdktf.TerraformResource { @@ -430,7 +430,7 @@ export class NotificationChannel extends cdktf.TerraformResource { * Generates CDKTF code for importing a NotificationChannel resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the NotificationChannel to import - * @param importFromId The id of the existing NotificationChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing NotificationChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the NotificationChannel to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -442,7 +442,7 @@ export class NotificationChannel extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_channel newrelic_notification_channel} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_channel newrelic_notification_channel} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -453,7 +453,7 @@ export class NotificationChannel extends cdktf.TerraformResource { terraformResourceType: 'newrelic_notification_channel', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/notification-destination/README.md b/src/notification-destination/README.md index d28a421a8..fdc04081f 100644 --- a/src/notification-destination/README.md +++ b/src/notification-destination/README.md @@ -1,3 +1,3 @@ # `newrelic_notification_destination` -Refer to the Terraform Registry for docs: [`newrelic_notification_destination`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination). +Refer to the Terraform Registry for docs: [`newrelic_notification_destination`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination). diff --git a/src/notification-destination/index.ts b/src/notification-destination/index.ts index 33df895d4..32e032434 100644 --- a/src/notification-destination/index.ts +++ b/src/notification-destination/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface NotificationDestinationConfig extends cdktf.TerraformMetaArgume /** * The account ID under which to put the destination. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#account_id NotificationDestination#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#account_id NotificationDestination#account_id} */ readonly accountId?: number; /** * Indicates whether the destination is active. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#active NotificationDestination#active} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#active NotificationDestination#active} */ readonly active?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#id NotificationDestination#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#id NotificationDestination#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. @@ -34,59 +34,59 @@ export interface NotificationDestinationConfig extends cdktf.TerraformMetaArgume /** * (Required) The name of the destination. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#name NotificationDestination#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#name NotificationDestination#name} */ readonly name: string; /** * (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#type NotificationDestination#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#type NotificationDestination#type} */ readonly type: string; /** * auth_basic block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_basic NotificationDestination#auth_basic} */ readonly authBasic?: NotificationDestinationAuthBasic; /** * auth_custom_header block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_custom_header NotificationDestination#auth_custom_header} */ readonly authCustomHeader?: NotificationDestinationAuthCustomHeader[] | cdktf.IResolvable; /** * auth_token block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#auth_token NotificationDestination#auth_token} */ readonly authToken?: NotificationDestinationAuthToken; /** * property block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#property NotificationDestination#property} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#property NotificationDestination#property} */ readonly property: NotificationDestinationProperty[] | cdktf.IResolvable; /** * secure_url block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_url NotificationDestination#secure_url} */ readonly secureUrl?: NotificationDestinationSecureUrl; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#timeouts NotificationDestination#timeouts} */ readonly timeouts?: NotificationDestinationTimeouts; } export interface NotificationDestinationAuthBasic { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#password NotificationDestination#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#password NotificationDestination#password} */ readonly password: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#user NotificationDestination#user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#user NotificationDestination#user} */ readonly user: string; } @@ -193,11 +193,11 @@ export class NotificationDestinationAuthBasicOutputReference extends cdktf.Compl } export interface NotificationDestinationAuthCustomHeader { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key} */ readonly key: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value} */ readonly value: string; } @@ -336,11 +336,11 @@ export class NotificationDestinationAuthCustomHeaderList extends cdktf.ComplexLi } export interface NotificationDestinationAuthToken { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix} */ readonly prefix?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#token NotificationDestination#token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#token NotificationDestination#token} */ readonly token: string; } @@ -452,25 +452,25 @@ export interface NotificationDestinationProperty { /** * Notification property display key. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#display_value NotificationDestination#display_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#display_value NotificationDestination#display_value} */ readonly displayValue?: string; /** * Notification property key. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#key NotificationDestination#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#key NotificationDestination#key} */ readonly key: string; /** * Notification property label. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#label NotificationDestination#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#label NotificationDestination#label} */ readonly label?: string; /** * Notification property value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#value NotificationDestination#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#value NotificationDestination#value} */ readonly value: string; } @@ -667,11 +667,11 @@ export class NotificationDestinationPropertyList extends cdktf.ComplexList { } export interface NotificationDestinationSecureUrl { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#prefix NotificationDestination#prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#prefix NotificationDestination#prefix} */ readonly prefix: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#secure_suffix NotificationDestination#secure_suffix} */ readonly secureSuffix: string; } @@ -778,11 +778,11 @@ export class NotificationDestinationSecureUrlOutputReference extends cdktf.Compl } export interface NotificationDestinationTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#create NotificationDestination#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#create NotificationDestination#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#update NotificationDestination#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#update NotificationDestination#update} */ readonly update?: string; } @@ -905,7 +905,7 @@ export class NotificationDestinationTimeoutsOutputReference extends cdktf.Comple } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination newrelic_notification_destination} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination newrelic_notification_destination} */ export class NotificationDestination extends cdktf.TerraformResource { @@ -921,7 +921,7 @@ export class NotificationDestination extends cdktf.TerraformResource { * Generates CDKTF code for importing a NotificationDestination resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the NotificationDestination to import - * @param importFromId The id of the existing NotificationDestination that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing NotificationDestination that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the NotificationDestination to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -933,7 +933,7 @@ export class NotificationDestination extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/notification_destination newrelic_notification_destination} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/notification_destination newrelic_notification_destination} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -944,7 +944,7 @@ export class NotificationDestination extends cdktf.TerraformResource { terraformResourceType: 'newrelic_notification_destination', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/nrql-alert-condition/README.md b/src/nrql-alert-condition/README.md index ab75fa5a0..558606a01 100644 --- a/src/nrql-alert-condition/README.md +++ b/src/nrql-alert-condition/README.md @@ -1,3 +1,3 @@ # `newrelic_nrql_alert_condition` -Refer to the Terraform Registry for docs: [`newrelic_nrql_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition). +Refer to the Terraform Registry for docs: [`newrelic_nrql_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition). diff --git a/src/nrql-alert-condition/index.ts b/src/nrql-alert-condition/index.ts index 26e0762c6..34727b755 100644 --- a/src/nrql-alert-condition/index.ts +++ b/src/nrql-alert-condition/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,83 +15,83 @@ export interface NrqlAlertConditionConfig extends cdktf.TerraformMetaArguments { /** * The New Relic account ID for managing your NRQL alert conditions. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#account_id NrqlAlertCondition#account_id} */ readonly accountId?: number; /** * How long we wait for data that belongs in each aggregation window. Depending on your data, a longer delay may increase accuracy but delay notifications. Use aggregationDelay with the EVENT_FLOW and CADENCE aggregation methods. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_delay NrqlAlertCondition#aggregation_delay} */ readonly aggregationDelay?: string; /** * The method that determines when we consider an aggregation window to be complete so that we can evaluate the signal for incidents. Default is EVENT_FLOW. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_method NrqlAlertCondition#aggregation_method} */ readonly aggregationMethod?: string; /** * How long we wait after each data point arrives to make sure we've processed the whole batch. Use aggregationTimer with the EVENT_TIMER aggregation method. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_timer NrqlAlertCondition#aggregation_timer} */ readonly aggregationTimer?: string; /** * The duration of the time window used to evaluate the NRQL query, in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#aggregation_window NrqlAlertCondition#aggregation_window} */ readonly aggregationWindow?: number; /** * The baseline direction of a baseline NRQL alert condition. Valid values are: 'LOWER_ONLY', 'UPPER_AND_LOWER', 'UPPER_ONLY' (case insensitive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#baseline_direction NrqlAlertCondition#baseline_direction} */ readonly baselineDirection?: string; /** * Whether to close all open incidents when the signal expires. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#close_violations_on_expiration NrqlAlertCondition#close_violations_on_expiration} */ readonly closeViolationsOnExpiration?: boolean | cdktf.IResolvable; /** * The description of the NRQL alert condition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#description NrqlAlertCondition#description} */ readonly description?: string; /** * Whether or not to enable the alert condition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#enabled NrqlAlertCondition#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** * How long we wait until the signal starts evaluating. The maximum delay is 7200 seconds (120 minutes) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#evaluation_delay NrqlAlertCondition#evaluation_delay} */ readonly evaluationDelay?: number; /** * The amount of time (in seconds) to wait before considering the signal expired. Must be in the range of 30 to 172800 (inclusive) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#expiration_duration NrqlAlertCondition#expiration_duration} */ readonly expirationDuration?: number; /** * Which strategy to use when filling gaps in the signal. If static, the 'fill value' will be used for filling gaps in the signal. Valid values are: 'NONE', 'LAST_VALUE', or 'STATIC' (case insensitive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_option NrqlAlertCondition#fill_option} */ readonly fillOption?: string; /** * If using the 'static' fill option, this value will be used for filling gaps in the signal. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#fill_value NrqlAlertCondition#fill_value} */ readonly fillValue?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#id NrqlAlertCondition#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#id NrqlAlertCondition#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. @@ -100,91 +100,91 @@ export interface NrqlAlertConditionConfig extends cdktf.TerraformMetaArguments { /** * Whether to ignore expected termination of a signal when considering whether to create a loss of signal incident * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#ignore_on_expected_termination NrqlAlertCondition#ignore_on_expected_termination} */ readonly ignoreOnExpectedTermination?: boolean | cdktf.IResolvable; /** * The title of the condition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#name NrqlAlertCondition#name} */ readonly name: string; /** * Whether to create a new incident to capture that the signal expired. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#open_violation_on_expiration NrqlAlertCondition#open_violation_on_expiration} */ readonly openViolationOnExpiration?: boolean | cdktf.IResolvable; /** * The ID of the policy where this condition should be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#policy_id NrqlAlertCondition#policy_id} */ readonly policyId: number; /** * Runbook URL to display in notifications. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#runbook_url NrqlAlertCondition#runbook_url} */ readonly runbookUrl?: string; /** * The duration of overlapping time windows used to smooth the chart line, in seconds. Must be a factor of `aggregation_window` and less than the aggregation window. If `aggregation_window` is less than or equal to 3600 seconds, it should be greater or equal to 30 seconds. If `aggregation_window` is greater than 3600 seconds but less than 7200 seconds, it should be greater or equal to `aggregation_window / 120`. If `aggregation_window` is greater than 7200 seconds, it should be greater or equal to `aggregation_window / 24 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#slide_by NrqlAlertCondition#slide_by} */ readonly slideBy?: number; /** * This field allows you to create a custom title to be used when incidents are opened by the condition. Setting this field will override the default title. Must be Handlebars format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#title_template NrqlAlertCondition#title_template} */ readonly titleTemplate?: string; /** * The type of NRQL alert condition to create. Valid values are: 'static', 'baseline'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#type NrqlAlertCondition#type} */ readonly type?: string; /** * Sets a time limit, in hours, that will automatically force-close a long-lasting incident after the time limit you select. Possible values are 'ONE_HOUR', 'TWO_HOURS', 'FOUR_HOURS', 'EIGHT_HOURS', 'TWELVE_HOURS', 'TWENTY_FOUR_HOURS', 'THIRTY_DAYS' (case insensitive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit NrqlAlertCondition#violation_time_limit} */ readonly violationTimeLimit?: string; /** * Sets a time limit, in seconds, that will automatically force-close a long-lasting incident after the time limit you select. Must be in the range of 300 to 2592000 (inclusive) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#violation_time_limit_seconds NrqlAlertCondition#violation_time_limit_seconds} */ readonly violationTimeLimitSeconds?: number; /** * critical block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#critical NrqlAlertCondition#critical} */ readonly critical?: NrqlAlertConditionCritical; /** * nrql block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#nrql NrqlAlertCondition#nrql} */ readonly nrql: NrqlAlertConditionNrql; /** * term block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#term NrqlAlertCondition#term} */ readonly term?: NrqlAlertConditionTerm[] | cdktf.IResolvable; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#timeouts NrqlAlertCondition#timeouts} */ readonly timeouts?: NrqlAlertConditionTimeouts; /** * warning block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#warning NrqlAlertCondition#warning} */ readonly warning?: NrqlAlertConditionWarning; } @@ -192,37 +192,37 @@ export interface NrqlAlertConditionCritical { /** * In minutes, must be in the range of 1 to 120 (inclusive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} */ readonly duration?: number; /** * One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} */ readonly operator?: string; /** * For baseline conditions must be in range [1, 1000]. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} */ readonly threshold: number; /** * The duration, in seconds, that the threshold must violate in order to create an incident. Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} */ readonly thresholdDuration?: number; /** * The criteria for how many data points must be in violation for the specified threshold duration. Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} */ readonly thresholdOccurrences?: string; /** * Valid values are: 'all' or 'any' * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} */ readonly timeFunction?: string; } @@ -450,23 +450,23 @@ export interface NrqlAlertConditionNrql { /** * BETA PREVIEW: the `data_account_id` field is in limited release and only enabled for preview on a per-account basis. - The New Relic account ID to use as the basis for the NRQL alert condition's `query`; will default to `account_id` if unspecified. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#data_account_id NrqlAlertCondition#data_account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#data_account_id NrqlAlertCondition#data_account_id} */ readonly dataAccountId?: number; /** * NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `evaluation_offset`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#evaluation_offset NrqlAlertCondition#evaluation_offset} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#evaluation_offset NrqlAlertCondition#evaluation_offset} */ readonly evaluationOffset?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#query NrqlAlertCondition#query} */ readonly query: string; /** * NRQL queries are evaluated in one-minute time windows. The start time depends on the value you provide in the NRQL condition's `since_value`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#since_value NrqlAlertCondition#since_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#since_value NrqlAlertCondition#since_value} */ readonly sinceValue?: string; } @@ -636,43 +636,43 @@ export interface NrqlAlertConditionTerm { /** * In minutes, must be in the range of 1 to 120 (inclusive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} */ readonly duration?: number; /** * One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} */ readonly operator?: string; /** * One of (critical, warning). Defaults to 'critical'. At least one condition term must have priority set to 'critical'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#priority NrqlAlertCondition#priority} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#priority NrqlAlertCondition#priority} */ readonly priority?: string; /** * For baseline conditions must be in range [1, 1000]. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} */ readonly threshold: number; /** * The duration, in seconds, that the threshold must violate in order to create an incident. Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} */ readonly thresholdDuration?: number; /** * The criteria for how many data points must be in violation for the specified threshold duration. Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} */ readonly thresholdOccurrences?: string; /** * Valid values are: 'all' or 'any' * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} */ readonly timeFunction?: string; } @@ -959,7 +959,7 @@ export class NrqlAlertConditionTermList extends cdktf.ComplexList { } export interface NrqlAlertConditionTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#create NrqlAlertCondition#create} */ readonly create?: string; } @@ -1055,37 +1055,37 @@ export interface NrqlAlertConditionWarning { /** * In minutes, must be in the range of 1 to 120 (inclusive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#duration NrqlAlertCondition#duration} */ readonly duration?: number; /** * One of (above, above_or_equals, below, below_or_equals, equals, not_equals). Defaults to 'equals'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#operator NrqlAlertCondition#operator} */ readonly operator?: string; /** * For baseline conditions must be in range [1, 1000]. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold NrqlAlertCondition#threshold} */ readonly threshold: number; /** * The duration, in seconds, that the threshold must violate in order to create an incident. Value must be a multiple of the 'aggregation_window' (which has a default of 60 seconds). Value must be within 120-86400 seconds for baseline conditions, and within 60-86400 seconds for static conditions * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_duration NrqlAlertCondition#threshold_duration} */ readonly thresholdDuration?: number; /** * The criteria for how many data points must be in violation for the specified threshold duration. Valid values are: 'ALL' or 'AT_LEAST_ONCE' (case insensitive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#threshold_occurrences NrqlAlertCondition#threshold_occurrences} */ readonly thresholdOccurrences?: string; /** * Valid values are: 'all' or 'any' * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#time_function NrqlAlertCondition#time_function} */ readonly timeFunction?: string; } @@ -1311,7 +1311,7 @@ export class NrqlAlertConditionWarningOutputReference extends cdktf.ComplexObjec } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition newrelic_nrql_alert_condition} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition newrelic_nrql_alert_condition} */ export class NrqlAlertCondition extends cdktf.TerraformResource { @@ -1327,7 +1327,7 @@ export class NrqlAlertCondition extends cdktf.TerraformResource { * Generates CDKTF code for importing a NrqlAlertCondition resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the NrqlAlertCondition to import - * @param importFromId The id of the existing NrqlAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing NrqlAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the NrqlAlertCondition to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1339,7 +1339,7 @@ export class NrqlAlertCondition extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_alert_condition newrelic_nrql_alert_condition} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_alert_condition newrelic_nrql_alert_condition} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -1350,7 +1350,7 @@ export class NrqlAlertCondition extends cdktf.TerraformResource { terraformResourceType: 'newrelic_nrql_alert_condition', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/nrql-drop-rule/README.md b/src/nrql-drop-rule/README.md index b5af290c7..ca5e70923 100644 --- a/src/nrql-drop-rule/README.md +++ b/src/nrql-drop-rule/README.md @@ -1,3 +1,3 @@ # `newrelic_nrql_drop_rule` -Refer to the Terraform Registry for docs: [`newrelic_nrql_drop_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule). +Refer to the Terraform Registry for docs: [`newrelic_nrql_drop_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule). diff --git a/src/nrql-drop-rule/index.ts b/src/nrql-drop-rule/index.ts index 3efc0db96..3436cd6d8 100644 --- a/src/nrql-drop-rule/index.ts +++ b/src/nrql-drop-rule/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface NrqlDropRuleConfig extends cdktf.TerraformMetaArguments { /** * Account with the NRQL drop rule will be put. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#account_id NrqlDropRule#account_id} */ readonly accountId?: number; /** * The drop rule action (drop_data, drop_attributes, or drop_attributes_from_metric_aggregates). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#action NrqlDropRule#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#action NrqlDropRule#action} */ readonly action: string; /** * Provides additional information about the rule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#description NrqlDropRule#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#description NrqlDropRule#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#id NrqlDropRule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#id NrqlDropRule#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. @@ -40,13 +40,13 @@ export interface NrqlDropRuleConfig extends cdktf.TerraformMetaArguments { /** * Explains which data to apply the drop rule to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#nrql NrqlDropRule#nrql} */ readonly nrql: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule} */ export class NrqlDropRule extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class NrqlDropRule extends cdktf.TerraformResource { * Generates CDKTF code for importing a NrqlDropRule resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the NrqlDropRule to import - * @param importFromId The id of the existing NrqlDropRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing NrqlDropRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the NrqlDropRule to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class NrqlDropRule extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/nrql_drop_rule newrelic_nrql_drop_rule} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class NrqlDropRule extends cdktf.TerraformResource { terraformResourceType: 'newrelic_nrql_drop_rule', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/obfuscation-expression/README.md b/src/obfuscation-expression/README.md index fc9b9c2fa..776c2b325 100644 --- a/src/obfuscation-expression/README.md +++ b/src/obfuscation-expression/README.md @@ -1,3 +1,3 @@ # `newrelic_obfuscation_expression` -Refer to the Terraform Registry for docs: [`newrelic_obfuscation_expression`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression). +Refer to the Terraform Registry for docs: [`newrelic_obfuscation_expression`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression). diff --git a/src/obfuscation-expression/index.ts b/src/obfuscation-expression/index.ts index db53e10c2..f15f2acc9 100644 --- a/src/obfuscation-expression/index.ts +++ b/src/obfuscation-expression/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface ObfuscationExpressionConfig extends cdktf.TerraformMetaArgument /** * The account id associated with the obfuscation expression. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#account_id ObfuscationExpression#account_id} */ readonly accountId?: number; /** * Description of expression. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#description ObfuscationExpression#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#description ObfuscationExpression#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#id ObfuscationExpression#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#id ObfuscationExpression#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. @@ -34,19 +34,19 @@ export interface ObfuscationExpressionConfig extends cdktf.TerraformMetaArgument /** * Name of expression. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#name ObfuscationExpression#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#name ObfuscationExpression#name} */ readonly name: string; /** * Regex of expression. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#regex ObfuscationExpression#regex} */ readonly regex: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression newrelic_obfuscation_expression} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression newrelic_obfuscation_expression} */ export class ObfuscationExpression extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class ObfuscationExpression extends cdktf.TerraformResource { * Generates CDKTF code for importing a ObfuscationExpression resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ObfuscationExpression to import - * @param importFromId The id of the existing ObfuscationExpression that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ObfuscationExpression that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ObfuscationExpression to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class ObfuscationExpression extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_expression newrelic_obfuscation_expression} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_expression newrelic_obfuscation_expression} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class ObfuscationExpression extends cdktf.TerraformResource { terraformResourceType: 'newrelic_obfuscation_expression', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/obfuscation-rule/README.md b/src/obfuscation-rule/README.md index 46ba02f7f..6ef137571 100644 --- a/src/obfuscation-rule/README.md +++ b/src/obfuscation-rule/README.md @@ -1,3 +1,3 @@ # `newrelic_obfuscation_rule` -Refer to the Terraform Registry for docs: [`newrelic_obfuscation_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule). +Refer to the Terraform Registry for docs: [`newrelic_obfuscation_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule). diff --git a/src/obfuscation-rule/index.ts b/src/obfuscation-rule/index.ts index 5f9e1edbf..e9d38482e 100644 --- a/src/obfuscation-rule/index.ts +++ b/src/obfuscation-rule/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface ObfuscationRuleConfig extends cdktf.TerraformMetaArguments { /** * The account id associated with the obfuscation rule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#account_id ObfuscationRule#account_id} */ readonly accountId?: number; /** * Description of rule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#description ObfuscationRule#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#description ObfuscationRule#description} */ readonly description?: string; /** * Whether the rule should be applied or not to incoming data. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#enabled ObfuscationRule#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** * NRQL for determining whether a given log record should have obfuscation actions applied. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#filter ObfuscationRule#filter} */ readonly filter: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#id ObfuscationRule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#id ObfuscationRule#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. @@ -46,13 +46,13 @@ export interface ObfuscationRuleConfig extends cdktf.TerraformMetaArguments { /** * Name of rule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#name ObfuscationRule#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#name ObfuscationRule#name} */ readonly name: string; /** * action block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#action ObfuscationRule#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#action ObfuscationRule#action} */ readonly action: ObfuscationRuleAction[] | cdktf.IResolvable; } @@ -60,19 +60,19 @@ export interface ObfuscationRuleAction { /** * Attribute names for action. An empty list applies the action to all the attributes. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#attribute ObfuscationRule#attribute} */ readonly attribute: string[]; /** * Expression Id for action. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#expression_id ObfuscationRule#expression_id} */ readonly expressionId: string; /** * Obfuscation method to use. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#method ObfuscationRule#method} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#method ObfuscationRule#method} */ readonly method: string; } @@ -237,7 +237,7 @@ export class ObfuscationRuleActionList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule newrelic_obfuscation_rule} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule newrelic_obfuscation_rule} */ export class ObfuscationRule extends cdktf.TerraformResource { @@ -253,7 +253,7 @@ export class ObfuscationRule extends cdktf.TerraformResource { * Generates CDKTF code for importing a ObfuscationRule resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ObfuscationRule to import - * @param importFromId The id of the existing ObfuscationRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ObfuscationRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ObfuscationRule to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -265,7 +265,7 @@ export class ObfuscationRule extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/obfuscation_rule newrelic_obfuscation_rule} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/obfuscation_rule newrelic_obfuscation_rule} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -276,7 +276,7 @@ export class ObfuscationRule extends cdktf.TerraformResource { terraformResourceType: 'newrelic_obfuscation_rule', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/one-dashboard-json/README.md b/src/one-dashboard-json/README.md index 91469f8b3..7fe5250ef 100644 --- a/src/one-dashboard-json/README.md +++ b/src/one-dashboard-json/README.md @@ -1,3 +1,3 @@ # `newrelic_one_dashboard_json` -Refer to the Terraform Registry for docs: [`newrelic_one_dashboard_json`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json). +Refer to the Terraform Registry for docs: [`newrelic_one_dashboard_json`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json). diff --git a/src/one-dashboard-json/index.ts b/src/one-dashboard-json/index.ts index fed17f3a1..9601234d1 100644 --- a/src/one-dashboard-json/index.ts +++ b/src/one-dashboard-json/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface OneDashboardJsonConfig extends cdktf.TerraformMetaArguments { /** * The New Relic account ID where you want to create the dashboard. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id} */ readonly accountId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#id OneDashboardJson#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#id OneDashboardJson#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. @@ -28,23 +28,23 @@ export interface OneDashboardJsonConfig extends cdktf.TerraformMetaArguments { /** * The dashboard's json. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#json OneDashboardJson#json} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#json OneDashboardJson#json} */ readonly json: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts} */ readonly timeouts?: OneDashboardJsonTimeouts; } export interface OneDashboardJsonTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#create OneDashboardJson#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#create OneDashboardJson#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#update OneDashboardJson#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#update OneDashboardJson#update} */ readonly update?: string; } @@ -167,7 +167,7 @@ export class OneDashboardJsonTimeoutsOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json newrelic_one_dashboard_json} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json newrelic_one_dashboard_json} */ export class OneDashboardJson extends cdktf.TerraformResource { @@ -183,7 +183,7 @@ export class OneDashboardJson extends cdktf.TerraformResource { * Generates CDKTF code for importing a OneDashboardJson resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OneDashboardJson to import - * @param importFromId The id of the existing OneDashboardJson that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OneDashboardJson that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OneDashboardJson to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -195,7 +195,7 @@ export class OneDashboardJson extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_json newrelic_one_dashboard_json} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_json newrelic_one_dashboard_json} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -206,7 +206,7 @@ export class OneDashboardJson extends cdktf.TerraformResource { terraformResourceType: 'newrelic_one_dashboard_json', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/one-dashboard-raw/README.md b/src/one-dashboard-raw/README.md index 9f9ea2dad..2c81dce67 100644 --- a/src/one-dashboard-raw/README.md +++ b/src/one-dashboard-raw/README.md @@ -1,3 +1,3 @@ # `newrelic_one_dashboard_raw` -Refer to the Terraform Registry for docs: [`newrelic_one_dashboard_raw`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw). +Refer to the Terraform Registry for docs: [`newrelic_one_dashboard_raw`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw). diff --git a/src/one-dashboard-raw/index.ts b/src/one-dashboard-raw/index.ts index 6753f8886..2e93ab70f 100644 --- a/src/one-dashboard-raw/index.ts +++ b/src/one-dashboard-raw/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface OneDashboardRawConfig extends cdktf.TerraformMetaArguments { /** * The New Relic account ID where you want to create the dashboard. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id} */ readonly accountId?: number; /** * The dashboard's description. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#id OneDashboardRaw#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. @@ -34,61 +34,61 @@ export interface OneDashboardRawConfig extends cdktf.TerraformMetaArguments { /** * The dashboard's name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} */ readonly name: string; /** * Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions} */ readonly permissions?: string; /** * page block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#page OneDashboardRaw#page} */ readonly page: OneDashboardRawPage[] | cdktf.IResolvable; } export interface OneDashboardRawPageWidget { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#column OneDashboardRaw#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#column OneDashboardRaw#column} */ readonly column: number; /** * The configuration of the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#configuration OneDashboardRaw#configuration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#configuration OneDashboardRaw#configuration} */ readonly configuration: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#height OneDashboardRaw#height} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#height OneDashboardRaw#height} */ readonly height?: number; /** * (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#linked_entity_guids OneDashboardRaw#linked_entity_guids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#linked_entity_guids OneDashboardRaw#linked_entity_guids} */ readonly linkedEntityGuids?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#row OneDashboardRaw#row} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#row OneDashboardRaw#row} */ readonly row: number; /** * A title for the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#title OneDashboardRaw#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#title OneDashboardRaw#title} */ readonly title: string; /** * The visualization ID of the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#visualization_id OneDashboardRaw#visualization_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#visualization_id OneDashboardRaw#visualization_id} */ readonly visualizationId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#width OneDashboardRaw#width} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#width OneDashboardRaw#width} */ readonly width?: number; } @@ -399,19 +399,19 @@ export interface OneDashboardRawPage { /** * The dashboard page's description. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#description OneDashboardRaw#description} */ readonly description?: string; /** * The dashboard page's name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#name OneDashboardRaw#name} */ readonly name: string; /** * widget block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#widget OneDashboardRaw#widget} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#widget OneDashboardRaw#widget} */ readonly widget?: OneDashboardRawPageWidget[] | cdktf.IResolvable; } @@ -587,7 +587,7 @@ export class OneDashboardRawPageList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw newrelic_one_dashboard_raw} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw newrelic_one_dashboard_raw} */ export class OneDashboardRaw extends cdktf.TerraformResource { @@ -603,7 +603,7 @@ export class OneDashboardRaw extends cdktf.TerraformResource { * Generates CDKTF code for importing a OneDashboardRaw resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OneDashboardRaw to import - * @param importFromId The id of the existing OneDashboardRaw that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OneDashboardRaw that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OneDashboardRaw to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -615,7 +615,7 @@ export class OneDashboardRaw extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard_raw newrelic_one_dashboard_raw} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard_raw newrelic_one_dashboard_raw} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -626,7 +626,7 @@ export class OneDashboardRaw extends cdktf.TerraformResource { terraformResourceType: 'newrelic_one_dashboard_raw', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/one-dashboard/README.md b/src/one-dashboard/README.md index 8e466de78..400dcb9df 100644 --- a/src/one-dashboard/README.md +++ b/src/one-dashboard/README.md @@ -1,3 +1,3 @@ # `newrelic_one_dashboard` -Refer to the Terraform Registry for docs: [`newrelic_one_dashboard`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard). +Refer to the Terraform Registry for docs: [`newrelic_one_dashboard`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard). diff --git a/src/one-dashboard/index-structs/structs0.ts b/src/one-dashboard/index-structs/structs0.ts index df94c22df..e954643e2 100644 --- a/src/one-dashboard/index-structs/structs0.ts +++ b/src/one-dashboard/index-structs/structs0.ts @@ -8,13 +8,13 @@ export interface OneDashboardPageWidgetAreaColorsSeriesOverrides { /** * Color code * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -159,13 +159,13 @@ export class OneDashboardPageWidgetAreaColorsSeriesOverridesList extends cdktf.C } export interface OneDashboardPageWidgetAreaColors { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetAreaColorsSeriesOverrides[] | cdktf.IResolvable; } @@ -312,13 +312,13 @@ export interface OneDashboardPageWidgetAreaInitialSorting { /** * Defines the sort order. Either ascending or descending. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} */ readonly direction: string; /** * The column name to be sorted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; } @@ -427,13 +427,13 @@ export interface OneDashboardPageWidgetAreaNrqlQuery { /** * The account id used for the NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} */ readonly accountId?: number; /** * The NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} */ readonly query: string; } @@ -577,13 +577,13 @@ export interface OneDashboardPageWidgetAreaNullValuesSeriesOverrides { /** * Null value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -728,13 +728,13 @@ export class OneDashboardPageWidgetAreaNullValuesSeriesOverridesList extends cdk } export interface OneDashboardPageWidgetAreaNullValues { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetAreaNullValuesSeriesOverrides[] | cdktf.IResolvable; } @@ -881,13 +881,13 @@ export interface OneDashboardPageWidgetAreaUnitsSeriesOverrides { /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; /** * Unit name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; } @@ -1032,13 +1032,13 @@ export class OneDashboardPageWidgetAreaUnitsSeriesOverridesList extends cdktf.Co } export interface OneDashboardPageWidgetAreaUnits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetAreaUnitsSeriesOverrides[] | cdktf.IResolvable; } @@ -1183,79 +1183,79 @@ export class OneDashboardPageWidgetAreaUnitsList extends cdktf.ComplexList { } export interface OneDashboardPageWidgetArea { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column} */ readonly column: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} */ readonly facetShowOtherSeries?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height} */ readonly height?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} */ readonly ignoreTimeRange?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} */ readonly legendEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} */ readonly refreshRate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row} */ readonly row: number; /** * A title for the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width} */ readonly width?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} */ readonly yAxisLeftMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} */ readonly yAxisLeftMin?: number; /** * colors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} */ readonly colors?: OneDashboardPageWidgetAreaColors[] | cdktf.IResolvable; /** * initial_sorting block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} */ readonly initialSorting?: OneDashboardPageWidgetAreaInitialSorting; /** * nrql_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} */ readonly nrqlQuery: OneDashboardPageWidgetAreaNrqlQuery[] | cdktf.IResolvable; /** * null_values block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} */ readonly nullValues?: OneDashboardPageWidgetAreaNullValues[] | cdktf.IResolvable; /** * units block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} */ readonly units?: OneDashboardPageWidgetAreaUnits[] | cdktf.IResolvable; } @@ -1801,13 +1801,13 @@ export interface OneDashboardPageWidgetBarColorsSeriesOverrides { /** * Color code * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -1952,13 +1952,13 @@ export class OneDashboardPageWidgetBarColorsSeriesOverridesList extends cdktf.Co } export interface OneDashboardPageWidgetBarColors { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetBarColorsSeriesOverrides[] | cdktf.IResolvable; } @@ -2105,13 +2105,13 @@ export interface OneDashboardPageWidgetBarInitialSorting { /** * Defines the sort order. Either ascending or descending. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} */ readonly direction: string; /** * The column name to be sorted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; } @@ -2220,13 +2220,13 @@ export interface OneDashboardPageWidgetBarNrqlQuery { /** * The account id used for the NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} */ readonly accountId?: number; /** * The NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} */ readonly query: string; } @@ -2370,13 +2370,13 @@ export interface OneDashboardPageWidgetBarNullValuesSeriesOverrides { /** * Null value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -2521,13 +2521,13 @@ export class OneDashboardPageWidgetBarNullValuesSeriesOverridesList extends cdkt } export interface OneDashboardPageWidgetBarNullValues { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetBarNullValuesSeriesOverrides[] | cdktf.IResolvable; } @@ -2674,13 +2674,13 @@ export interface OneDashboardPageWidgetBarUnitsSeriesOverrides { /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; /** * Unit name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; } @@ -2825,13 +2825,13 @@ export class OneDashboardPageWidgetBarUnitsSeriesOverridesList extends cdktf.Com } export interface OneDashboardPageWidgetBarUnits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetBarUnitsSeriesOverrides[] | cdktf.IResolvable; } @@ -2976,91 +2976,91 @@ export class OneDashboardPageWidgetBarUnitsList extends cdktf.ComplexList { } export interface OneDashboardPageWidgetBar { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column} */ readonly column: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} */ readonly facetShowOtherSeries?: boolean | cdktf.IResolvable; /** * Use this item to filter the current dashboard * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} */ readonly filterCurrentDashboard?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height} */ readonly height?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} */ readonly ignoreTimeRange?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} */ readonly legendEnabled?: boolean | cdktf.IResolvable; /** * Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} */ readonly linkedEntityGuids?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} */ readonly refreshRate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row} */ readonly row: number; /** * A title for the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width} */ readonly width?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} */ readonly yAxisLeftMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} */ readonly yAxisLeftMin?: number; /** * colors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} */ readonly colors?: OneDashboardPageWidgetBarColors[] | cdktf.IResolvable; /** * initial_sorting block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} */ readonly initialSorting?: OneDashboardPageWidgetBarInitialSorting; /** * nrql_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} */ readonly nrqlQuery: OneDashboardPageWidgetBarNrqlQuery[] | cdktf.IResolvable; /** * null_values block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} */ readonly nullValues?: OneDashboardPageWidgetBarNullValues[] | cdktf.IResolvable; /** * units block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} */ readonly units?: OneDashboardPageWidgetBarUnits[] | cdktf.IResolvable; } @@ -3664,13 +3664,13 @@ export interface OneDashboardPageWidgetBillboardColorsSeriesOverrides { /** * Color code * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -3815,13 +3815,13 @@ export class OneDashboardPageWidgetBillboardColorsSeriesOverridesList extends cd } export interface OneDashboardPageWidgetBillboardColors { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetBillboardColorsSeriesOverrides[] | cdktf.IResolvable; } @@ -3968,13 +3968,13 @@ export interface OneDashboardPageWidgetBillboardInitialSorting { /** * Defines the sort order. Either ascending or descending. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} */ readonly direction: string; /** * The column name to be sorted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; } @@ -4083,13 +4083,13 @@ export interface OneDashboardPageWidgetBillboardNrqlQuery { /** * The account id used for the NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} */ readonly accountId?: number; /** * The NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} */ readonly query: string; } @@ -4233,13 +4233,13 @@ export interface OneDashboardPageWidgetBillboardNullValuesSeriesOverrides { /** * Null value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -4384,13 +4384,13 @@ export class OneDashboardPageWidgetBillboardNullValuesSeriesOverridesList extend } export interface OneDashboardPageWidgetBillboardNullValues { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetBillboardNullValuesSeriesOverrides[] | cdktf.IResolvable; } @@ -4537,13 +4537,13 @@ export interface OneDashboardPageWidgetBillboardUnitsSeriesOverrides { /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; /** * Unit name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; } @@ -4688,13 +4688,13 @@ export class OneDashboardPageWidgetBillboardUnitsSeriesOverridesList extends cdk } export interface OneDashboardPageWidgetBillboardUnits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetBillboardUnitsSeriesOverrides[] | cdktf.IResolvable; } @@ -4839,91 +4839,91 @@ export class OneDashboardPageWidgetBillboardUnitsList extends cdktf.ComplexList } export interface OneDashboardPageWidgetBillboard { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column} */ readonly column: number; /** * The critical threshold value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#critical OneDashboard#critical} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#critical OneDashboard#critical} */ readonly critical?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} */ readonly facetShowOtherSeries?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height} */ readonly height?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} */ readonly ignoreTimeRange?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} */ readonly legendEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} */ readonly refreshRate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row} */ readonly row: number; /** * A title for the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title: string; /** * The warning threshold value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#warning OneDashboard#warning} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#warning OneDashboard#warning} */ readonly warning?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width} */ readonly width?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} */ readonly yAxisLeftMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} */ readonly yAxisLeftMin?: number; /** * colors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} */ readonly colors?: OneDashboardPageWidgetBillboardColors[] | cdktf.IResolvable; /** * initial_sorting block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} */ readonly initialSorting?: OneDashboardPageWidgetBillboardInitialSorting; /** * nrql_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} */ readonly nrqlQuery: OneDashboardPageWidgetBillboardNrqlQuery[] | cdktf.IResolvable; /** * null_values block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} */ readonly nullValues?: OneDashboardPageWidgetBillboardNullValues[] | cdktf.IResolvable; /** * units block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} */ readonly units?: OneDashboardPageWidgetBillboardUnits[] | cdktf.IResolvable; } @@ -5527,13 +5527,13 @@ export interface OneDashboardPageWidgetBulletColorsSeriesOverrides { /** * Color code * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -5678,13 +5678,13 @@ export class OneDashboardPageWidgetBulletColorsSeriesOverridesList extends cdktf } export interface OneDashboardPageWidgetBulletColors { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetBulletColorsSeriesOverrides[] | cdktf.IResolvable; } @@ -5831,13 +5831,13 @@ export interface OneDashboardPageWidgetBulletInitialSorting { /** * Defines the sort order. Either ascending or descending. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} */ readonly direction: string; /** * The column name to be sorted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; } @@ -5946,13 +5946,13 @@ export interface OneDashboardPageWidgetBulletNrqlQuery { /** * The account id used for the NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} */ readonly accountId?: number; /** * The NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} */ readonly query: string; } @@ -6096,13 +6096,13 @@ export interface OneDashboardPageWidgetBulletNullValuesSeriesOverrides { /** * Null value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -6247,13 +6247,13 @@ export class OneDashboardPageWidgetBulletNullValuesSeriesOverridesList extends c } export interface OneDashboardPageWidgetBulletNullValues { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetBulletNullValuesSeriesOverrides[] | cdktf.IResolvable; } @@ -6400,13 +6400,13 @@ export interface OneDashboardPageWidgetBulletUnitsSeriesOverrides { /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; /** * Unit name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; } @@ -6551,13 +6551,13 @@ export class OneDashboardPageWidgetBulletUnitsSeriesOverridesList extends cdktf. } export interface OneDashboardPageWidgetBulletUnits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetBulletUnitsSeriesOverrides[] | cdktf.IResolvable; } @@ -6702,85 +6702,85 @@ export class OneDashboardPageWidgetBulletUnitsList extends cdktf.ComplexList { } export interface OneDashboardPageWidgetBullet { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column} */ readonly column: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} */ readonly facetShowOtherSeries?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height} */ readonly height?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} */ readonly ignoreTimeRange?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} */ readonly legendEnabled?: boolean | cdktf.IResolvable; /** * The maximum value for the visualization * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#limit OneDashboard#limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#limit OneDashboard#limit} */ readonly limit: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} */ readonly refreshRate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row} */ readonly row: number; /** * A title for the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width} */ readonly width?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} */ readonly yAxisLeftMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} */ readonly yAxisLeftMin?: number; /** * colors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} */ readonly colors?: OneDashboardPageWidgetBulletColors[] | cdktf.IResolvable; /** * initial_sorting block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} */ readonly initialSorting?: OneDashboardPageWidgetBulletInitialSorting; /** * nrql_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} */ readonly nrqlQuery: OneDashboardPageWidgetBulletNrqlQuery[] | cdktf.IResolvable; /** * null_values block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} */ readonly nullValues?: OneDashboardPageWidgetBulletNullValues[] | cdktf.IResolvable; /** * units block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} */ readonly units?: OneDashboardPageWidgetBulletUnits[] | cdktf.IResolvable; } @@ -7352,13 +7352,13 @@ export interface OneDashboardPageWidgetFunnelColorsSeriesOverrides { /** * Color code * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -7503,13 +7503,13 @@ export class OneDashboardPageWidgetFunnelColorsSeriesOverridesList extends cdktf } export interface OneDashboardPageWidgetFunnelColors { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetFunnelColorsSeriesOverrides[] | cdktf.IResolvable; } @@ -7656,13 +7656,13 @@ export interface OneDashboardPageWidgetFunnelInitialSorting { /** * Defines the sort order. Either ascending or descending. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} */ readonly direction: string; /** * The column name to be sorted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; } @@ -7771,13 +7771,13 @@ export interface OneDashboardPageWidgetFunnelNrqlQuery { /** * The account id used for the NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} */ readonly accountId?: number; /** * The NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} */ readonly query: string; } @@ -7921,13 +7921,13 @@ export interface OneDashboardPageWidgetFunnelNullValuesSeriesOverrides { /** * Null value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -8072,13 +8072,13 @@ export class OneDashboardPageWidgetFunnelNullValuesSeriesOverridesList extends c } export interface OneDashboardPageWidgetFunnelNullValues { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetFunnelNullValuesSeriesOverrides[] | cdktf.IResolvable; } @@ -8225,13 +8225,13 @@ export interface OneDashboardPageWidgetFunnelUnitsSeriesOverrides { /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; /** * Unit name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; } @@ -8376,13 +8376,13 @@ export class OneDashboardPageWidgetFunnelUnitsSeriesOverridesList extends cdktf. } export interface OneDashboardPageWidgetFunnelUnits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetFunnelUnitsSeriesOverrides[] | cdktf.IResolvable; } @@ -8527,79 +8527,79 @@ export class OneDashboardPageWidgetFunnelUnitsList extends cdktf.ComplexList { } export interface OneDashboardPageWidgetFunnel { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column} */ readonly column: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} */ readonly facetShowOtherSeries?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height} */ readonly height?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} */ readonly ignoreTimeRange?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} */ readonly legendEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} */ readonly refreshRate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row} */ readonly row: number; /** * A title for the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width} */ readonly width?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} */ readonly yAxisLeftMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} */ readonly yAxisLeftMin?: number; /** * colors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} */ readonly colors?: OneDashboardPageWidgetFunnelColors[] | cdktf.IResolvable; /** * initial_sorting block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} */ readonly initialSorting?: OneDashboardPageWidgetFunnelInitialSorting; /** * nrql_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} */ readonly nrqlQuery: OneDashboardPageWidgetFunnelNrqlQuery[] | cdktf.IResolvable; /** * null_values block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} */ readonly nullValues?: OneDashboardPageWidgetFunnelNullValues[] | cdktf.IResolvable; /** * units block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} */ readonly units?: OneDashboardPageWidgetFunnelUnits[] | cdktf.IResolvable; } @@ -9145,13 +9145,13 @@ export interface OneDashboardPageWidgetHeatmapColorsSeriesOverrides { /** * Color code * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -9296,13 +9296,13 @@ export class OneDashboardPageWidgetHeatmapColorsSeriesOverridesList extends cdkt } export interface OneDashboardPageWidgetHeatmapColors { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetHeatmapColorsSeriesOverrides[] | cdktf.IResolvable; } @@ -9449,13 +9449,13 @@ export interface OneDashboardPageWidgetHeatmapInitialSorting { /** * Defines the sort order. Either ascending or descending. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} */ readonly direction: string; /** * The column name to be sorted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; } @@ -9564,13 +9564,13 @@ export interface OneDashboardPageWidgetHeatmapNrqlQuery { /** * The account id used for the NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} */ readonly accountId?: number; /** * The NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} */ readonly query: string; } @@ -9714,13 +9714,13 @@ export interface OneDashboardPageWidgetHeatmapNullValuesSeriesOverrides { /** * Null value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -9865,13 +9865,13 @@ export class OneDashboardPageWidgetHeatmapNullValuesSeriesOverridesList extends } export interface OneDashboardPageWidgetHeatmapNullValues { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetHeatmapNullValuesSeriesOverrides[] | cdktf.IResolvable; } @@ -10018,13 +10018,13 @@ export interface OneDashboardPageWidgetHeatmapUnitsSeriesOverrides { /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; /** * Unit name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; } @@ -10169,13 +10169,13 @@ export class OneDashboardPageWidgetHeatmapUnitsSeriesOverridesList extends cdktf } export interface OneDashboardPageWidgetHeatmapUnits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetHeatmapUnitsSeriesOverrides[] | cdktf.IResolvable; } @@ -10320,91 +10320,91 @@ export class OneDashboardPageWidgetHeatmapUnitsList extends cdktf.ComplexList { } export interface OneDashboardPageWidgetHeatmap { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column} */ readonly column: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} */ readonly facetShowOtherSeries?: boolean | cdktf.IResolvable; /** * Use this item to filter the current dashboard * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} */ readonly filterCurrentDashboard?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height} */ readonly height?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} */ readonly ignoreTimeRange?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} */ readonly legendEnabled?: boolean | cdktf.IResolvable; /** * Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} */ readonly linkedEntityGuids?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} */ readonly refreshRate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row} */ readonly row: number; /** * A title for the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width} */ readonly width?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} */ readonly yAxisLeftMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} */ readonly yAxisLeftMin?: number; /** * colors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} */ readonly colors?: OneDashboardPageWidgetHeatmapColors[] | cdktf.IResolvable; /** * initial_sorting block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} */ readonly initialSorting?: OneDashboardPageWidgetHeatmapInitialSorting; /** * nrql_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} */ readonly nrqlQuery: OneDashboardPageWidgetHeatmapNrqlQuery[] | cdktf.IResolvable; /** * null_values block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} */ readonly nullValues?: OneDashboardPageWidgetHeatmapNullValues[] | cdktf.IResolvable; /** * units block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} */ readonly units?: OneDashboardPageWidgetHeatmapUnits[] | cdktf.IResolvable; } @@ -11008,13 +11008,13 @@ export interface OneDashboardPageWidgetHistogramColorsSeriesOverrides { /** * Color code * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -11159,13 +11159,13 @@ export class OneDashboardPageWidgetHistogramColorsSeriesOverridesList extends cd } export interface OneDashboardPageWidgetHistogramColors { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetHistogramColorsSeriesOverrides[] | cdktf.IResolvable; } @@ -11312,13 +11312,13 @@ export interface OneDashboardPageWidgetHistogramInitialSorting { /** * Defines the sort order. Either ascending or descending. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} */ readonly direction: string; /** * The column name to be sorted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; } @@ -11427,13 +11427,13 @@ export interface OneDashboardPageWidgetHistogramNrqlQuery { /** * The account id used for the NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} */ readonly accountId?: number; /** * The NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} */ readonly query: string; } @@ -11577,13 +11577,13 @@ export interface OneDashboardPageWidgetHistogramNullValuesSeriesOverrides { /** * Null value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -11728,13 +11728,13 @@ export class OneDashboardPageWidgetHistogramNullValuesSeriesOverridesList extend } export interface OneDashboardPageWidgetHistogramNullValues { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetHistogramNullValuesSeriesOverrides[] | cdktf.IResolvable; } @@ -11881,13 +11881,13 @@ export interface OneDashboardPageWidgetHistogramUnitsSeriesOverrides { /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; /** * Unit name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; } @@ -12032,13 +12032,13 @@ export class OneDashboardPageWidgetHistogramUnitsSeriesOverridesList extends cdk } export interface OneDashboardPageWidgetHistogramUnits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetHistogramUnitsSeriesOverrides[] | cdktf.IResolvable; } @@ -12183,79 +12183,79 @@ export class OneDashboardPageWidgetHistogramUnitsList extends cdktf.ComplexList } export interface OneDashboardPageWidgetHistogram { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column} */ readonly column: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} */ readonly facetShowOtherSeries?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height} */ readonly height?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} */ readonly ignoreTimeRange?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} */ readonly legendEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} */ readonly refreshRate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row} */ readonly row: number; /** * A title for the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width} */ readonly width?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} */ readonly yAxisLeftMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} */ readonly yAxisLeftMin?: number; /** * colors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} */ readonly colors?: OneDashboardPageWidgetHistogramColors[] | cdktf.IResolvable; /** * initial_sorting block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} */ readonly initialSorting?: OneDashboardPageWidgetHistogramInitialSorting; /** * nrql_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} */ readonly nrqlQuery: OneDashboardPageWidgetHistogramNrqlQuery[] | cdktf.IResolvable; /** * null_values block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} */ readonly nullValues?: OneDashboardPageWidgetHistogramNullValues[] | cdktf.IResolvable; /** * units block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} */ readonly units?: OneDashboardPageWidgetHistogramUnits[] | cdktf.IResolvable; } @@ -12801,13 +12801,13 @@ export interface OneDashboardPageWidgetJsonColorsSeriesOverrides { /** * Color code * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -12952,13 +12952,13 @@ export class OneDashboardPageWidgetJsonColorsSeriesOverridesList extends cdktf.C } export interface OneDashboardPageWidgetJsonColors { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetJsonColorsSeriesOverrides[] | cdktf.IResolvable; } @@ -13105,13 +13105,13 @@ export interface OneDashboardPageWidgetJsonInitialSorting { /** * Defines the sort order. Either ascending or descending. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} */ readonly direction: string; /** * The column name to be sorted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; } @@ -13220,13 +13220,13 @@ export interface OneDashboardPageWidgetJsonNrqlQuery { /** * The account id used for the NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} */ readonly accountId?: number; /** * The NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} */ readonly query: string; } @@ -13370,13 +13370,13 @@ export interface OneDashboardPageWidgetJsonNullValuesSeriesOverrides { /** * Null value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -13521,13 +13521,13 @@ export class OneDashboardPageWidgetJsonNullValuesSeriesOverridesList extends cdk } export interface OneDashboardPageWidgetJsonNullValues { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetJsonNullValuesSeriesOverrides[] | cdktf.IResolvable; } @@ -13674,13 +13674,13 @@ export interface OneDashboardPageWidgetJsonUnitsSeriesOverrides { /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; /** * Unit name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; } @@ -13825,13 +13825,13 @@ export class OneDashboardPageWidgetJsonUnitsSeriesOverridesList extends cdktf.Co } export interface OneDashboardPageWidgetJsonUnits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetJsonUnitsSeriesOverrides[] | cdktf.IResolvable; } @@ -13976,79 +13976,79 @@ export class OneDashboardPageWidgetJsonUnitsList extends cdktf.ComplexList { } export interface OneDashboardPageWidgetJson { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column} */ readonly column: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} */ readonly facetShowOtherSeries?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height} */ readonly height?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} */ readonly ignoreTimeRange?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} */ readonly legendEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} */ readonly refreshRate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row} */ readonly row: number; /** * A title for the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width} */ readonly width?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} */ readonly yAxisLeftMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} */ readonly yAxisLeftMin?: number; /** * colors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} */ readonly colors?: OneDashboardPageWidgetJsonColors[] | cdktf.IResolvable; /** * initial_sorting block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} */ readonly initialSorting?: OneDashboardPageWidgetJsonInitialSorting; /** * nrql_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} */ readonly nrqlQuery: OneDashboardPageWidgetJsonNrqlQuery[] | cdktf.IResolvable; /** * null_values block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} */ readonly nullValues?: OneDashboardPageWidgetJsonNullValues[] | cdktf.IResolvable; /** * units block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} */ readonly units?: OneDashboardPageWidgetJsonUnits[] | cdktf.IResolvable; } @@ -14594,13 +14594,13 @@ export interface OneDashboardPageWidgetLineColorsSeriesOverrides { /** * Color code * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -14745,13 +14745,13 @@ export class OneDashboardPageWidgetLineColorsSeriesOverridesList extends cdktf.C } export interface OneDashboardPageWidgetLineColors { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetLineColorsSeriesOverrides[] | cdktf.IResolvable; } @@ -14898,13 +14898,13 @@ export interface OneDashboardPageWidgetLineInitialSorting { /** * Defines the sort order. Either ascending or descending. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} */ readonly direction: string; /** * The column name to be sorted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; } @@ -15013,13 +15013,13 @@ export interface OneDashboardPageWidgetLineNrqlQuery { /** * The account id used for the NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} */ readonly accountId?: number; /** * The NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} */ readonly query: string; } @@ -15163,13 +15163,13 @@ export interface OneDashboardPageWidgetLineNullValuesSeriesOverrides { /** * Null value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -15314,13 +15314,13 @@ export class OneDashboardPageWidgetLineNullValuesSeriesOverridesList extends cdk } export interface OneDashboardPageWidgetLineNullValues { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetLineNullValuesSeriesOverrides[] | cdktf.IResolvable; } @@ -15467,25 +15467,25 @@ export interface OneDashboardPageWidgetLineThreshold { /** * The number from which the range starts in thresholds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#from OneDashboard#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#from OneDashboard#from} */ readonly from?: string; /** * Name of the threshold created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name?: string; /** * Severity of the threshold, which would reflect in the widget, in the range of the threshold specified. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#severity OneDashboard#severity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#severity OneDashboard#severity} */ readonly severity?: string; /** * The number at which the range ends in thresholds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#to OneDashboard#to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#to OneDashboard#to} */ readonly to?: string; } @@ -15690,13 +15690,13 @@ export interface OneDashboardPageWidgetLineUnitsSeriesOverrides { /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; /** * Unit name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; } @@ -15841,13 +15841,13 @@ export class OneDashboardPageWidgetLineUnitsSeriesOverridesList extends cdktf.Co } export interface OneDashboardPageWidgetLineUnits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetLineUnitsSeriesOverrides[] | cdktf.IResolvable; } @@ -15994,25 +15994,25 @@ export interface OneDashboardPageWidgetLineYAxisRight { /** * Minimum value of the range to be specified with the Y-Axis on the right of the line widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_max OneDashboard#y_axis_right_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_max OneDashboard#y_axis_right_max} */ readonly yAxisRightMax?: number; /** * Minimum value of the range to be specified with the Y-Axis on the right of the line widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_min OneDashboard#y_axis_right_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_min OneDashboard#y_axis_right_min} */ readonly yAxisRightMin?: number; /** * A set of series that helps specify the Y-Axis on the right of the line widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_series OneDashboard#y_axis_right_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_series OneDashboard#y_axis_right_series} */ readonly yAxisRightSeries?: string[]; /** * An attribute that helps specify the Y-Axis on the right of the line widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right_zero OneDashboard#y_axis_right_zero} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right_zero OneDashboard#y_axis_right_zero} */ readonly yAxisRightZero?: boolean | cdktf.IResolvable; } @@ -16183,103 +16183,103 @@ export class OneDashboardPageWidgetLineYAxisRightOutputReference extends cdktf.C } export interface OneDashboardPageWidgetLine { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column} */ readonly column: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} */ readonly facetShowOtherSeries?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height} */ readonly height?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} */ readonly ignoreTimeRange?: boolean | cdktf.IResolvable; /** * Specified if the label should be visible in the graph created when specified with thresholds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#is_label_visible OneDashboard#is_label_visible} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#is_label_visible OneDashboard#is_label_visible} */ readonly isLabelVisible?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} */ readonly legendEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} */ readonly refreshRate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row} */ readonly row: number; /** * A title for the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width} */ readonly width?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} */ readonly yAxisLeftMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} */ readonly yAxisLeftMin?: number; /** * Specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_zero OneDashboard#y_axis_left_zero} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_zero OneDashboard#y_axis_left_zero} */ readonly yAxisLeftZero?: boolean | cdktf.IResolvable; /** * colors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} */ readonly colors?: OneDashboardPageWidgetLineColors[] | cdktf.IResolvable; /** * initial_sorting block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} */ readonly initialSorting?: OneDashboardPageWidgetLineInitialSorting; /** * nrql_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} */ readonly nrqlQuery: OneDashboardPageWidgetLineNrqlQuery[] | cdktf.IResolvable; /** * null_values block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} */ readonly nullValues?: OneDashboardPageWidgetLineNullValues[] | cdktf.IResolvable; /** * threshold block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#threshold OneDashboard#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#threshold OneDashboard#threshold} */ readonly threshold?: OneDashboardPageWidgetLineThreshold[] | cdktf.IResolvable; /** * units block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} */ readonly units?: OneDashboardPageWidgetLineUnits[] | cdktf.IResolvable; /** * y_axis_right block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_right OneDashboard#y_axis_right} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_right OneDashboard#y_axis_right} */ readonly yAxisRight?: OneDashboardPageWidgetLineYAxisRight; } @@ -16941,13 +16941,13 @@ export interface OneDashboardPageWidgetLogTableColorsSeriesOverrides { /** * Color code * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -17092,13 +17092,13 @@ export class OneDashboardPageWidgetLogTableColorsSeriesOverridesList extends cdk } export interface OneDashboardPageWidgetLogTableColors { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetLogTableColorsSeriesOverrides[] | cdktf.IResolvable; } @@ -17245,13 +17245,13 @@ export interface OneDashboardPageWidgetLogTableInitialSorting { /** * Defines the sort order. Either ascending or descending. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} */ readonly direction: string; /** * The column name to be sorted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; } @@ -17360,13 +17360,13 @@ export interface OneDashboardPageWidgetLogTableNrqlQuery { /** * The account id used for the NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} */ readonly accountId?: number; /** * The NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} */ readonly query: string; } @@ -17510,13 +17510,13 @@ export interface OneDashboardPageWidgetLogTableNullValuesSeriesOverrides { /** * Null value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -17661,13 +17661,13 @@ export class OneDashboardPageWidgetLogTableNullValuesSeriesOverridesList extends } export interface OneDashboardPageWidgetLogTableNullValues { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetLogTableNullValuesSeriesOverrides[] | cdktf.IResolvable; } @@ -17814,13 +17814,13 @@ export interface OneDashboardPageWidgetLogTableUnitsSeriesOverrides { /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; /** * Unit name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; } @@ -17965,13 +17965,13 @@ export class OneDashboardPageWidgetLogTableUnitsSeriesOverridesList extends cdkt } export interface OneDashboardPageWidgetLogTableUnits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetLogTableUnitsSeriesOverrides[] | cdktf.IResolvable; } @@ -18116,79 +18116,79 @@ export class OneDashboardPageWidgetLogTableUnitsList extends cdktf.ComplexList { } export interface OneDashboardPageWidgetLogTable { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column} */ readonly column: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} */ readonly facetShowOtherSeries?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height} */ readonly height?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} */ readonly ignoreTimeRange?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} */ readonly legendEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} */ readonly refreshRate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row} */ readonly row: number; /** * A title for the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width} */ readonly width?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} */ readonly yAxisLeftMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} */ readonly yAxisLeftMin?: number; /** * colors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} */ readonly colors?: OneDashboardPageWidgetLogTableColors[] | cdktf.IResolvable; /** * initial_sorting block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} */ readonly initialSorting?: OneDashboardPageWidgetLogTableInitialSorting; /** * nrql_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} */ readonly nrqlQuery: OneDashboardPageWidgetLogTableNrqlQuery[] | cdktf.IResolvable; /** * null_values block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} */ readonly nullValues?: OneDashboardPageWidgetLogTableNullValues[] | cdktf.IResolvable; /** * units block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} */ readonly units?: OneDashboardPageWidgetLogTableUnits[] | cdktf.IResolvable; } @@ -18734,13 +18734,13 @@ export interface OneDashboardPageWidgetMarkdownColorsSeriesOverrides { /** * Color code * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -18885,13 +18885,13 @@ export class OneDashboardPageWidgetMarkdownColorsSeriesOverridesList extends cdk } export interface OneDashboardPageWidgetMarkdownColors { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetMarkdownColorsSeriesOverrides[] | cdktf.IResolvable; } @@ -19038,13 +19038,13 @@ export interface OneDashboardPageWidgetMarkdownInitialSorting { /** * Defines the sort order. Either ascending or descending. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} */ readonly direction: string; /** * The column name to be sorted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; } @@ -19153,13 +19153,13 @@ export interface OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides { /** * Null value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -19304,13 +19304,13 @@ export class OneDashboardPageWidgetMarkdownNullValuesSeriesOverridesList extends } export interface OneDashboardPageWidgetMarkdownNullValues { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetMarkdownNullValuesSeriesOverrides[] | cdktf.IResolvable; } @@ -19457,13 +19457,13 @@ export interface OneDashboardPageWidgetMarkdownUnitsSeriesOverrides { /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; /** * Unit name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; } @@ -19608,13 +19608,13 @@ export class OneDashboardPageWidgetMarkdownUnitsSeriesOverridesList extends cdkt } export interface OneDashboardPageWidgetMarkdownUnits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetMarkdownUnitsSeriesOverrides[] | cdktf.IResolvable; } @@ -19759,77 +19759,77 @@ export class OneDashboardPageWidgetMarkdownUnitsList extends cdktf.ComplexList { } export interface OneDashboardPageWidgetMarkdown { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column} */ readonly column: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} */ readonly facetShowOtherSeries?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height} */ readonly height?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} */ readonly ignoreTimeRange?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} */ readonly legendEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} */ readonly refreshRate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row} */ readonly row: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#text OneDashboard#text} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#text OneDashboard#text} */ readonly text: string; /** * A title for the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width} */ readonly width?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} */ readonly yAxisLeftMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} */ readonly yAxisLeftMin?: number; /** * colors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} */ readonly colors?: OneDashboardPageWidgetMarkdownColors[] | cdktf.IResolvable; /** * initial_sorting block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} */ readonly initialSorting?: OneDashboardPageWidgetMarkdownInitialSorting; /** * null_values block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} */ readonly nullValues?: OneDashboardPageWidgetMarkdownNullValues[] | cdktf.IResolvable; /** * units block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} */ readonly units?: OneDashboardPageWidgetMarkdownUnits[] | cdktf.IResolvable; } @@ -20375,13 +20375,13 @@ export interface OneDashboardPageWidgetPieColorsSeriesOverrides { /** * Color code * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -20526,13 +20526,13 @@ export class OneDashboardPageWidgetPieColorsSeriesOverridesList extends cdktf.Co } export interface OneDashboardPageWidgetPieColors { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetPieColorsSeriesOverrides[] | cdktf.IResolvable; } @@ -20679,13 +20679,13 @@ export interface OneDashboardPageWidgetPieInitialSorting { /** * Defines the sort order. Either ascending or descending. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} */ readonly direction: string; /** * The column name to be sorted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; } diff --git a/src/one-dashboard/index-structs/structs400.ts b/src/one-dashboard/index-structs/structs400.ts index b149cdef9..2f155bcea 100644 --- a/src/one-dashboard/index-structs/structs400.ts +++ b/src/one-dashboard/index-structs/structs400.ts @@ -60,13 +60,13 @@ export interface OneDashboardPageWidgetPieNrqlQuery { /** * The account id used for the NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} */ readonly accountId?: number; /** * The NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} */ readonly query: string; } @@ -210,13 +210,13 @@ export interface OneDashboardPageWidgetPieNullValuesSeriesOverrides { /** * Null value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -361,13 +361,13 @@ export class OneDashboardPageWidgetPieNullValuesSeriesOverridesList extends cdkt } export interface OneDashboardPageWidgetPieNullValues { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetPieNullValuesSeriesOverrides[] | cdktf.IResolvable; } @@ -514,13 +514,13 @@ export interface OneDashboardPageWidgetPieUnitsSeriesOverrides { /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; /** * Unit name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; } @@ -665,13 +665,13 @@ export class OneDashboardPageWidgetPieUnitsSeriesOverridesList extends cdktf.Com } export interface OneDashboardPageWidgetPieUnits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetPieUnitsSeriesOverrides[] | cdktf.IResolvable; } @@ -816,91 +816,91 @@ export class OneDashboardPageWidgetPieUnitsList extends cdktf.ComplexList { } export interface OneDashboardPageWidgetPie { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column} */ readonly column: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} */ readonly facetShowOtherSeries?: boolean | cdktf.IResolvable; /** * Use this item to filter the current dashboard * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} */ readonly filterCurrentDashboard?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height} */ readonly height?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} */ readonly ignoreTimeRange?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} */ readonly legendEnabled?: boolean | cdktf.IResolvable; /** * Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} */ readonly linkedEntityGuids?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} */ readonly refreshRate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row} */ readonly row: number; /** * A title for the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width} */ readonly width?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} */ readonly yAxisLeftMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} */ readonly yAxisLeftMin?: number; /** * colors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} */ readonly colors?: OneDashboardPageWidgetPieColors[] | cdktf.IResolvable; /** * initial_sorting block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} */ readonly initialSorting?: OneDashboardPageWidgetPieInitialSorting; /** * nrql_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} */ readonly nrqlQuery: OneDashboardPageWidgetPieNrqlQuery[] | cdktf.IResolvable; /** * null_values block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} */ readonly nullValues?: OneDashboardPageWidgetPieNullValues[] | cdktf.IResolvable; /** * units block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} */ readonly units?: OneDashboardPageWidgetPieUnits[] | cdktf.IResolvable; } @@ -1504,13 +1504,13 @@ export interface OneDashboardPageWidgetStackedBarColorsSeriesOverrides { /** * Color code * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -1655,13 +1655,13 @@ export class OneDashboardPageWidgetStackedBarColorsSeriesOverridesList extends c } export interface OneDashboardPageWidgetStackedBarColors { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetStackedBarColorsSeriesOverrides[] | cdktf.IResolvable; } @@ -1808,13 +1808,13 @@ export interface OneDashboardPageWidgetStackedBarInitialSorting { /** * Defines the sort order. Either ascending or descending. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} */ readonly direction: string; /** * The column name to be sorted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; } @@ -1923,13 +1923,13 @@ export interface OneDashboardPageWidgetStackedBarNrqlQuery { /** * The account id used for the NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} */ readonly accountId?: number; /** * The NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} */ readonly query: string; } @@ -2073,13 +2073,13 @@ export interface OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides { /** * Null value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -2224,13 +2224,13 @@ export class OneDashboardPageWidgetStackedBarNullValuesSeriesOverridesList exten } export interface OneDashboardPageWidgetStackedBarNullValues { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetStackedBarNullValuesSeriesOverrides[] | cdktf.IResolvable; } @@ -2377,13 +2377,13 @@ export interface OneDashboardPageWidgetStackedBarUnitsSeriesOverrides { /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; /** * Unit name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; } @@ -2528,13 +2528,13 @@ export class OneDashboardPageWidgetStackedBarUnitsSeriesOverridesList extends cd } export interface OneDashboardPageWidgetStackedBarUnits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetStackedBarUnitsSeriesOverrides[] | cdktf.IResolvable; } @@ -2679,79 +2679,79 @@ export class OneDashboardPageWidgetStackedBarUnitsList extends cdktf.ComplexList } export interface OneDashboardPageWidgetStackedBar { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column} */ readonly column: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} */ readonly facetShowOtherSeries?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height} */ readonly height?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} */ readonly ignoreTimeRange?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} */ readonly legendEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} */ readonly refreshRate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row} */ readonly row: number; /** * A title for the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width} */ readonly width?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} */ readonly yAxisLeftMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} */ readonly yAxisLeftMin?: number; /** * colors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} */ readonly colors?: OneDashboardPageWidgetStackedBarColors[] | cdktf.IResolvable; /** * initial_sorting block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} */ readonly initialSorting?: OneDashboardPageWidgetStackedBarInitialSorting; /** * nrql_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} */ readonly nrqlQuery: OneDashboardPageWidgetStackedBarNrqlQuery[] | cdktf.IResolvable; /** * null_values block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} */ readonly nullValues?: OneDashboardPageWidgetStackedBarNullValues[] | cdktf.IResolvable; /** * units block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} */ readonly units?: OneDashboardPageWidgetStackedBarUnits[] | cdktf.IResolvable; } @@ -3297,13 +3297,13 @@ export interface OneDashboardPageWidgetTableColorsSeriesOverrides { /** * Color code * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -3448,13 +3448,13 @@ export class OneDashboardPageWidgetTableColorsSeriesOverridesList extends cdktf. } export interface OneDashboardPageWidgetTableColors { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#color OneDashboard#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#color OneDashboard#color} */ readonly color?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetTableColorsSeriesOverrides[] | cdktf.IResolvable; } @@ -3601,13 +3601,13 @@ export interface OneDashboardPageWidgetTableInitialSorting { /** * Defines the sort order. Either ascending or descending. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#direction OneDashboard#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#direction OneDashboard#direction} */ readonly direction: string; /** * The column name to be sorted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; } @@ -3716,13 +3716,13 @@ export interface OneDashboardPageWidgetTableNrqlQuery { /** * The account id used for the NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} */ readonly accountId?: number; /** * The NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} */ readonly query: string; } @@ -3866,13 +3866,13 @@ export interface OneDashboardPageWidgetTableNullValuesSeriesOverrides { /** * Null value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; } @@ -4017,13 +4017,13 @@ export class OneDashboardPageWidgetTableNullValuesSeriesOverridesList extends cd } export interface OneDashboardPageWidgetTableNullValues { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_value OneDashboard#null_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_value OneDashboard#null_value} */ readonly nullValue?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetTableNullValuesSeriesOverrides[] | cdktf.IResolvable; } @@ -4170,25 +4170,25 @@ export interface OneDashboardPageWidgetTableThreshold { /** * Name of the column in the table, to which the threshold would be applied. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column_name OneDashboard#column_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column_name OneDashboard#column_name} */ readonly columnName?: string; /** * The number from which the range starts in thresholds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#from OneDashboard#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#from OneDashboard#from} */ readonly from?: string; /** * Severity of the threshold, which would reflect in the widget, in the range of the threshold specified. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#severity OneDashboard#severity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#severity OneDashboard#severity} */ readonly severity?: string; /** * The number at which the range ends in thresholds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#to OneDashboard#to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#to OneDashboard#to} */ readonly to?: string; } @@ -4393,13 +4393,13 @@ export interface OneDashboardPageWidgetTableUnitsSeriesOverrides { /** * Series name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_name OneDashboard#series_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_name OneDashboard#series_name} */ readonly seriesName?: string; /** * Unit name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; } @@ -4544,13 +4544,13 @@ export class OneDashboardPageWidgetTableUnitsSeriesOverridesList extends cdktf.C } export interface OneDashboardPageWidgetTableUnits { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#unit OneDashboard#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#unit OneDashboard#unit} */ readonly unit?: string; /** * series_overrides block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#series_overrides OneDashboard#series_overrides} */ readonly seriesOverrides?: OneDashboardPageWidgetTableUnitsSeriesOverrides[] | cdktf.IResolvable; } @@ -4695,97 +4695,97 @@ export class OneDashboardPageWidgetTableUnitsList extends cdktf.ComplexList { } export interface OneDashboardPageWidgetTable { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#column OneDashboard#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#column OneDashboard#column} */ readonly column: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#facet_show_other_series OneDashboard#facet_show_other_series} */ readonly facetShowOtherSeries?: boolean | cdktf.IResolvable; /** * Use this item to filter the current dashboard * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#filter_current_dashboard OneDashboard#filter_current_dashboard} */ readonly filterCurrentDashboard?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#height OneDashboard#height} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#height OneDashboard#height} */ readonly height?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} */ readonly ignoreTimeRange?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#legend_enabled OneDashboard#legend_enabled} */ readonly legendEnabled?: boolean | cdktf.IResolvable; /** * Related entities. Currently only supports Dashboard entities, but may allow other cases in the future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#linked_entity_guids OneDashboard#linked_entity_guids} */ readonly linkedEntityGuids?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#refresh_rate OneDashboard#refresh_rate} */ readonly refreshRate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#row OneDashboard#row} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#row OneDashboard#row} */ readonly row: number; /** * A title for the widget. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#width OneDashboard#width} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#width OneDashboard#width} */ readonly width?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_max OneDashboard#y_axis_left_max} */ readonly yAxisLeftMax?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#y_axis_left_min OneDashboard#y_axis_left_min} */ readonly yAxisLeftMin?: number; /** * colors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#colors OneDashboard#colors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#colors OneDashboard#colors} */ readonly colors?: OneDashboardPageWidgetTableColors[] | cdktf.IResolvable; /** * initial_sorting block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#initial_sorting OneDashboard#initial_sorting} */ readonly initialSorting?: OneDashboardPageWidgetTableInitialSorting; /** * nrql_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} */ readonly nrqlQuery: OneDashboardPageWidgetTableNrqlQuery[] | cdktf.IResolvable; /** * null_values block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#null_values OneDashboard#null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#null_values OneDashboard#null_values} */ readonly nullValues?: OneDashboardPageWidgetTableNullValues[] | cdktf.IResolvable; /** * threshold block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#threshold OneDashboard#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#threshold OneDashboard#threshold} */ readonly threshold?: OneDashboardPageWidgetTableThreshold[] | cdktf.IResolvable; /** * units block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#units OneDashboard#units} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#units OneDashboard#units} */ readonly units?: OneDashboardPageWidgetTableUnits[] | cdktf.IResolvable; } @@ -5418,97 +5418,97 @@ export interface OneDashboardPage { /** * The dashboard page's description. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#description OneDashboard#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#description OneDashboard#description} */ readonly description?: string; /** * The dashboard page's name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; /** * widget_area block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_area OneDashboard#widget_area} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_area OneDashboard#widget_area} */ readonly widgetArea?: OneDashboardPageWidgetArea[] | cdktf.IResolvable; /** * widget_bar block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_bar OneDashboard#widget_bar} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_bar OneDashboard#widget_bar} */ readonly widgetBar?: OneDashboardPageWidgetBar[] | cdktf.IResolvable; /** * widget_billboard block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_billboard OneDashboard#widget_billboard} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_billboard OneDashboard#widget_billboard} */ readonly widgetBillboard?: OneDashboardPageWidgetBillboard[] | cdktf.IResolvable; /** * widget_bullet block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_bullet OneDashboard#widget_bullet} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_bullet OneDashboard#widget_bullet} */ readonly widgetBullet?: OneDashboardPageWidgetBullet[] | cdktf.IResolvable; /** * widget_funnel block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_funnel OneDashboard#widget_funnel} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_funnel OneDashboard#widget_funnel} */ readonly widgetFunnel?: OneDashboardPageWidgetFunnel[] | cdktf.IResolvable; /** * widget_heatmap block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_heatmap OneDashboard#widget_heatmap} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_heatmap OneDashboard#widget_heatmap} */ readonly widgetHeatmap?: OneDashboardPageWidgetHeatmap[] | cdktf.IResolvable; /** * widget_histogram block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_histogram OneDashboard#widget_histogram} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_histogram OneDashboard#widget_histogram} */ readonly widgetHistogram?: OneDashboardPageWidgetHistogram[] | cdktf.IResolvable; /** * widget_json block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_json OneDashboard#widget_json} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_json OneDashboard#widget_json} */ readonly widgetJson?: OneDashboardPageWidgetJson[] | cdktf.IResolvable; /** * widget_line block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_line OneDashboard#widget_line} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_line OneDashboard#widget_line} */ readonly widgetLine?: OneDashboardPageWidgetLine[] | cdktf.IResolvable; /** * widget_log_table block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_log_table OneDashboard#widget_log_table} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_log_table OneDashboard#widget_log_table} */ readonly widgetLogTable?: OneDashboardPageWidgetLogTable[] | cdktf.IResolvable; /** * widget_markdown block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_markdown OneDashboard#widget_markdown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_markdown OneDashboard#widget_markdown} */ readonly widgetMarkdown?: OneDashboardPageWidgetMarkdown[] | cdktf.IResolvable; /** * widget_pie block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_pie OneDashboard#widget_pie} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_pie OneDashboard#widget_pie} */ readonly widgetPie?: OneDashboardPageWidgetPie[] | cdktf.IResolvable; /** * widget_stacked_bar block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_stacked_bar OneDashboard#widget_stacked_bar} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_stacked_bar OneDashboard#widget_stacked_bar} */ readonly widgetStackedBar?: OneDashboardPageWidgetStackedBar[] | cdktf.IResolvable; /** * widget_table block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#widget_table OneDashboard#widget_table} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#widget_table OneDashboard#widget_table} */ readonly widgetTable?: OneDashboardPageWidgetTable[] | cdktf.IResolvable; } @@ -6063,13 +6063,13 @@ export interface OneDashboardVariableItem { /** * A human-friendly display string for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title?: string; /** * A possible variable value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#value OneDashboard#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#value OneDashboard#value} */ readonly value: string; } @@ -6213,13 +6213,13 @@ export interface OneDashboardVariableNrqlQuery { /** * New Relic account ID(s) to issue the query against. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_ids OneDashboard#account_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_ids OneDashboard#account_ids} */ readonly accountIds?: number[]; /** * NRQL formatted query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#query OneDashboard#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#query OneDashboard#query} */ readonly query: string; } @@ -6331,7 +6331,7 @@ export interface OneDashboardVariableOptions { /** * Only applies to variables of type NRQL. With this turned on, the time range for the NRQL query will override the time picker on dashboards and other pages. Turn this off to use the time picker as normal. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#ignore_time_range OneDashboard#ignore_time_range} */ readonly ignoreTimeRange?: boolean | cdktf.IResolvable; } @@ -6449,55 +6449,55 @@ export interface OneDashboardVariable { /** * Default values for this variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#default_values OneDashboard#default_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#default_values OneDashboard#default_values} */ readonly defaultValues?: string[]; /** * Indicates whether this variable supports multiple selection or not. Only applies to variables of type NRQL or ENUM. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#is_multi_selection OneDashboard#is_multi_selection} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#is_multi_selection OneDashboard#is_multi_selection} */ readonly isMultiSelection?: boolean | cdktf.IResolvable; /** * The variable identifier. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; /** * Indicates the strategy to apply when replacing a variable in a NRQL query. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#replacement_strategy OneDashboard#replacement_strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#replacement_strategy OneDashboard#replacement_strategy} */ readonly replacementStrategy: string; /** * Human-friendly display string for this variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#title OneDashboard#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#title OneDashboard#title} */ readonly title: string; /** * Specifies the data type of the variable and where its possible values may come from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#type OneDashboard#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#type OneDashboard#type} */ readonly type: string; /** * item block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#item OneDashboard#item} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#item OneDashboard#item} */ readonly item?: OneDashboardVariableItem[] | cdktf.IResolvable; /** * nrql_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#nrql_query OneDashboard#nrql_query} */ readonly nrqlQuery?: OneDashboardVariableNrqlQuery; /** * options block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#options OneDashboard#options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#options OneDashboard#options} */ readonly options?: OneDashboardVariableOptions[] | cdktf.IResolvable; } diff --git a/src/one-dashboard/index.ts b/src/one-dashboard/index.ts index 1c4ef986b..9484c47f5 100644 --- a/src/one-dashboard/index.ts +++ b/src/one-dashboard/index.ts @@ -20,17 +20,17 @@ export interface OneDashboardConfig extends cdktf.TerraformMetaArguments { /** * The New Relic account ID where you want to create the dashboard. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#account_id OneDashboard#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#account_id OneDashboard#account_id} */ readonly accountId?: number; /** * The dashboard's description. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#description OneDashboard#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#description OneDashboard#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#id OneDashboard#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#id OneDashboard#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. @@ -39,31 +39,31 @@ export interface OneDashboardConfig extends cdktf.TerraformMetaArguments { /** * The dashboard's name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#name OneDashboard#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#name OneDashboard#name} */ readonly name: string; /** * Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#permissions OneDashboard#permissions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#permissions OneDashboard#permissions} */ readonly permissions?: string; /** * page block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#page OneDashboard#page} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#page OneDashboard#page} */ readonly page: OneDashboardPage[] | cdktf.IResolvable; /** * variable block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#variable OneDashboard#variable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#variable OneDashboard#variable} */ readonly variable?: OneDashboardVariable[] | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard newrelic_one_dashboard} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard newrelic_one_dashboard} */ export class OneDashboard extends cdktf.TerraformResource { @@ -79,7 +79,7 @@ export class OneDashboard extends cdktf.TerraformResource { * Generates CDKTF code for importing a OneDashboard resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OneDashboard to import - * @param importFromId The id of the existing OneDashboard that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OneDashboard that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OneDashboard to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -91,7 +91,7 @@ export class OneDashboard extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/one_dashboard newrelic_one_dashboard} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/one_dashboard newrelic_one_dashboard} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -102,7 +102,7 @@ export class OneDashboard extends cdktf.TerraformResource { terraformResourceType: 'newrelic_one_dashboard', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/provider/README.md b/src/provider/README.md index c9463a792..2ce712e2d 100644 --- a/src/provider/README.md +++ b/src/provider/README.md @@ -1,3 +1,3 @@ # `provider` -Refer to the Terraform Registry for docs: [`newrelic`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs). +Refer to the Terraform Registry for docs: [`newrelic`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs). diff --git a/src/provider/index.ts b/src/provider/index.ts index 4b059b91e..4b9eb4850 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,69 +13,69 @@ import * as cdktf from 'cdktf'; export interface NewrelicProviderConfig { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#account_id NewrelicProvider#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#account_id NewrelicProvider#account_id} */ readonly accountId: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#admin_api_key NewrelicProvider#admin_api_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#admin_api_key NewrelicProvider#admin_api_key} */ readonly adminApiKey?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_key NewrelicProvider#api_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_key NewrelicProvider#api_key} */ readonly apiKey: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#api_url NewrelicProvider#api_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#api_url NewrelicProvider#api_url} */ readonly apiUrl?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#cacert_file NewrelicProvider#cacert_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#cacert_file NewrelicProvider#cacert_file} */ readonly cacertFile?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url} */ readonly infrastructureApiUrl?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify} */ readonly insecureSkipVerify?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_key NewrelicProvider#insights_insert_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_key NewrelicProvider#insights_insert_key} */ readonly insightsInsertKey?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_insert_url NewrelicProvider#insights_insert_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_insert_url NewrelicProvider#insights_insert_url} */ readonly insightsInsertUrl?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#insights_query_url NewrelicProvider#insights_query_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#insights_query_url NewrelicProvider#insights_query_url} */ readonly insightsQueryUrl?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url} */ readonly nerdgraphApiUrl?: string; /** * The data center for which your New Relic account is configured. Only one region per provider block is permitted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#region NewrelicProvider#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#region NewrelicProvider#region} */ readonly region?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#synthetics_api_url NewrelicProvider#synthetics_api_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#synthetics_api_url NewrelicProvider#synthetics_api_url} */ readonly syntheticsApiUrl?: string; /** * Alias name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#alias NewrelicProvider#alias} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#alias NewrelicProvider#alias} */ readonly alias?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs newrelic} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs newrelic} */ export class NewrelicProvider extends cdktf.TerraformProvider { @@ -91,7 +91,7 @@ export class NewrelicProvider extends cdktf.TerraformProvider { * Generates CDKTF code for importing a NewrelicProvider resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the NewrelicProvider to import - * @param importFromId The id of the existing NewrelicProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing NewrelicProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the NewrelicProvider to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -103,7 +103,7 @@ export class NewrelicProvider extends cdktf.TerraformProvider { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs newrelic} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs newrelic} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -114,7 +114,7 @@ export class NewrelicProvider extends cdktf.TerraformProvider { terraformResourceType: 'newrelic', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, terraformProviderSource: 'newrelic/newrelic' diff --git a/src/service-level/README.md b/src/service-level/README.md index f36492ce5..7cdb20580 100644 --- a/src/service-level/README.md +++ b/src/service-level/README.md @@ -1,3 +1,3 @@ # `newrelic_service_level` -Refer to the Terraform Registry for docs: [`newrelic_service_level`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level). +Refer to the Terraform Registry for docs: [`newrelic_service_level`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level). diff --git a/src/service-level/index.ts b/src/service-level/index.ts index 80f3b4720..ad70cb7b2 100644 --- a/src/service-level/index.ts +++ b/src/service-level/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,50 +13,50 @@ import * as cdktf from 'cdktf'; export interface ServiceLevelConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#guid ServiceLevel#guid} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#guid ServiceLevel#guid} */ readonly guid: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#id ServiceLevel#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/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. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name} */ readonly name: string; /** * events block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#events ServiceLevel#events} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#events ServiceLevel#events} */ readonly events: ServiceLevelEvents; /** * objective block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#objective ServiceLevel#objective} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#objective ServiceLevel#objective} */ readonly objective: ServiceLevelObjective; } export interface ServiceLevelEventsBadEventsSelect { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute} */ readonly attribute?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function} */ readonly function: string; /** * The event threshold to use in the SELECT clause * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} */ readonly threshold?: number; } @@ -195,17 +195,17 @@ export class ServiceLevelEventsBadEventsSelectOutputReference extends cdktf.Comp } export interface ServiceLevelEventsBadEvents { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from} */ readonly from: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where} */ readonly where?: string; /** * select block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} */ readonly select?: ServiceLevelEventsBadEventsSelect; } @@ -344,17 +344,17 @@ export class ServiceLevelEventsBadEventsOutputReference extends cdktf.ComplexObj } export interface ServiceLevelEventsGoodEventsSelect { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute} */ readonly attribute?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function} */ readonly function: string; /** * The event threshold to use in the SELECT clause * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} */ readonly threshold?: number; } @@ -493,17 +493,17 @@ export class ServiceLevelEventsGoodEventsSelectOutputReference extends cdktf.Com } export interface ServiceLevelEventsGoodEvents { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from} */ readonly from: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where} */ readonly where?: string; /** * select block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} */ readonly select?: ServiceLevelEventsGoodEventsSelect; } @@ -642,17 +642,17 @@ export class ServiceLevelEventsGoodEventsOutputReference extends cdktf.ComplexOb } export interface ServiceLevelEventsValidEventsSelect { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#attribute ServiceLevel#attribute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#attribute ServiceLevel#attribute} */ readonly attribute?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#function ServiceLevel#function} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#function ServiceLevel#function} */ readonly function: string; /** * The event threshold to use in the SELECT clause * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#threshold ServiceLevel#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#threshold ServiceLevel#threshold} */ readonly threshold?: number; } @@ -791,17 +791,17 @@ export class ServiceLevelEventsValidEventsSelectOutputReference extends cdktf.Co } export interface ServiceLevelEventsValidEvents { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#from ServiceLevel#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#from ServiceLevel#from} */ readonly from: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#where ServiceLevel#where} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#where ServiceLevel#where} */ readonly where?: string; /** * select block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#select ServiceLevel#select} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#select ServiceLevel#select} */ readonly select?: ServiceLevelEventsValidEventsSelect; } @@ -940,25 +940,25 @@ export class ServiceLevelEventsValidEventsOutputReference extends cdktf.ComplexO } export interface ServiceLevelEvents { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#account_id ServiceLevel#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#account_id ServiceLevel#account_id} */ readonly accountId: number; /** * bad_events block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#bad_events ServiceLevel#bad_events} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#bad_events ServiceLevel#bad_events} */ readonly badEvents?: ServiceLevelEventsBadEvents; /** * good_events block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#good_events ServiceLevel#good_events} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#good_events ServiceLevel#good_events} */ readonly goodEvents?: ServiceLevelEventsGoodEvents; /** * valid_events block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#valid_events ServiceLevel#valid_events} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#valid_events ServiceLevel#valid_events} */ readonly validEvents: ServiceLevelEventsValidEvents; } @@ -1123,11 +1123,11 @@ export class ServiceLevelEventsOutputReference extends cdktf.ComplexObject { } export interface ServiceLevelObjectiveTimeWindowRolling { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#count ServiceLevel#count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#count ServiceLevel#count} */ readonly count: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#unit ServiceLevel#unit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#unit ServiceLevel#unit} */ readonly unit: string; } @@ -1236,7 +1236,7 @@ export interface ServiceLevelObjectiveTimeWindow { /** * rolling block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#rolling ServiceLevel#rolling} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#rolling ServiceLevel#rolling} */ readonly rolling: ServiceLevelObjectiveTimeWindowRolling; } @@ -1317,21 +1317,21 @@ export class ServiceLevelObjectiveTimeWindowOutputReference extends cdktf.Comple } export interface ServiceLevelObjective { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#description ServiceLevel#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#description ServiceLevel#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#name ServiceLevel#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#name ServiceLevel#name} */ readonly name?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#target ServiceLevel#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#target ServiceLevel#target} */ readonly target: number; /** * time_window block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#time_window ServiceLevel#time_window} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#time_window ServiceLevel#time_window} */ readonly timeWindow: ServiceLevelObjectiveTimeWindow; } @@ -1496,7 +1496,7 @@ export class ServiceLevelObjectiveOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level newrelic_service_level} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level newrelic_service_level} */ export class ServiceLevel extends cdktf.TerraformResource { @@ -1512,7 +1512,7 @@ export class ServiceLevel extends cdktf.TerraformResource { * Generates CDKTF code for importing a ServiceLevel resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ServiceLevel to import - * @param importFromId The id of the existing ServiceLevel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ServiceLevel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ServiceLevel to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1524,7 +1524,7 @@ export class ServiceLevel extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/service_level newrelic_service_level} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/service_level newrelic_service_level} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -1535,7 +1535,7 @@ export class ServiceLevel extends cdktf.TerraformResource { terraformResourceType: 'newrelic_service_level', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/synthetics-alert-condition/README.md b/src/synthetics-alert-condition/README.md index df3fe4ae5..52059720e 100644 --- a/src/synthetics-alert-condition/README.md +++ b/src/synthetics-alert-condition/README.md @@ -1,3 +1,3 @@ # `newrelic_synthetics_alert_condition` -Refer to the Terraform Registry for docs: [`newrelic_synthetics_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition). +Refer to the Terraform Registry for docs: [`newrelic_synthetics_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition). diff --git a/src/synthetics-alert-condition/index.ts b/src/synthetics-alert-condition/index.ts index bed584548..4274c08fe 100644 --- a/src/synthetics-alert-condition/index.ts +++ b/src/synthetics-alert-condition/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface SyntheticsAlertConditionConfig extends cdktf.TerraformMetaArgum /** * Set whether to enable the alert condition. Defaults to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#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. @@ -28,31 +28,31 @@ export interface SyntheticsAlertConditionConfig extends cdktf.TerraformMetaArgum /** * The ID of the Synthetics monitor to be referenced in the alert condition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id} */ readonly monitorId: string; /** * The title of this condition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name} */ readonly name: string; /** * The ID of the policy where this condition should be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id} */ readonly policyId: number; /** * Runbook URL to display in notifications. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url} */ readonly runbookUrl?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition} */ export class SyntheticsAlertCondition extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class SyntheticsAlertCondition extends cdktf.TerraformResource { * Generates CDKTF code for importing a SyntheticsAlertCondition resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SyntheticsAlertCondition to import - * @param importFromId The id of the existing SyntheticsAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SyntheticsAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SyntheticsAlertCondition to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -80,7 +80,7 @@ export class SyntheticsAlertCondition extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -91,7 +91,7 @@ export class SyntheticsAlertCondition extends cdktf.TerraformResource { terraformResourceType: 'newrelic_synthetics_alert_condition', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/synthetics-broken-links-monitor/README.md b/src/synthetics-broken-links-monitor/README.md index a1c7902f6..e205204dd 100644 --- a/src/synthetics-broken-links-monitor/README.md +++ b/src/synthetics-broken-links-monitor/README.md @@ -1,3 +1,3 @@ # `newrelic_synthetics_broken_links_monitor` -Refer to the Terraform Registry for docs: [`newrelic_synthetics_broken_links_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor). +Refer to the Terraform Registry for docs: [`newrelic_synthetics_broken_links_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor). diff --git a/src/synthetics-broken-links-monitor/index.ts b/src/synthetics-broken-links-monitor/index.ts index 9daf1ea9f..5899a7cd1 100644 --- a/src/synthetics-broken-links-monitor/index.ts +++ b/src/synthetics-broken-links-monitor/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface SyntheticsBrokenLinksMonitorConfig extends cdktf.TerraformMetaA /** * ID of the newrelic account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id} */ readonly accountId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#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. @@ -28,61 +28,61 @@ export interface SyntheticsBrokenLinksMonitorConfig extends cdktf.TerraformMetaA /** * List private location GUIDs for which the monitor will run. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private} */ readonly locationsPrivate?: string[]; /** * Publicly available location names in which the monitor will run. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public} */ readonly locationsPublic?: string[]; /** * The title of this monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name} */ readonly name: string; /** * The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period} */ readonly period: string; /** * The runtime type that the monitor will run. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type} */ readonly runtimeType?: string; /** * The specific semver version of the runtime type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version} */ readonly runtimeTypeVersion?: string; /** * The monitor status (ENABLED or DISABLED). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status} */ readonly status: string; /** * The URI the monitor runs against. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri} */ readonly uri: string; /** * A boolean attribute to be set true by the customer, if they would like to use the unsupported legacy runtime of Synthetic Monitors by means of an exemption given until the October 22, 2024 Legacy Runtime EOL. Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime} */ readonly useUnsupportedLegacyRuntime?: boolean | cdktf.IResolvable; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag} */ readonly tag?: SyntheticsBrokenLinksMonitorTag[] | cdktf.IResolvable; } @@ -90,13 +90,13 @@ export interface SyntheticsBrokenLinksMonitorTag { /** * Name of the tag key * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key} */ readonly key: string; /** * Values associated with the tag key * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values} */ readonly values: string[]; } @@ -235,7 +235,7 @@ export class SyntheticsBrokenLinksMonitorTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor} */ export class SyntheticsBrokenLinksMonitor extends cdktf.TerraformResource { @@ -251,7 +251,7 @@ export class SyntheticsBrokenLinksMonitor extends cdktf.TerraformResource { * Generates CDKTF code for importing a SyntheticsBrokenLinksMonitor resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SyntheticsBrokenLinksMonitor to import - * @param importFromId The id of the existing SyntheticsBrokenLinksMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SyntheticsBrokenLinksMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SyntheticsBrokenLinksMonitor to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -263,7 +263,7 @@ export class SyntheticsBrokenLinksMonitor extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -274,7 +274,7 @@ export class SyntheticsBrokenLinksMonitor extends cdktf.TerraformResource { terraformResourceType: 'newrelic_synthetics_broken_links_monitor', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/synthetics-cert-check-monitor/README.md b/src/synthetics-cert-check-monitor/README.md index 3d7465065..323c4d4f6 100644 --- a/src/synthetics-cert-check-monitor/README.md +++ b/src/synthetics-cert-check-monitor/README.md @@ -1,3 +1,3 @@ # `newrelic_synthetics_cert_check_monitor` -Refer to the Terraform Registry for docs: [`newrelic_synthetics_cert_check_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor). +Refer to the Terraform Registry for docs: [`newrelic_synthetics_cert_check_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor). diff --git a/src/synthetics-cert-check-monitor/index.ts b/src/synthetics-cert-check-monitor/index.ts index 633335e6f..ec7a8ef75 100644 --- a/src/synthetics-cert-check-monitor/index.ts +++ b/src/synthetics-cert-check-monitor/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +15,19 @@ export interface SyntheticsCertCheckMonitorConfig extends cdktf.TerraformMetaArg /** * ID of the newrelic account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#account_id SyntheticsCertCheckMonitor#account_id} */ readonly accountId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#certificate_expiration SyntheticsCertCheckMonitor#certificate_expiration} */ readonly certificateExpiration: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#domain SyntheticsCertCheckMonitor#domain} */ readonly domain: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#id SyntheticsCertCheckMonitor#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. @@ -36,55 +36,55 @@ export interface SyntheticsCertCheckMonitorConfig extends cdktf.TerraformMetaArg /** * The locations in which this monitor should be run. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_private SyntheticsCertCheckMonitor#locations_private} */ readonly locationsPrivate?: string[]; /** * The locations in which this monitor should be run. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#locations_public SyntheticsCertCheckMonitor#locations_public} */ readonly locationsPublic?: string[]; /** * name of the cert check monitor * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#name SyntheticsCertCheckMonitor#name} */ readonly name: string; /** * The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#period SyntheticsCertCheckMonitor#period} */ readonly period: string; /** * The runtime type that the monitor will run. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type SyntheticsCertCheckMonitor#runtime_type} */ readonly runtimeType?: string; /** * The specific semver version of the runtime type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#runtime_type_version SyntheticsCertCheckMonitor#runtime_type_version} */ readonly runtimeTypeVersion?: string; /** * The monitor status (ENABLED or DISABLED). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#status SyntheticsCertCheckMonitor#status} */ readonly status: string; /** * A boolean attribute to be set true by the customer, if they would like to use the unsupported legacy runtime of Synthetic Monitors by means of an exemption given until the October 22, 2024 Legacy Runtime EOL. Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#use_unsupported_legacy_runtime SyntheticsCertCheckMonitor#use_unsupported_legacy_runtime} */ readonly useUnsupportedLegacyRuntime?: boolean | cdktf.IResolvable; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#tag SyntheticsCertCheckMonitor#tag} */ readonly tag?: SyntheticsCertCheckMonitorTag[] | cdktf.IResolvable; } @@ -92,13 +92,13 @@ export interface SyntheticsCertCheckMonitorTag { /** * Name of the tag key * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#key SyntheticsCertCheckMonitor#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#key SyntheticsCertCheckMonitor#key} */ readonly key: string; /** * Values associated with the tag key * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#values SyntheticsCertCheckMonitor#values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#values SyntheticsCertCheckMonitor#values} */ readonly values: string[]; } @@ -237,7 +237,7 @@ export class SyntheticsCertCheckMonitorTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor newrelic_synthetics_cert_check_monitor} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor newrelic_synthetics_cert_check_monitor} */ export class SyntheticsCertCheckMonitor extends cdktf.TerraformResource { @@ -253,7 +253,7 @@ export class SyntheticsCertCheckMonitor extends cdktf.TerraformResource { * Generates CDKTF code for importing a SyntheticsCertCheckMonitor resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SyntheticsCertCheckMonitor to import - * @param importFromId The id of the existing SyntheticsCertCheckMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SyntheticsCertCheckMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SyntheticsCertCheckMonitor to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -265,7 +265,7 @@ export class SyntheticsCertCheckMonitor extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_cert_check_monitor newrelic_synthetics_cert_check_monitor} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_cert_check_monitor newrelic_synthetics_cert_check_monitor} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -276,7 +276,7 @@ export class SyntheticsCertCheckMonitor extends cdktf.TerraformResource { terraformResourceType: 'newrelic_synthetics_cert_check_monitor', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/synthetics-monitor/README.md b/src/synthetics-monitor/README.md index dce54cce5..d145bf31a 100644 --- a/src/synthetics-monitor/README.md +++ b/src/synthetics-monitor/README.md @@ -1,3 +1,3 @@ # `newrelic_synthetics_monitor` -Refer to the Terraform Registry for docs: [`newrelic_synthetics_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor). +Refer to the Terraform Registry for docs: [`newrelic_synthetics_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor). diff --git a/src/synthetics-monitor/index.ts b/src/synthetics-monitor/index.ts index 0630fd8bb..9db5a0253 100644 --- a/src/synthetics-monitor/index.ts +++ b/src/synthetics-monitor/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,35 +15,47 @@ export interface SyntheticsMonitorConfig extends cdktf.TerraformMetaArguments { /** * ID of the newrelic account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#account_id SyntheticsMonitor#account_id} */ readonly accountId?: number; /** + * The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#browsers SyntheticsMonitor#browsers} + */ + readonly browsers?: string[]; + /** * Bypass HEAD request. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#bypass_head_request SyntheticsMonitor#bypass_head_request} */ readonly bypassHeadRequest?: boolean | cdktf.IResolvable; /** * The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_orientation SyntheticsMonitor#device_orientation} */ readonly deviceOrientation?: string; /** * The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#device_type SyntheticsMonitor#device_type} */ readonly deviceType?: string; /** + * The multiple devices list on which synthetic monitors will run. Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#devices SyntheticsMonitor#devices} + */ + readonly devices?: string[]; + /** * Capture a screenshot during job execution * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#enable_screenshot_on_failure_and_script SyntheticsMonitor#enable_screenshot_on_failure_and_script} */ readonly enableScreenshotOnFailureAndScript?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#id SyntheticsMonitor#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#id SyntheticsMonitor#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. @@ -52,97 +64,97 @@ export interface SyntheticsMonitorConfig extends cdktf.TerraformMetaArguments { /** * The locations in which this monitor should be run. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_private SyntheticsMonitor#locations_private} */ readonly locationsPrivate?: string[]; /** * The locations in which this monitor should be run. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#locations_public SyntheticsMonitor#locations_public} */ readonly locationsPublic?: string[]; /** * The title of this monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} */ readonly name: string; /** * The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#period SyntheticsMonitor#period} */ readonly period?: string; /** * The runtime type that the monitor will run * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type SyntheticsMonitor#runtime_type} */ readonly runtimeType?: string; /** * The specific version of the runtime type selected * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#runtime_type_version SyntheticsMonitor#runtime_type_version} */ readonly runtimeTypeVersion?: string; /** * The programing language that should execute the script * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#script_language SyntheticsMonitor#script_language} */ readonly scriptLanguage?: string; /** * The monitor status (ENABLED or DISABLED). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#status SyntheticsMonitor#status} */ readonly status: string; /** * Fail the monitor check if redirected. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#treat_redirect_as_failure SyntheticsMonitor#treat_redirect_as_failure} */ readonly treatRedirectAsFailure?: boolean | cdktf.IResolvable; /** * The monitor type. Valid values are SIMPLE AND BROWSER. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#type SyntheticsMonitor#type} */ readonly type: string; /** * The URI for the monitor to hit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#uri SyntheticsMonitor#uri} */ readonly uri?: string; /** * A boolean attribute to be set true by the customer, if they would like to use the unsupported legacy runtime of Synthetic Monitors by means of an exemption given until the October 22, 2024 Legacy Runtime EOL. Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#use_unsupported_legacy_runtime SyntheticsMonitor#use_unsupported_legacy_runtime} */ readonly useUnsupportedLegacyRuntime?: boolean | cdktf.IResolvable; /** * The string to validate against in the response. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#validation_string SyntheticsMonitor#validation_string} */ readonly validationString?: string; /** * Verify SSL. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#verify_ssl SyntheticsMonitor#verify_ssl} */ readonly verifySsl?: boolean | cdktf.IResolvable; /** * custom_header block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#custom_header SyntheticsMonitor#custom_header} */ readonly customHeader?: SyntheticsMonitorCustomHeader[] | cdktf.IResolvable; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#tag SyntheticsMonitor#tag} */ readonly tag?: SyntheticsMonitorTag[] | cdktf.IResolvable; } @@ -150,13 +162,13 @@ export interface SyntheticsMonitorCustomHeader { /** * Header name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#name SyntheticsMonitor#name} */ readonly name?: string; /** * Header value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#value SyntheticsMonitor#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#value SyntheticsMonitor#value} */ readonly value?: string; } @@ -303,13 +315,13 @@ export interface SyntheticsMonitorTag { /** * Name of the tag key * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#key SyntheticsMonitor#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#key SyntheticsMonitor#key} */ readonly key: string; /** * Values associated with the tag key * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#values SyntheticsMonitor#values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#values SyntheticsMonitor#values} */ readonly values: string[]; } @@ -448,7 +460,7 @@ export class SyntheticsMonitorTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor newrelic_synthetics_monitor} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor newrelic_synthetics_monitor} */ export class SyntheticsMonitor extends cdktf.TerraformResource { @@ -464,7 +476,7 @@ export class SyntheticsMonitor extends cdktf.TerraformResource { * Generates CDKTF code for importing a SyntheticsMonitor resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SyntheticsMonitor to import - * @param importFromId The id of the existing SyntheticsMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SyntheticsMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SyntheticsMonitor to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -476,7 +488,7 @@ export class SyntheticsMonitor extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_monitor newrelic_synthetics_monitor} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_monitor newrelic_synthetics_monitor} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -487,7 +499,7 @@ export class SyntheticsMonitor extends cdktf.TerraformResource { terraformResourceType: 'newrelic_synthetics_monitor', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, @@ -499,9 +511,11 @@ export class SyntheticsMonitor extends cdktf.TerraformResource { forEach: config.forEach }); this._accountId = config.accountId; + this._browsers = config.browsers; this._bypassHeadRequest = config.bypassHeadRequest; this._deviceOrientation = config.deviceOrientation; this._deviceType = config.deviceType; + this._devices = config.devices; this._enableScreenshotOnFailureAndScript = config.enableScreenshotOnFailureAndScript; this._id = config.id; this._locationsPrivate = config.locationsPrivate; @@ -542,6 +556,22 @@ export class SyntheticsMonitor extends cdktf.TerraformResource { return this._accountId; } + // browsers - computed: false, optional: true, required: false + private _browsers?: string[]; + public get browsers() { + return cdktf.Fn.tolist(this.getListAttribute('browsers')); + } + public set browsers(value: string[]) { + this._browsers = value; + } + public resetBrowsers() { + this._browsers = undefined; + } + // Temporarily expose input value. Use with caution. + public get browsersInput() { + return this._browsers; + } + // bypass_head_request - computed: false, optional: true, required: false private _bypassHeadRequest?: boolean | cdktf.IResolvable; public get bypassHeadRequest() { @@ -590,6 +620,22 @@ export class SyntheticsMonitor extends cdktf.TerraformResource { return this._deviceType; } + // devices - computed: false, optional: true, required: false + private _devices?: string[]; + public get devices() { + return cdktf.Fn.tolist(this.getListAttribute('devices')); + } + public set devices(value: string[]) { + this._devices = value; + } + public resetDevices() { + this._devices = undefined; + } + // Temporarily expose input value. Use with caution. + public get devicesInput() { + return this._devices; + } + // enable_screenshot_on_failure_and_script - computed: false, optional: true, required: false private _enableScreenshotOnFailureAndScript?: boolean | cdktf.IResolvable; public get enableScreenshotOnFailureAndScript() { @@ -881,9 +927,11 @@ export class SyntheticsMonitor extends cdktf.TerraformResource { protected synthesizeAttributes(): { [name: string]: any } { return { account_id: cdktf.numberToTerraform(this._accountId), + browsers: cdktf.listMapper(cdktf.stringToTerraform, false)(this._browsers), bypass_head_request: cdktf.booleanToTerraform(this._bypassHeadRequest), device_orientation: cdktf.stringToTerraform(this._deviceOrientation), device_type: cdktf.stringToTerraform(this._deviceType), + devices: cdktf.listMapper(cdktf.stringToTerraform, false)(this._devices), enable_screenshot_on_failure_and_script: cdktf.booleanToTerraform(this._enableScreenshotOnFailureAndScript), id: cdktf.stringToTerraform(this._id), locations_private: cdktf.listMapper(cdktf.stringToTerraform, false)(this._locationsPrivate), @@ -913,6 +961,12 @@ export class SyntheticsMonitor extends cdktf.TerraformResource { type: "simple", storageClassType: "number", }, + browsers: { + value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._browsers), + isBlock: false, + type: "set", + storageClassType: "stringList", + }, bypass_head_request: { value: cdktf.booleanToHclTerraform(this._bypassHeadRequest), isBlock: false, @@ -931,6 +985,12 @@ export class SyntheticsMonitor extends cdktf.TerraformResource { type: "simple", storageClassType: "string", }, + devices: { + value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._devices), + isBlock: false, + type: "set", + storageClassType: "stringList", + }, enable_screenshot_on_failure_and_script: { value: cdktf.booleanToHclTerraform(this._enableScreenshotOnFailureAndScript), isBlock: false, diff --git a/src/synthetics-multilocation-alert-condition/README.md b/src/synthetics-multilocation-alert-condition/README.md index cb65f184c..feac799fd 100644 --- a/src/synthetics-multilocation-alert-condition/README.md +++ b/src/synthetics-multilocation-alert-condition/README.md @@ -1,3 +1,3 @@ # `newrelic_synthetics_multilocation_alert_condition` -Refer to the Terraform Registry for docs: [`newrelic_synthetics_multilocation_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition). +Refer to the Terraform Registry for docs: [`newrelic_synthetics_multilocation_alert_condition`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition). diff --git a/src/synthetics-multilocation-alert-condition/index.ts b/src/synthetics-multilocation-alert-condition/index.ts index 72b389145..c11182cc9 100644 --- a/src/synthetics-multilocation-alert-condition/index.ts +++ b/src/synthetics-multilocation-alert-condition/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface SyntheticsMultilocationAlertConditionConfig extends cdktf.Terra /** * Set whether to enable the alert condition. Defaults to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#enabled SyntheticsMultilocationAlertCondition#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** * The GUIDs of the Synthetics monitors to alert on. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#entities SyntheticsMultilocationAlertCondition#entities} */ readonly entities: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#id SyntheticsMultilocationAlertCondition#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. @@ -34,37 +34,37 @@ export interface SyntheticsMultilocationAlertConditionConfig extends cdktf.Terra /** * The title of this condition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#name SyntheticsMultilocationAlertCondition#name} */ readonly name: string; /** * The ID of the policy where this condition will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#policy_id SyntheticsMultilocationAlertCondition#policy_id} */ readonly policyId: number; /** * Runbook URL to display in notifications. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#runbook_url SyntheticsMultilocationAlertCondition#runbook_url} */ readonly runbookUrl?: string; /** * Sets a time limit, in seconds, that will automatically force-close a long-lasting incident after the time limit you select. Must be in the range of 300 to 2592000 (inclusive) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#violation_time_limit_seconds SyntheticsMultilocationAlertCondition#violation_time_limit_seconds} */ readonly violationTimeLimitSeconds?: number; /** * critical block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#critical SyntheticsMultilocationAlertCondition#critical} */ readonly critical: SyntheticsMultilocationAlertConditionCritical; /** * warning block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#warning SyntheticsMultilocationAlertCondition#warning} */ readonly warning?: SyntheticsMultilocationAlertConditionWarning; } @@ -72,7 +72,7 @@ export interface SyntheticsMultilocationAlertConditionCritical { /** * The minimum number of monitor locations that must be concurrently failing before an incident is opened. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} */ readonly threshold: number; } @@ -155,7 +155,7 @@ export interface SyntheticsMultilocationAlertConditionWarning { /** * The minimum number of monitor locations that must be concurrently failing before an incident is opened. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#threshold SyntheticsMultilocationAlertCondition#threshold} */ readonly threshold: number; } @@ -236,7 +236,7 @@ export class SyntheticsMultilocationAlertConditionWarningOutputReference extends } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition} */ export class SyntheticsMultilocationAlertCondition extends cdktf.TerraformResource { @@ -252,7 +252,7 @@ export class SyntheticsMultilocationAlertCondition extends cdktf.TerraformResour * Generates CDKTF code for importing a SyntheticsMultilocationAlertCondition resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SyntheticsMultilocationAlertCondition to import - * @param importFromId The id of the existing SyntheticsMultilocationAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SyntheticsMultilocationAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SyntheticsMultilocationAlertCondition to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -264,7 +264,7 @@ export class SyntheticsMultilocationAlertCondition extends cdktf.TerraformResour // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_multilocation_alert_condition newrelic_synthetics_multilocation_alert_condition} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -275,7 +275,7 @@ export class SyntheticsMultilocationAlertCondition extends cdktf.TerraformResour terraformResourceType: 'newrelic_synthetics_multilocation_alert_condition', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/synthetics-private-location/README.md b/src/synthetics-private-location/README.md index b29098fca..9f1cf6a6e 100644 --- a/src/synthetics-private-location/README.md +++ b/src/synthetics-private-location/README.md @@ -1,3 +1,3 @@ # `newrelic_synthetics_private_location` -Refer to the Terraform Registry for docs: [`newrelic_synthetics_private_location`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location). +Refer to the Terraform Registry for docs: [`newrelic_synthetics_private_location`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location). diff --git a/src/synthetics-private-location/index.ts b/src/synthetics-private-location/index.ts index 6f9a3d861..e2ab23714 100644 --- a/src/synthetics-private-location/index.ts +++ b/src/synthetics-private-location/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface SyntheticsPrivateLocationConfig extends cdktf.TerraformMetaArgu /** * The ID of the account in New Relic. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#account_id SyntheticsPrivateLocation#account_id} */ readonly accountId?: number; /** * The private location description. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description} */ readonly description: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#id SyntheticsPrivateLocation#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. @@ -34,19 +34,19 @@ export interface SyntheticsPrivateLocationConfig extends cdktf.TerraformMetaArgu /** * The name of the private location. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name} */ readonly name: string; /** * The private location requires a password to edit if value is true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#verified_script_execution SyntheticsPrivateLocation#verified_script_execution} */ readonly verifiedScriptExecution?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location newrelic_synthetics_private_location} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location newrelic_synthetics_private_location} */ export class SyntheticsPrivateLocation extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class SyntheticsPrivateLocation extends cdktf.TerraformResource { * Generates CDKTF code for importing a SyntheticsPrivateLocation resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SyntheticsPrivateLocation to import - * @param importFromId The id of the existing SyntheticsPrivateLocation that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SyntheticsPrivateLocation that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SyntheticsPrivateLocation to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class SyntheticsPrivateLocation extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_private_location newrelic_synthetics_private_location} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_private_location newrelic_synthetics_private_location} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class SyntheticsPrivateLocation extends cdktf.TerraformResource { terraformResourceType: 'newrelic_synthetics_private_location', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/synthetics-script-monitor/README.md b/src/synthetics-script-monitor/README.md index 2a6fdc6cf..bf53ad745 100644 --- a/src/synthetics-script-monitor/README.md +++ b/src/synthetics-script-monitor/README.md @@ -1,3 +1,3 @@ # `newrelic_synthetics_script_monitor` -Refer to the Terraform Registry for docs: [`newrelic_synthetics_script_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor). +Refer to the Terraform Registry for docs: [`newrelic_synthetics_script_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor). diff --git a/src/synthetics-script-monitor/index.ts b/src/synthetics-script-monitor/index.ts index 0a023daad..867d4ad95 100644 --- a/src/synthetics-script-monitor/index.ts +++ b/src/synthetics-script-monitor/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,41 @@ export interface SyntheticsScriptMonitorConfig extends cdktf.TerraformMetaArgume /** * ID of the newrelic account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#account_id SyntheticsScriptMonitor#account_id} */ readonly accountId?: number; /** + * The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#browsers SyntheticsScriptMonitor#browsers} + */ + readonly browsers?: string[]; + /** * The device orientation the user would like to represent. Valid values are LANDSCAPE, PORTRAIT, or NONE. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_orientation SyntheticsScriptMonitor#device_orientation} */ readonly deviceOrientation?: string; /** * The device type that a user can select. Valid values are MOBILE, TABLET, or NONE. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#device_type SyntheticsScriptMonitor#device_type} */ readonly deviceType?: string; /** + * The multiple devices list on which synthetic monitors will run. Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#devices SyntheticsScriptMonitor#devices} + */ + readonly devices?: string[]; + /** * Capture a screenshot during job execution. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#enable_screenshot_on_failure_and_script SyntheticsScriptMonitor#enable_screenshot_on_failure_and_script} */ readonly enableScreenshotOnFailureAndScript?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#id SyntheticsScriptMonitor#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. @@ -46,73 +58,73 @@ export interface SyntheticsScriptMonitorConfig extends cdktf.TerraformMetaArgume /** * The public location(s) that the monitor will run jobs from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#locations_public SyntheticsScriptMonitor#locations_public} */ readonly locationsPublic?: string[]; /** * The title of this monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#name SyntheticsScriptMonitor#name} */ readonly name: string; /** * The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#period SyntheticsScriptMonitor#period} */ readonly period: string; /** * The runtime type that the monitor will run. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type SyntheticsScriptMonitor#runtime_type} */ readonly runtimeType?: string; /** * The specific semver version of the runtime type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#runtime_type_version SyntheticsScriptMonitor#runtime_type_version} */ readonly runtimeTypeVersion?: string; /** * The script that the monitor runs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script SyntheticsScriptMonitor#script} */ readonly script?: string; /** * The programing language that should execute the script. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#script_language SyntheticsScriptMonitor#script_language} */ readonly scriptLanguage?: string; /** * The monitor status (ENABLED or DISABLED). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#status SyntheticsScriptMonitor#status} */ readonly status: string; /** * The monitor type. Valid values are SCRIPT_BROWSER, and SCRIPT_API. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#type SyntheticsScriptMonitor#type} */ readonly type: string; /** * A boolean attribute to be set true by the customer, if they would like to use the unsupported legacy runtime of Synthetic Monitors by means of an exemption given until the October 22, 2024 Legacy Runtime EOL. Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#use_unsupported_legacy_runtime SyntheticsScriptMonitor#use_unsupported_legacy_runtime} */ readonly useUnsupportedLegacyRuntime?: boolean | cdktf.IResolvable; /** * location_private block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#location_private SyntheticsScriptMonitor#location_private} */ readonly locationPrivate?: SyntheticsScriptMonitorLocationPrivate[] | cdktf.IResolvable; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#tag SyntheticsScriptMonitor#tag} */ readonly tag?: SyntheticsScriptMonitorTag[] | cdktf.IResolvable; } @@ -120,13 +132,13 @@ export interface SyntheticsScriptMonitorLocationPrivate { /** * The unique identifier for the Synthetics private location in New Relic. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#guid SyntheticsScriptMonitor#guid} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#guid SyntheticsScriptMonitor#guid} */ readonly guid: string; /** * The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#vse_password SyntheticsScriptMonitor#vse_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#vse_password SyntheticsScriptMonitor#vse_password} */ readonly vsePassword?: string; } @@ -270,13 +282,13 @@ export interface SyntheticsScriptMonitorTag { /** * Name of the tag key * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#key SyntheticsScriptMonitor#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#key SyntheticsScriptMonitor#key} */ readonly key: string; /** * Values associated with the tag key * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#values SyntheticsScriptMonitor#values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#values SyntheticsScriptMonitor#values} */ readonly values: string[]; } @@ -415,7 +427,7 @@ export class SyntheticsScriptMonitorTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor} */ export class SyntheticsScriptMonitor extends cdktf.TerraformResource { @@ -431,7 +443,7 @@ export class SyntheticsScriptMonitor extends cdktf.TerraformResource { * Generates CDKTF code for importing a SyntheticsScriptMonitor resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SyntheticsScriptMonitor to import - * @param importFromId The id of the existing SyntheticsScriptMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SyntheticsScriptMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SyntheticsScriptMonitor to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -443,7 +455,7 @@ export class SyntheticsScriptMonitor extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_script_monitor newrelic_synthetics_script_monitor} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -454,7 +466,7 @@ export class SyntheticsScriptMonitor extends cdktf.TerraformResource { terraformResourceType: 'newrelic_synthetics_script_monitor', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, @@ -466,8 +478,10 @@ export class SyntheticsScriptMonitor extends cdktf.TerraformResource { forEach: config.forEach }); this._accountId = config.accountId; + this._browsers = config.browsers; this._deviceOrientation = config.deviceOrientation; this._deviceType = config.deviceType; + this._devices = config.devices; this._enableScreenshotOnFailureAndScript = config.enableScreenshotOnFailureAndScript; this._id = config.id; this._locationsPublic = config.locationsPublic; @@ -504,6 +518,22 @@ export class SyntheticsScriptMonitor extends cdktf.TerraformResource { return this._accountId; } + // browsers - computed: false, optional: true, required: false + private _browsers?: string[]; + public get browsers() { + return cdktf.Fn.tolist(this.getListAttribute('browsers')); + } + public set browsers(value: string[]) { + this._browsers = value; + } + public resetBrowsers() { + this._browsers = undefined; + } + // Temporarily expose input value. Use with caution. + public get browsersInput() { + return this._browsers; + } + // device_orientation - computed: false, optional: true, required: false private _deviceOrientation?: string; public get deviceOrientation() { @@ -536,6 +566,22 @@ export class SyntheticsScriptMonitor extends cdktf.TerraformResource { return this._deviceType; } + // devices - computed: false, optional: true, required: false + private _devices?: string[]; + public get devices() { + return cdktf.Fn.tolist(this.getListAttribute('devices')); + } + public set devices(value: string[]) { + this._devices = value; + } + public resetDevices() { + this._devices = undefined; + } + // Temporarily expose input value. Use with caution. + public get devicesInput() { + return this._devices; + } + // enable_screenshot_on_failure_and_script - computed: false, optional: true, required: false private _enableScreenshotOnFailureAndScript?: boolean | cdktf.IResolvable; public get enableScreenshotOnFailureAndScript() { @@ -765,8 +811,10 @@ export class SyntheticsScriptMonitor extends cdktf.TerraformResource { protected synthesizeAttributes(): { [name: string]: any } { return { account_id: cdktf.numberToTerraform(this._accountId), + browsers: cdktf.listMapper(cdktf.stringToTerraform, false)(this._browsers), device_orientation: cdktf.stringToTerraform(this._deviceOrientation), device_type: cdktf.stringToTerraform(this._deviceType), + devices: cdktf.listMapper(cdktf.stringToTerraform, false)(this._devices), enable_screenshot_on_failure_and_script: cdktf.booleanToTerraform(this._enableScreenshotOnFailureAndScript), id: cdktf.stringToTerraform(this._id), locations_public: cdktf.listMapper(cdktf.stringToTerraform, false)(this._locationsPublic), @@ -792,6 +840,12 @@ export class SyntheticsScriptMonitor extends cdktf.TerraformResource { type: "simple", storageClassType: "number", }, + browsers: { + value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._browsers), + isBlock: false, + type: "set", + storageClassType: "stringList", + }, device_orientation: { value: cdktf.stringToHclTerraform(this._deviceOrientation), isBlock: false, @@ -804,6 +858,12 @@ export class SyntheticsScriptMonitor extends cdktf.TerraformResource { type: "simple", storageClassType: "string", }, + devices: { + value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._devices), + isBlock: false, + type: "set", + storageClassType: "stringList", + }, enable_screenshot_on_failure_and_script: { value: cdktf.booleanToHclTerraform(this._enableScreenshotOnFailureAndScript), isBlock: false, diff --git a/src/synthetics-secure-credential/README.md b/src/synthetics-secure-credential/README.md index 06f080337..dac19de2e 100644 --- a/src/synthetics-secure-credential/README.md +++ b/src/synthetics-secure-credential/README.md @@ -1,3 +1,3 @@ # `newrelic_synthetics_secure_credential` -Refer to the Terraform Registry for docs: [`newrelic_synthetics_secure_credential`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential). +Refer to the Terraform Registry for docs: [`newrelic_synthetics_secure_credential`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential). diff --git a/src/synthetics-secure-credential/index.ts b/src/synthetics-secure-credential/index.ts index 61d1fa710..022ae6ef1 100644 --- a/src/synthetics-secure-credential/index.ts +++ b/src/synthetics-secure-credential/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface SyntheticsSecureCredentialConfig extends cdktf.TerraformMetaArg /** * The New Relic account ID where you want to create the secure credential. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#account_id SyntheticsSecureCredential#account_id} */ readonly accountId?: number; /** * The secure credential's description. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#description SyntheticsSecureCredential#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#id SyntheticsSecureCredential#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. @@ -34,31 +34,31 @@ export interface SyntheticsSecureCredentialConfig extends cdktf.TerraformMetaArg /** * The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#key SyntheticsSecureCredential#key} */ readonly key: string; /** * The time the secure credential was last updated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#last_updated SyntheticsSecureCredential#last_updated} */ readonly lastUpdated?: string; /** * The secure credential's value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#value SyntheticsSecureCredential#value} */ readonly value: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#timeouts SyntheticsSecureCredential#timeouts} */ readonly timeouts?: SyntheticsSecureCredentialTimeouts; } export interface SyntheticsSecureCredentialTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#read SyntheticsSecureCredential#read} */ readonly read?: string; } @@ -152,7 +152,7 @@ export class SyntheticsSecureCredentialTimeoutsOutputReference extends cdktf.Com } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential} */ export class SyntheticsSecureCredential extends cdktf.TerraformResource { @@ -168,7 +168,7 @@ export class SyntheticsSecureCredential extends cdktf.TerraformResource { * Generates CDKTF code for importing a SyntheticsSecureCredential resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SyntheticsSecureCredential to import - * @param importFromId The id of the existing SyntheticsSecureCredential that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SyntheticsSecureCredential that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SyntheticsSecureCredential to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -180,7 +180,7 @@ export class SyntheticsSecureCredential extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_secure_credential newrelic_synthetics_secure_credential} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -191,7 +191,7 @@ export class SyntheticsSecureCredential extends cdktf.TerraformResource { terraformResourceType: 'newrelic_synthetics_secure_credential', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/synthetics-step-monitor/README.md b/src/synthetics-step-monitor/README.md index adcf4ae2d..7c08aca4d 100644 --- a/src/synthetics-step-monitor/README.md +++ b/src/synthetics-step-monitor/README.md @@ -1,3 +1,3 @@ # `newrelic_synthetics_step_monitor` -Refer to the Terraform Registry for docs: [`newrelic_synthetics_step_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor). +Refer to the Terraform Registry for docs: [`newrelic_synthetics_step_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor). diff --git a/src/synthetics-step-monitor/index.ts b/src/synthetics-step-monitor/index.ts index 4224a76d0..b665d96d1 100644 --- a/src/synthetics-step-monitor/index.ts +++ b/src/synthetics-step-monitor/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,29 @@ export interface SyntheticsStepMonitorConfig extends cdktf.TerraformMetaArgument /** * ID of the newrelic account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id} */ readonly accountId?: number; /** + * The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#browsers SyntheticsStepMonitor#browsers} + */ + readonly browsers?: string[]; + /** + * The multiple devices list on which synthetic monitors will run. Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#devices SyntheticsStepMonitor#devices} + */ + readonly devices?: string[]; + /** * Capture a screenshot during job execution. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script} */ readonly enableScreenshotOnFailureAndScript?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#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. @@ -34,61 +46,61 @@ export interface SyntheticsStepMonitorConfig extends cdktf.TerraformMetaArgument /** * The public location(s) that the monitor will run jobs from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public} */ readonly locationsPublic?: string[]; /** * The title of this monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name} */ readonly name: string; /** * The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period} */ readonly period: string; /** * The runtime type that the monitor will run. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type} */ readonly runtimeType?: string; /** * The specific semver version of the runtime type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version} */ readonly runtimeTypeVersion?: string; /** * The monitor status (ENABLED or DISABLED). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status} */ readonly status: string; /** * A boolean attribute to be set true by the customer, if they would like to use the unsupported legacy runtime of Synthetic Monitors by means of an exemption given until the October 22, 2024 Legacy Runtime EOL. Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime} */ readonly useUnsupportedLegacyRuntime?: boolean | cdktf.IResolvable; /** * location_private block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private} */ readonly locationPrivate?: SyntheticsStepMonitorLocationPrivate[] | cdktf.IResolvable; /** * steps block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps} */ readonly steps: SyntheticsStepMonitorSteps[] | cdktf.IResolvable; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag} */ readonly tag?: SyntheticsStepMonitorTag[] | cdktf.IResolvable; } @@ -96,13 +108,13 @@ export interface SyntheticsStepMonitorLocationPrivate { /** * The unique identifier for the Synthetics private location in New Relic. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid} */ readonly guid: string; /** * The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password} */ readonly vsePassword?: string; } @@ -246,19 +258,19 @@ export interface SyntheticsStepMonitorSteps { /** * The position of the step within the script ranging from 0-100 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal} */ readonly ordinal: number; /** * The type of step to be added to the script. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type} */ readonly type: string; /** * The metadata values related to the check the step performs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} */ readonly values?: string[]; } @@ -428,13 +440,13 @@ export interface SyntheticsStepMonitorTag { /** * Name of the tag key * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key} */ readonly key: string; /** * Values associated with the tag key * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values} */ readonly values: string[]; } @@ -573,7 +585,7 @@ export class SyntheticsStepMonitorTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor} */ export class SyntheticsStepMonitor extends cdktf.TerraformResource { @@ -589,7 +601,7 @@ export class SyntheticsStepMonitor extends cdktf.TerraformResource { * Generates CDKTF code for importing a SyntheticsStepMonitor resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SyntheticsStepMonitor to import - * @param importFromId The id of the existing SyntheticsStepMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SyntheticsStepMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SyntheticsStepMonitor to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -601,7 +613,7 @@ export class SyntheticsStepMonitor extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -612,7 +624,7 @@ export class SyntheticsStepMonitor extends cdktf.TerraformResource { terraformResourceType: 'newrelic_synthetics_step_monitor', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, @@ -624,6 +636,8 @@ export class SyntheticsStepMonitor extends cdktf.TerraformResource { forEach: config.forEach }); this._accountId = config.accountId; + this._browsers = config.browsers; + this._devices = config.devices; this._enableScreenshotOnFailureAndScript = config.enableScreenshotOnFailureAndScript; this._id = config.id; this._locationsPublic = config.locationsPublic; @@ -658,6 +672,38 @@ export class SyntheticsStepMonitor extends cdktf.TerraformResource { return this._accountId; } + // browsers - computed: false, optional: true, required: false + private _browsers?: string[]; + public get browsers() { + return cdktf.Fn.tolist(this.getListAttribute('browsers')); + } + public set browsers(value: string[]) { + this._browsers = value; + } + public resetBrowsers() { + this._browsers = undefined; + } + // Temporarily expose input value. Use with caution. + public get browsersInput() { + return this._browsers; + } + + // devices - computed: false, optional: true, required: false + private _devices?: string[]; + public get devices() { + return cdktf.Fn.tolist(this.getListAttribute('devices')); + } + public set devices(value: string[]) { + this._devices = value; + } + public resetDevices() { + this._devices = undefined; + } + // Temporarily expose input value. Use with caution. + public get devicesInput() { + return this._devices; + } + // enable_screenshot_on_failure_and_script - computed: false, optional: true, required: false private _enableScreenshotOnFailureAndScript?: boolean | cdktf.IResolvable; public get enableScreenshotOnFailureAndScript() { @@ -855,6 +901,8 @@ export class SyntheticsStepMonitor extends cdktf.TerraformResource { protected synthesizeAttributes(): { [name: string]: any } { return { account_id: cdktf.numberToTerraform(this._accountId), + browsers: cdktf.listMapper(cdktf.stringToTerraform, false)(this._browsers), + devices: cdktf.listMapper(cdktf.stringToTerraform, false)(this._devices), enable_screenshot_on_failure_and_script: cdktf.booleanToTerraform(this._enableScreenshotOnFailureAndScript), id: cdktf.stringToTerraform(this._id), locations_public: cdktf.listMapper(cdktf.stringToTerraform, false)(this._locationsPublic), @@ -878,6 +926,18 @@ export class SyntheticsStepMonitor extends cdktf.TerraformResource { type: "simple", storageClassType: "number", }, + browsers: { + value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._browsers), + isBlock: false, + type: "set", + storageClassType: "stringList", + }, + devices: { + value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._devices), + isBlock: false, + type: "set", + storageClassType: "stringList", + }, enable_screenshot_on_failure_and_script: { value: cdktf.booleanToHclTerraform(this._enableScreenshotOnFailureAndScript), isBlock: false, diff --git a/src/user/README.md b/src/user/README.md index d248b4e72..ca2a52775 100644 --- a/src/user/README.md +++ b/src/user/README.md @@ -1,3 +1,3 @@ # `newrelic_user` -Refer to the Terraform Registry for docs: [`newrelic_user`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user). +Refer to the Terraform Registry for docs: [`newrelic_user`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user). diff --git a/src/user/index.ts b/src/user/index.ts index 203e8d4e3..f5dd14f4e 100644 --- a/src/user/index.ts +++ b/src/user/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface UserConfig extends cdktf.TerraformMetaArguments { /** * The ID of the authentication domain the user will belong to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#authentication_domain_id User#authentication_domain_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#authentication_domain_id User#authentication_domain_id} */ readonly authenticationDomainId: string; /** * The email ID of the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#email_id User#email_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#email_id User#email_id} */ readonly emailId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#id User#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#id User#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. @@ -34,19 +34,19 @@ export interface UserConfig extends cdktf.TerraformMetaArguments { /** * The name of the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#name User#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#name User#name} */ readonly name: string; /** * The type of the user to be created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#user_type User#user_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#user_type User#user_type} */ readonly userType?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user newrelic_user} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user newrelic_user} */ export class User extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class User extends cdktf.TerraformResource { * Generates CDKTF code for importing a User resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the User to import - * @param importFromId The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the User to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class User extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/user newrelic_user} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/user newrelic_user} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class User extends cdktf.TerraformResource { terraformResourceType: 'newrelic_user', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/version.json b/src/version.json index d601b448f..b68062dce 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "registry.terraform.io/newrelic/newrelic": "3.45.2" + "registry.terraform.io/newrelic/newrelic": "3.46.0" } diff --git a/src/workflow/README.md b/src/workflow/README.md index 02543b886..258bd00e0 100644 --- a/src/workflow/README.md +++ b/src/workflow/README.md @@ -1,3 +1,3 @@ # `newrelic_workflow` -Refer to the Terraform Registry for docs: [`newrelic_workflow`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow). +Refer to the Terraform Registry for docs: [`newrelic_workflow`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow). diff --git a/src/workflow/index.ts b/src/workflow/index.ts index 4c58f5a03..a24a3f3c7 100644 --- a/src/workflow/index.ts +++ b/src/workflow/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface WorkflowConfig extends cdktf.TerraformMetaArguments { /** * The account id of the workflow. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#account_id Workflow#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#account_id Workflow#account_id} */ readonly accountId?: number; /** * Indicates whether the destinations are enabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled} */ readonly destinationsEnabled?: boolean | cdktf.IResolvable; /** * Indicates whether the workflow is enabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enabled Workflow#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enabled Workflow#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** * Indicates whether the enrichments are enabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled} */ readonly enrichmentsEnabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#id Workflow#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#id Workflow#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. @@ -46,31 +46,31 @@ export interface WorkflowConfig extends cdktf.TerraformMetaArguments { /** * The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling} */ readonly mutingRulesHandling: string; /** * (Required) The name of the workflow. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} */ readonly name: string; /** * destination block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#destination Workflow#destination} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#destination Workflow#destination} */ readonly destination: WorkflowDestination[] | cdktf.IResolvable; /** * enrichments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#enrichments Workflow#enrichments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#enrichments Workflow#enrichments} */ readonly enrichments?: WorkflowEnrichments; /** * issues_filter block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#issues_filter Workflow#issues_filter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#issues_filter Workflow#issues_filter} */ readonly issuesFilter: WorkflowIssuesFilter; } @@ -78,19 +78,19 @@ export interface WorkflowDestination { /** * (Required) Destination's channel id. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#channel_id Workflow#channel_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#channel_id Workflow#channel_id} */ readonly channelId: string; /** * List of triggers to notify about in this destination configuration. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#notification_triggers Workflow#notification_triggers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#notification_triggers Workflow#notification_triggers} */ readonly notificationTriggers?: string[]; /** * Update original notification message (Slack channels only) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#update_original_message Workflow#update_original_message} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#update_original_message Workflow#update_original_message} */ readonly updateOriginalMessage?: boolean | cdktf.IResolvable; } @@ -273,7 +273,7 @@ export interface WorkflowEnrichmentsNrqlConfiguration { /** * enrichment's NRQL query * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#query Workflow#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#query Workflow#query} */ readonly query: string; } @@ -388,13 +388,13 @@ export interface WorkflowEnrichmentsNrql { /** * (Required) Enrichment's name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} */ readonly name: string; /** * configuration block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#configuration Workflow#configuration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#configuration Workflow#configuration} */ readonly configuration: WorkflowEnrichmentsNrqlConfiguration[] | cdktf.IResolvable; } @@ -550,7 +550,7 @@ export interface WorkflowEnrichments { /** * nrql block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#nrql Workflow#nrql} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#nrql Workflow#nrql} */ readonly nrql: WorkflowEnrichmentsNrql[] | cdktf.IResolvable; } @@ -633,19 +633,19 @@ export interface WorkflowIssuesFilterPredicate { /** * (Required) predicate's attribute. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#attribute Workflow#attribute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#attribute Workflow#attribute} */ readonly attribute: string; /** * The type of the operator. One of: (CONTAINS, DOES_NOT_CONTAIN, DOES_NOT_EQUAL, DOES_NOT_EXACTLY_MATCH, ENDS_WITH, EQUAL, EXACTLY_MATCHES, GREATER_OR_EQUAL, GREATER_THAN, IS, IS_NOT, LESS_OR_EQUAL, LESS_THAN, STARTS_WITH). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#operator Workflow#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#operator Workflow#operator} */ readonly operator: string; /** * List of predicate values. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#values Workflow#values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#values Workflow#values} */ readonly values: string[]; } @@ -812,19 +812,19 @@ export interface WorkflowIssuesFilter { /** * (Required) Filter's name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#name Workflow#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#name Workflow#name} */ readonly name: string; /** * (Required) The type of the filter. One of: (FILTER, VIEW). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#type Workflow#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#type Workflow#type} */ readonly type: string; /** * predicate block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#predicate Workflow#predicate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#predicate Workflow#predicate} */ readonly predicate?: WorkflowIssuesFilterPredicate[] | cdktf.IResolvable; } @@ -965,7 +965,7 @@ export class WorkflowIssuesFilterOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow newrelic_workflow} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow newrelic_workflow} */ export class Workflow extends cdktf.TerraformResource { @@ -981,7 +981,7 @@ export class Workflow extends cdktf.TerraformResource { * Generates CDKTF code for importing a Workflow resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Workflow to import - * @param importFromId The id of the existing Workflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Workflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Workflow to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -993,7 +993,7 @@ export class Workflow extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workflow newrelic_workflow} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workflow newrelic_workflow} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -1004,7 +1004,7 @@ export class Workflow extends cdktf.TerraformResource { terraformResourceType: 'newrelic_workflow', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider, diff --git a/src/workload/README.md b/src/workload/README.md index c427c03fc..b0bed456c 100644 --- a/src/workload/README.md +++ b/src/workload/README.md @@ -1,3 +1,3 @@ # `newrelic_workload` -Refer to the Terraform Registry for docs: [`newrelic_workload`](https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload). +Refer to the Terraform Registry for docs: [`newrelic_workload`](https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload). diff --git a/src/workload/index.ts b/src/workload/index.ts index 9869b49ce..320bf7918 100644 --- a/src/workload/index.ts +++ b/src/workload/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload +// https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface WorkloadConfig extends cdktf.TerraformMetaArguments { /** * The New Relic account ID where you want to create the workload. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#account_id Workload#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#account_id Workload#account_id} */ readonly accountId?: number; /** * Relevant information about the workload. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#description Workload#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#description Workload#description} */ readonly description?: string; /** * A list of entity GUIDs manually assigned to this workload. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_guids Workload#entity_guids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_guids Workload#entity_guids} */ readonly entityGuids?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#id Workload#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#id Workload#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. @@ -40,31 +40,31 @@ export interface WorkloadConfig extends cdktf.TerraformMetaArguments { /** * The workload's name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#name Workload#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#name Workload#name} */ readonly name: string; /** * A list of account IDs that will be used to get entities from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#scope_account_ids Workload#scope_account_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#scope_account_ids Workload#scope_account_ids} */ readonly scopeAccountIds?: number[]; /** * entity_search_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_search_query Workload#entity_search_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_search_query Workload#entity_search_query} */ readonly entitySearchQuery?: WorkloadEntitySearchQuery[] | cdktf.IResolvable; /** * status_config_automatic block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_automatic Workload#status_config_automatic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_automatic Workload#status_config_automatic} */ readonly statusConfigAutomatic?: WorkloadStatusConfigAutomatic; /** * status_config_static block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status_config_static Workload#status_config_static} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status_config_static Workload#status_config_static} */ readonly statusConfigStatic?: WorkloadStatusConfigStatic; } @@ -72,7 +72,7 @@ export interface WorkloadEntitySearchQuery { /** * A valid entity search query; empty, and null values are considered invalid. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#query Workload#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#query Workload#query} */ readonly query: string; } @@ -187,25 +187,25 @@ export interface WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEnti /** * The grouping to be applied to the remaining entities. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#group_by Workload#group_by} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#group_by Workload#group_by} */ readonly groupBy: string; /** * The rollup strategy that is applied to a group of entities. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#strategy Workload#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#strategy Workload#strategy} */ readonly strategy: string; /** * Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_type Workload#threshold_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_type Workload#threshold_type} */ readonly thresholdType?: string; /** * Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_value Workload#threshold_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_value Workload#threshold_value} */ readonly thresholdValue?: number; } @@ -372,7 +372,7 @@ export interface WorkloadStatusConfigAutomaticRemainingEntitiesRule { /** * remaining_entities_rule_rollup block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup} */ readonly remainingEntitiesRuleRollup: WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup; } @@ -455,7 +455,7 @@ export interface WorkloadStatusConfigAutomaticRuleNrqlQuery { /** * The entity search query that is used to perform the search of a group of entities. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#query Workload#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#query Workload#query} */ readonly query: string; } @@ -570,19 +570,19 @@ export interface WorkloadStatusConfigAutomaticRuleRollup { /** * The rollup strategy that is applied to a group of entities. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#strategy Workload#strategy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#strategy Workload#strategy} */ readonly strategy: string; /** * Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_type Workload#threshold_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_type Workload#threshold_type} */ readonly thresholdType?: string; /** * Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#threshold_value Workload#threshold_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#threshold_value Workload#threshold_value} */ readonly thresholdValue?: number; } @@ -723,19 +723,19 @@ export interface WorkloadStatusConfigAutomaticRule { /** * A list of entity GUIDs composing the rule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#entity_guids Workload#entity_guids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#entity_guids Workload#entity_guids} */ readonly entityGuids?: string[]; /** * nrql_query block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#nrql_query Workload#nrql_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#nrql_query Workload#nrql_query} */ readonly nrqlQuery?: WorkloadStatusConfigAutomaticRuleNrqlQuery[] | cdktf.IResolvable; /** * rollup block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#rollup Workload#rollup} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#rollup Workload#rollup} */ readonly rollup: WorkloadStatusConfigAutomaticRuleRollup; } @@ -908,19 +908,19 @@ export interface WorkloadStatusConfigAutomatic { /** * Whether the automatic status configuration is enabled or not. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#enabled Workload#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#enabled Workload#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** * remaining_entities_rule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule} */ readonly remainingEntitiesRule?: WorkloadStatusConfigAutomaticRemainingEntitiesRule; /** * rule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#rule Workload#rule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#rule Workload#rule} */ readonly rule?: WorkloadStatusConfigAutomaticRule[] | cdktf.IResolvable; } @@ -1061,25 +1061,25 @@ export interface WorkloadStatusConfigStatic { /** * A description that provides additional details about the status of the workload. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#description Workload#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#description Workload#description} */ readonly description?: string; /** * Whether the static status configuration is enabled or not. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#enabled Workload#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#enabled Workload#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** * The status of the workload. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#status Workload#status} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#status Workload#status} */ readonly status: string; /** * A short description of the status of the workload. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#summary Workload#summary} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#summary Workload#summary} */ readonly summary?: string; } @@ -1244,7 +1244,7 @@ export class WorkloadStatusConfigStaticOutputReference extends cdktf.ComplexObje } /** -* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload newrelic_workload} +* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload newrelic_workload} */ export class Workload extends cdktf.TerraformResource { @@ -1260,7 +1260,7 @@ export class Workload extends cdktf.TerraformResource { * Generates CDKTF code for importing a Workload resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Workload to import - * @param importFromId The id of the existing Workload that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Workload that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Workload to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1272,7 +1272,7 @@ export class Workload extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.45.2/docs/resources/workload newrelic_workload} Resource + * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.46.0/docs/resources/workload newrelic_workload} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -1283,7 +1283,7 @@ export class Workload extends cdktf.TerraformResource { terraformResourceType: 'newrelic_workload', terraformGeneratorMetadata: { providerName: 'newrelic', - providerVersion: '3.45.2', + providerVersion: '3.46.0', providerVersionConstraint: '~> 3.7' }, provider: config.provider,